|
|
|
|
[../../_private/disc1_ahdr.htm]
Using form buttons for hyperlinksFrom: Wes CommentsIf you've ever wanted to use buttons on your HTML pages to take you to another page, then use this technique: <FORM ACTION="http://www.microsoft.com" METHOD=GET> This creates a form whose only purpose in life is to send you to another page. Instead of the usual method=post, we use method=get to fetch the desired page. [../../_private/disc1_aftr.htm] |
|
|