
randor
User
Dec 28, 2000, 5:15 AM
Post #2 of 2
(2396 views)
|
Gregorio, in my travels i have seen this before and usually it is the cause of not filling out the full path (or leaving it blank) in the form field that the page is being sent to. IE will by default, send you to the script that you are working with, but netscape will not. so, try, typing in the full path to the script in the form field, if you are creating this page on the fly.. try typing this into the <form action= $ENV{'SCRIPTNAME'} method=post> this will most likely solve your problem.. i hope this helps.. Randor
|