Hey guys,
I recently made a code that simply refreshes a page with new $_GET variables. This code worked perfectly in Firefox, but not Google Chrome or Safari. Here's just one piece of the code that I used, displaying the refresh.
<option value=PANC onclick=\"javascript:location.href='searchflight.php?dep=PANC'\">Anchorage, AK</option>
I also tried window.location.href, with no luck. Also, the \" is because this drop down is inside a PHP code.
Any help is appreciated