SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: problems on Navigator with code
-
Mar 22, 2003, 06:25 #1
- Join Date
- Mar 2003
- Location
- Israel
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
problems on Navigator with code
hello to everyone
I have problemes with the attached code - The "onclick" works on the Explorer but it ain't work on Navigator.
can some one please help me?
The code:
<CENTER><A HREF="incubatortables.html" onclick="document.incubator_details.submit();">Send this information and go to next section</A></CENTER>
and also:
<CENTER><INPUT TYPE="Button" NAME="" VALUE="Submit and Reset" STYLE="font-size:16;font-weight:bold" onclick="document.company_details.submit();document.company_details.reset();"></CENTER>
Thanks
-
Mar 22, 2003, 07:42 #2
Which version of Netscape are you referring to?
Fwiw, if it's version 6+ then you should be using:
Code:document.forms['company_details']
New Plastic Arts: Visual Communication | DesignateOnline
Mate went to NY and all he got me was this lousy signature
-
Mar 23, 2003, 04:48 #3
- Join Date
- Mar 2003
- Location
- Israel
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I'm not sure I'm understand
You mean to do:
Code:<CENTER><INPUT TYPE="Button" NAME="" VALUE="Submit and Reset" STYLE="font-size:16;font-weight:bold" onclick="document.forms['company_details'].submit();document.forms['company_details'].reset();"></CENTER>
Originally Posted by Bill Posters
Bookmarks