I have a form that collects 2 variables "radius" and "zip"
My current code is
I want the entire site to be xhtml verified but this code is the only thing on my site that is holding me back. If someone knows how I could work around this issue I would highly appreciate the help.Code:<script type="text/javascript"> function openWin(zip, radius) { window.open("http://www.mywebsite.com/stations/results.php?zip=" + zip + "&radius=" + radius, '_blank', "width = 400px, height = 500px, scrollbars = yes"); return false; } </script>


LinkBack URL
About LinkBacks
Reply With Quote

