Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Malformed syntax error in NN 4.7x but not IE


Message #1 by "Shaukat Desai" <shaukat.desai@g...> on Wed, 15 Nov 2000 18:34:36 -0000
Hi,

Please could someone have a look at this script, it works fine in IE 4.x
but in NN4.7x it gives me this error, I've tried putting in spaces in
between the "", but this makes no difference, if anything it still works
in IE 4.x

Thanks

HTTP Error 400

400 Bad Request

Due to malformed syntax, the request could not be understood by the
server. The client should not repeat the request without modifications.


document.location.href="LineDisplayAdd.asp?CostC="+strCboName.options[strCboName.selectedIndex].value+"&txtAmount="+document.frmMain
.txtAmount.value+"&txtDistDesc="+document.frmMain.txtDistDesc.value;



  Return to Index