Source code for:
backmsg.php
<?php
/*
====================================================
BACK BUTTON ERROR MESSAGE
====================================================
*/
$backbutton = "<FONT color='red'> <hr> <h2> The above problem(s) have been found in your survey</h2> </FONT> <p> Please push your browser <b>BACK BUTTON </b> to correct these problems and then submit the survey again.</p> <hr> ";
PRINT ("$backbutton");
?>
|