On Thu, Oct 9, 2008 at 3:02 AM, Mondane <[EMAIL PROTECTED]> wrote:
> The bug in Safari is, when choosing an option
> in the third drop-down (Choose your category), the form resets to only
> showing "Choose your game". After this, it stops working.

I didn't have that problem, was able to get through all the way so
that it showed the quick solution below the form. Is it maybe
dependent on the options you choose? Since you are using a GET
request, you should escape your parameters to ensure the value chosen
is what is received by the server.

Wrt to IE, it sounds like you've got a JavaScript error that is
causing the Ajax request to not submit. Do you have Script Debugger
installed in IE? If not, you should install it and then go into the
advanced options for IE and enable script debugging.

-justin

p.s. I loved that game lemmings, forgot all about it :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to