View Full Version : Button --> Not working


CCSara3169
03-28-2003, 06:19 PM
<center><FORM METHOD="link"
ACTION="www.geocities.com/innocenteyes316/main.html">
<INPUT TYPE="submit"
VALUE="e n t E r"
style="font-family:tahoma"
style="border style:dotted"
style="background:#777777"
style="color:#FFFFFE">
</FORM></center>


its not working ---> look
www.geocities.com/innocenteyes316/index.html

Sheila
03-28-2003, 06:29 PM
Add http:// in front of www.geocities.com/innocenteyes316/main.html

pb&j
03-28-2003, 06:37 PM
Originally posted by CCSara3169
METHOD="link"
is that correct?
perhaps it should be POST or GET for the value? i have not seen a value of LINK before.

CCSara3169
03-28-2003, 06:45 PM
no, "link" is the method...at least it works

thanks sheila