Re: [Proto-Scripty] .innerHTML Undefined form name error

2010-07-13 Thread Richard Quadling
On 12 July 2010 18:02, Hariz Soleminio  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 

-- 
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.



[Proto-Scripty] .innerHTML Undefined form name error

2010-07-12 Thread Hariz Soleminio
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..

-- 
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.