Form Problem Java Script or CGI maybe Help

They have: 34 posts

Joined: Feb 2002

This is what i have for the code/HTML stuff. content realy not that important it for an online game application. I am looking for a way to get the submit form to send the information to an email adress [email protected] lets say. Can anyone lend a hand or point me to problem solving solution. Thanks Joenov
Untitled Document

Sponsor or Referer's Name

First Name

Nickname

Age mm/dd/yr

Email Address

Location City/State

Cable
Dsl
Wireless
56 K
Other

Internet Connection

Soldier
Demoman
Heavy Weapons
Engineer
Pyro
Medic
Scout
Spy
Sniper

Primary Class

Soldier
Demoman
Heavy Weapons
Engineer
Pyro
Medic
Scout
Spy
Sniper

Secondary Class

Previous clans most recent First

Previous Clan Contact (leader)

Any clan related incidents we should know about

Are you A member of any Guilds

 
 

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

I believe there are several ways to do this but here is one. Change the first line to what I have below. Of course, change the e mail address.

They have: 34 posts

Joined: Feb 2002

="tlx_SendMode" value="1">

and then at the bottom was this

So basicaly what i did was take a bogus small trellix/cutesite form that emailed to a certain email adress put it up on web opened it in tripod editor copied all the code put it in dreamweaver added some cool drop down menus by cut and paste into dream weaver, Through trial and error afer like 5th time figured all those http://members.tripod.com/tonsofspam/home14.htm Now if it only got to joe blow. feel free to fill out the form he's a good guy and lives for these form thingies coming his way. thanks for the help Joenov

They have: 157 posts

Joined: Mar 2002

I wonder if Tripod offers PHP support...

Anyway, for future reference. If you want to do form to email type interaction, I would suggest PHP. With just one line of code you can have whatever you want emailed to whomever you want. It even by-passes the annoying "You are about to send information over an unsecured..." thing.
It takes the form submited input to the next page where you can do whatever you want with the variables and emails and displays your thank you stuff.

mairving's picture

They have: 2,256 posts

Joined: Feb 2001

Quote: Originally posted by theprofessional
I wonder if Tripod offers PHP support...

Anyway, for future reference. If you want to do form to email type interaction, I would suggest PHP. With just one line of code you can have whatever you want emailed to whomever you want. It even by-passes the annoying "You are about to send information over an unsecured..." thing.
It takes the form submited input to the next page where you can do whatever you want with the variables and emails and displays your thank you stuff.

Not to mention that a mailto link doesn't always work.

Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.