PDA

View Full Version : Hello out there can I???????Help Please!


UnKnownUser
07-02-2002, 01:41 PM
Hello out there

I was wondering is it possible to use this script to link to
another link,
rather then to a email address please.

please and thanxs for help.


<FORM>
<INPUT TYPE="button" VALUE="Contact Us" onClick="parent.location='mailto:you@youremail.com?subject=The subject you want to appear&cc=you2@youremail.com'">
</FORM>

whackaxe
07-02-2002, 01:52 PM
what do you mean by another link? if you mean another adresss just replace the 'mailto:you@youremail.com?subject=The subject you want to appear&cc=you2@youremail.com' by 'www.mysite.com'

joh6nn
07-02-2002, 02:22 PM
i think he means, he wants to make it so that the button acts like a link.

if so, this will do it:
<FORM>
<INPUT TYPE="BUTTON" VALUE="click click" OnClick="window.location='somepage.htm';">
</FORM>