Hi all,
I need a code in php to go to the back page and display the contents which were their. I've only a table in the back page which contains the data derived from database.
I've the present code as:
<input type="reset" value="Go Back" onclick="resetstr()">
and at the top of the page i've added before <html> the below script. I know its not working.Plz help.
<script language="javascript">
function resetstr()
{
parent.main.location.href="streaminfo.php"
}
</script>