Form

Do you want a text link such as "CLICK HERE TO GO SOMEWHERE" so that they go to this one website from another website? If so, I help you with that because that's fairly easy to do.
 
Code:
<form method=GET action=http://amarine88.com/stats/stats.swf>
Enter your player name: <input type="text" name="playername" />
<input type="submit" />
</form>
 
Back
Top Bottom