AJAX not woking in IE

2006-10-07 Thread warrenchua
help, my AJAX is not working in IE. even the scriptaculous wont work. what must i do to make these work on IE? are there any secret configs specially done for IE users? pls help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: AJAX not woking in IE

2006-10-07 Thread ski.nalicio.us
I have been playing with AJAX/scriptaculous in cakePHP and havent had any problems with IE or FireFox. Have you tried the script you are working on in another browser (e.g. FireFox)? If you have and it worked in the other browser, check that your installation of IE has Javascript enabled.

Re: AJAX not woking in IE

2006-10-07 Thread Brian Wisti
On 10/7/06, ski.nalicio.us [EMAIL PROTECTED] wrote: I have been playing with AJAX/scriptaculous in cakePHP and havent had any problems with IE or FireFox. Have you tried the script you are working on in another browser (e.g. FireFox)? If you have and it worked in the other browser, check

Re: Re: AJAX not woking in IE

2006-10-07 Thread Samuel DeVore
here are somethings that have caused me problems with ie and scripta/prototype stuff in tables nested forms (never a good idea anyway) lack of unique id's on contained elements load order of scripts and other js code HTH Sam D On 10/7/06, Brian Wisti [EMAIL PROTECTED] wrote: On 10/7/06,

Re: AJAX not woking in IE

2006-10-07 Thread Troy Schmidt
Use the RequestHandler component. Last problem with IE was that it required UTF-8 and the header for that. The RequestHandler places that in there automatically. You are probably having problems with submitting forms and them not working, right? And links that update divs will work, eh? This