EdScript
11-20-2002, 08:42 PM
Would anyone know of any JavaScript that would allow you to display what the url will look like that your sending before you hit the submit button .
Lets say your currently in:
http://www.mypage.com/CRISSRC2.HTML
and when you press submit the next page has a url of:
http://www.mypage.com/CRISSRCH.REXX?STAC=OPEN&PRII=1
Is there anyway to tell while you're still in the first page what the url your going to send to the server will look like without having to try build it. Like an alert(document.nextURL) << just made that up, but something like that?
Thanks,
Ed
Lets say your currently in:
http://www.mypage.com/CRISSRC2.HTML
and when you press submit the next page has a url of:
http://www.mypage.com/CRISSRCH.REXX?STAC=OPEN&PRII=1
Is there anyway to tell while you're still in the first page what the url your going to send to the server will look like without having to try build it. Like an alert(document.nextURL) << just made that up, but something like that?
Thanks,
Ed