Autopostback

windows

Guest
I'm developing a website in VS2005. I have certain controls with an autopostback event (eg listbox). Everything works fine on IE and netscape. But the autopostback will not fire with safari. Does anyone know a bug in safari or something I have to adjust to let it work in Safari?

thxNo mac users???I don't know of any postback bugs for Safari users, however I have had other issues with Safari. AutoPostback is simply a javascript function that submits the page when certain events happen to html form elements. Are you certain that Javascript is enabled on the browser?
 
Back
Top