Advertise/Affiliate Other Forum Main Page The World Before You Play

How to make a button to SotE

Started by Codestar7, May 06, 2014, 07:22:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Codestar7

<DOCTYPE HTML>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Form Submission Example</title>
</head>

<body>
<form method="GET"action="http://www.spiritsoftheearth.net/smf/">
<p>
<input type="submit"
   name="Spirits of the Earth"
   value="Go to Spirits of the Earth"
</p>
</form>
</body>



Paste this into notepad, save as spirits.html and then open it in the folder.

jannugimes

Amazing thread!!! Very useful...

Codestar7