Hello everyone! Does anyone know what the problem might be with the following little php-snippet?
print("<TR> <TD COLSPAN=\"4\" ALIGN=\"CENTER\"><INPUT TYPE=button VALUE=\"Previous page\" onclink=\"parent.location='index.php?nav=true&go=prev';\"></TD>"); print(" <TD COLSPAN=\"4\" ALIGN=\"CENTER\"><INPUT TYPE=button VALUE=\"Next page\" onclick=\"parent.location='index.php?nav=true&go=next';\"></TD></TR>"); The next button works perfectly, but for some strange reason nothing happens when one hits the previous button. *sigh* I don't want to be coding today.. I want to be at home listening to the BBC 13 CD Lord of the Rings dramatization. *grin* Cheers, Markus -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]