you mean something like this?

<form action="mailto:[EMAIL PROTECTED]?subject=Some subject"
method="post">
<input type="text" name="name" value="John Doe"><br>
<input type="text" name="age" value="21"><br>
<input type="submit" name="submit">
</form>

Both browsers will fire off a warning, and the form fields will be name
value pairs sent as an attachment to the email.

Like this...
name=John+Doe&age=21&submit=Submit+Query

You could also href it or javascript the same...

 <A HREF="mailto:[EMAIL PROTECTED]?subject=Some subject&body=this
is the body of this email">Sean Renet</a>

----- Original Message -----
From: "han peng" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 12:01 AM
Subject: gettting form.variables using pure html?


> hi..
>  juz to confirm my thoughts...
>
> is there any way we can pass variables of a form to another page and
display the variables.. using pure html??
>
> my friend thinking of doing a simple homepage at those free hosting site.
> Hes thinking of having a form that can send email directly w/o using the
mail program. i know we can do this w/ CF... but can this be done using pure
html.. or maybe w/ javascript?
>
> cheers
> han
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to