i have the followin code in a html page:
VB Code:
<script> function countinue() { var url = "/cgi-bin/anonymous.pl?get=url=" + ourl.value + "?updatelinks=" + updatelinks.checked + "?popupwindows=" + removepopupads.checked + "?removeads=" + removeads.checked + "?removehiddencharacters=" + removehiddencharacters.checked + "?textcolor=" + textcolor.value; window.location = url; } </script>
but when i call the function it just goes to mysite/cgi-bin/anonymous.pl and then stops at the question mark. how can i make it load the part of the variable that would be after the question mark?




Reply With Quote