driveflexfuel
New Member
- Messages
- 159
- Reaction score
- 0
- Points
- 0
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.
My current code is
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>
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.
Last edited: