Forum Moderators: not2easy
I have found sites that offer forecasts and conditions based on a ZIP but none that offer to place a cookie.
Anyone know of sites or code to do that?
Thanks.
A nifty dreamweaver extension for get cookie and set cookie can be found at: (scroll down)
[andrewwooldridge.com...]
Or for how to with PHP:
[us3.php.net...]
New problem involves Firefox. Upon the user entering their zip code into the form text box and clicking submit button, it reloads the page within the layer ( kind of like loading a frame within itself) and it will keep doing that over and over the more times a new zip code value is entered.
In IE it works fine, by reloading the entire page.
Here is part of the code:
<form action="http://webpageurl.com/" method="post" name="setCookieForm" >
Enter your zip code <input name="setCookieFormZipCode" maxlength=5 type="text" size=5 class=bcTxtBox>
<input type="submit" value="Go" class=bcGoBut onClick="validate()">
</form>