1) Penagate, you don't need to know why I need this.
2) Kevin1991, the cookie way works but as penagate said, when someone has cookies disabled, then what?
People who help as much as penagate dont tend to ask pointless questions.. even if you don't understand what the point of the question, is it is a good idea to answer.
If you can explain "why" (or what you are trying to achieve by refreshing the page), a suitable alternative can be suggested.
People who help as much as penagate dont tend to ask pointless questions.. even if you don't understand what the point of the question, is it is a good idea to answer.
If you can explain "why" (or what you are trying to achieve by refreshing the page), a suitable alternative can be suggested.
ok. Well, I have a personal web site for my software/web hosting company. (www.botonakis.com), when you load the page with mozilla firefox, i doesn't load the images correctly on all pages. After I refresh all the images are ok.
So I need a way to refresh once the page when the browser is mozilla. I have already written a javascript to check the browser but I can't find a way to refresh once.
Last edited by DarkX_Greece; Dec 17th, 2009 at 06:00 PM.
1. Make one hidden field and save the session variable in it
2. make one function that check the value of hidden field and upon which submit form
3. on Body's onLoad event call the function that submit form