i am passing form variables from one page to another, but can't get rid of the +'s that replace the spaces. i've tried to unescape them, but it isn't working. any suggestions?
this is the embarrassing part. how do i implement that code? the first part of my code looks like this:
<SCRIPT LANGUAGE="javascript">
var locate = window.location
document.joe.burns.value = locate
var text = document.joe.burns.value
var text= unescape(text)
function delineateDOL(str)
and so on. where would i put the replace function?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.