HTML code to link a button in a label to a directory

HTML code to link a button in a label to a directory

by Debbie Anderson -
Number of replies: 0

Hi, I keep getting "no valid parameters' message when trying to link a button to a directory.  I am new to this thoughtful

I have tried leaving out the "/" after .php and it does not keep the id in the url when I click on the button.

Thanks for your help in advance!

<table cellspacing="1" cellpadding="1" width="100%" align="middle" border="0"><tbody>
<tr>
<td valign="top" width="30%">
<FORM METHOD="LINK" ACTION="
http://moodle.whitireia.ac.nz/mod/resource/view.php/id=48092/">
<INPUT TYPE="submit" VALUE="Research">
</FORM></TD>
<TD><FORM METHOD="LINK" ACTION="http://moodle.whitireia.ac.nz/mod/resource/view.php/id=48093/">
<INPUT TYPE="submit" VALUE="BioSciences">
</FORM></TD>
<TD><FORM METHOD="LINK" ACTION="http://moodle.whitireia.ac.nz/mod/resource/view.php/id=48094/">
<INPUT TYPE="submit" VALUE="Mental Health">
</FORM></TD>
</TR>
<TR>
<TD><FORM METHOD="LINK" ACTION="http://moodle.whitireia.ac.nz/mod/resource/view.php/id=48095/">
<INPUT TYPE="submit" VALUE="Praxis (Practicum)"></FORM></TD>
<TD><FORM METHOD="LINK" ACTION="http://moodle.whitireia.ac.nz/mod/resource/view.php/id=48096/">
<INPUT TYPE="submit" VALUE="Cultural Safety">
</FORM></TD>
<TD><FORM METHOD="LINK" ACTION="http://moodle.whitireia.ac.nz/mod/resource/view.php/id=48097/"><INPUT TYPE="submit" VALUE="Professional Practice"></FORM></TD>
</tbody>
</TR>
</TABLE>

Average of ratings: -