Forum Moderators: open

Message Too Old, No Replies

Object Moved page in Netscape

What is this page and where does it come from?

         

txbakers

10:30 pm on Dec 9, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm slowly rewriting my ASP app to be Netscape usable and I've run into another oddity.

After a form is submitted through a javascript function (it validates the form, then ifValid form.submit();) the data is submitted to the DB but the redirect is ignored and a new page comes up in Netscape: Object Moved
This object may be found here. the word here is link to the original redirect in the ASP code.

Anyone know what this is?

Thanks again.

Xoc

12:39 am on Dec 10, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Does the JavaScript function return 'void'? If not, then it may try to redirect to the return value of your function.