I am trying to pass a variable through a URL, but it doesn't seem to be getting through, its using javscript as a re-direct, here is the code:
Code: Select all
<SCRIPT LANGUAGE="JavaScript">
<!--
window.location="http://webpage.com/this/that.asp?id=variableID";
// -->
</script>Can anyone suggest why this value isn't passing through, something perhaps to do with being inside the speech marks?
Thanks