Author's Comments
Look carefully for specific instructions
DESCRIPTION
These are just options for people who cannot make buttons or upload them. Also if you don't want a laggy site, you can use these to make it faster, though they are very simple, they are effective =).
HTML
JavaScript
To line them up, just make a table
Just put <td> at the end of each form. And add the following everytime you want another button.
These are just options for people who cannot make buttons or upload them. Also if you don't want a laggy site, you can use these to make it faster, though they are very simple, they are effective =).
HTML
<FORM METHOD="LINK" ACTION="URL HERE">
<INPUT TYPE="submit" VALUE="BUTTON TEXT HERE">
</FORM>
<INPUT TYPE="submit" VALUE="BUTTON TEXT HERE">
</FORM>
JavaScript
<FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
To line them up, just make a table
<TABLE BORDER="0">
<TD><FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
<TD><FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
</table>
<TD><FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
<TD><FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
</table>
Just put <td> at the end of each form. And add the following everytime you want another button.
<FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
<INPUT TYPE="button" onClick="parent.location='URL HERE'" Value="BUTTON TEXT HERE">
</FORM>
Script Comments
No comments yet. Be the first one to comment!
Script Details
Author |
YourSuperior
![]() |
Submitted on | Mar 2, 2006 |
Page views | 21,710 |
Favorites | 7 |
Comments | 0 |