I have a form that collects 2 variables "radius" and "zip"
My current code is
<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...