Jump to content

refresh page solution


burge124

Recommended Posts

<INPUT TYPE="button" class="subHeader" VALUE="Another Question" onClick="refreshMe()">

<script language="javascript">
function refreshMe(){
document.location.href = URLTOREFRESH;
}
</script>

 

 

You could also do

<form name="question" method="GET" action="URLTOREFRESH">
<INPUT TYPE="submit" class="subHeader" VALUE="Another Question">
</form>

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.