Forum Moderators: open

Message Too Old, No Replies

Button Creation

New using http and php but learning.

         

CrazyEyes

7:57 pm on Sep 16, 2008 (gmt 0)

10+ Year Member



Hi all, Has anyone any resource to creating a button. I intend to move to a different page within a frame so if anyone can offer advice that would be great. TY
(@)(@)

bill

6:54 am on Oct 8, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld CrazyEyes.

You could use something like this:

<form method="link" action="page1.html">
<input type="submit" value="My Button">
</form>