| Author |
Working in ie but not working in netscape
|
Farida Nampurwala
Greenhorn
Joined: Jul 31, 2002
Posts: 2
|
|
|
I have an image link on a jsp page. when I click the link the corresponding page is displayed correctli in IE but it is not displaying in netscape. I think its bcoz the way netscape parses the URL. netscape has problems with the spaces in the URL. I m using encodeURL to solve this problem. IE is replacing each space with %20 while netscape is not. And the result is the page is not being displayed
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
With netscape you have to use an HREF attribute for the button inorder to be able to submit the form.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
 |
|
|
subject: Working in ie but not working in netscape
|
|
|