Thread: Reload Function
View Single Post
Old 09-08-2012, 10:01 AM   PM User | #5
hdewantara
Regular Coder

 
hdewantara's Avatar
 
Join Date: Aug 2009
Location: Jakarta, Indonesia.
Posts: 287
Thanks: 4
Thanked 39 Times in 39 Posts
hdewantara is an unknown quantity at this point
Untested...
But with no reloadthepage(), try to have a "different image" for same page?
Then I guess this would be easier be done through PHP, which look like the last line below:
PHP Code:
  ...
  <a href="<?=$_SERVER['PHP_SELF']?>?gra=sign" onClick="reloadthepage()">Sign Up</a> - 
  <a href="<?=$_SERVER['PHP_SELF']?>">Login</a>
</div>
<img src="mygraph.jpg?<?=rand()?>">
hdewantara is offline   Reply With Quote