On 12 July 2010 18:02, Hariz Soleminio <harriz_solemi...@rocketmail.com> wrote:
> Hi,
>
> I would like to ask about using innerHTML in forms.
> I use it to change form every time the user change the form by select box.
>
> When I post it in other page using Firefox i keep having error :
> Notice: Undefined index: nameofform in C:\page.php on line 3
>
> but it works well in IE.
>
> what seems to be the problem guys,
>
> Thanks..

How are you accessing the form? $('nameofform') ?

If so, do you have <form name="nameofform" id="nameofform" ...>

-- 
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-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to