|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a page that calls a servlet 'onLoad'.
This works fine on IE but for some reason fails on Netscape - I know that Netscape is more fussy about some syntax etc, but I can't see where I'm wrong! <html> <head> <title>Service Request.html</title> </head> <body onLoad="document.theForm.submit()" background="http://www.mysite/images/bcream.gif" bgcolor="#FFFFFF"> <form action="http://www.mysite/servlets/ServiceReq" name="theForm" method="GET"> </body> </html> Someone please point out the obvious as I have been blankly staring at it for an hour! cheers |
|
#2
|
|||
|
|||
|
You need a closing form tag.
|
|
#3
|
|||
|
|||
|
sorry,
there's one in it already! any other ideas? |
|
#4
|
|||
|
|||
|
Anarchos is right. I don't see any closing form tag, unless you talk about other source that the one you posted.
Dragos |
|
#5
|
|||
|
|||
|
yeh, I just missed out the </form> tag in the post!
I've got round the problem though - I no longer need the initial HTML page and so just call the servlet straight from previous page. still, I'm curious why it wouldn't work!? anyway cheers if you see the problem feel free to solve it... |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Netscape problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|