PDA

View Full Version : Html



Makoto Neosis
Nov 6th, 2002, 09:13:49 AM
<FORM METHOD="LINK" ACTION=mailto:"privately@censored">
<INPUT TYPE="submit" VALUE="E-Mail">
</FORM>


(Edit- If I can get the damn code to show...)
I've got that code above, for a basic link button, but I need to vamp it for a direct email link.

What I've been able to get it to do so far is just bring up the school's Netscape browser with "mailto:" in the Address bar, no "privately@censored" Email address.

any help?

:(

Xenodoros Stormrider
Nov 6th, 2002, 09:26:31 AM
PIC

Never did know why it was called PHP... but it shows codes...

[ php ] [/ php ] Without the spaces

ReaperFett
Nov 6th, 2002, 11:11:49 AM
This e-mails fakeemail@fake.com (fakeemail@fake.com?subject=A+FAKE) an e-mail, with the title "A FAKE"

This e-mails fakeemail@fake.com (fakeemail@fake.com?subject=A+FAKE) an e-mail, with the title "A FAKE"

TheHolo.Net
Nov 6th, 2002, 02:06:44 PM
This code works it appears:

<FORM METHOD="POST" ACTION=mailto:"privately@censored">
<INPUT TYPE="submit" VALUE="E-Mail">
</FORM>

TheHolo.Net
Nov 6th, 2002, 02:25:45 PM
BTW: the PHP tags are actually made for displaying PHP source code. (the code that powers these forums) The tag that typically works for displaying HTML code on a vB board is the "code" tag in brackets, but since HTML is enabled on these forums it doesn't work properly and the php tags have to be used instead. :)