HELP!!! HTML PROBLEM (again lol)

Discuss anything not covered in another forum (life, the universe etc.)... Please keep it PG-13 and avoid spam.
Post Reply
sundog
Member
Posts: 95
Joined: Mon Jun 18, 2001 2:16 am
Location: CA

HELP!!! HTML PROBLEM (again lol)

Post by sundog »

ok, on my website i have mail forms that ppl fill out and then hit the submit button to send it. sumthin weird is happenin. i tried it myself. heres wut happened. i fillid it out,pressed submit, a little box came up and saaid it wood be sent by emailand beware cuz of IP or sumthin. so i klicked ok and it popped up a "Write Mail" box, cuz i use AOL. so i clicked Send thinking that the info wood be sent from the form but i looked in my other mail, IGN, and all it was a blank email. how do i git the form to actually send? if ya need more info about it just say so.....
Yippee Kye Yay mothafukca
- SUNDOG
XxTiZZuLuxX
Regular Member
Posts: 165
Joined: Thu Apr 26, 2001 12:00 am
Location: kansas city

Post by XxTiZZuLuxX »

If you could make that a little bit more specific I might be able to help you. I see what your saying but I need more info.
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

It won't work if AOL is the default mail client cause your email settings are conflicting with the form.

Besides, html email forms do not work the same way in all browsers, unless you are using CGI-BIN script to send the mail via the webhost's mail program.

Best is to use a "send mail" button that works in both Netscape & IE, don't know about AOL cause AOL is 150% DIFFERENT than the standard email used on the www. AOL has their own mail network and ALL mail is filtered via their servers to auto zip files as needed and also to change the format of all images sent to the AOL Art image format.

Use this html for an email button, just change the name of the mailto: address -

<FORM>
<INPUT TYPE="button" VALUE="e-mail" onClick="parent.location='mailto:WHATEVER YOUR E-MAIL ADDRESS IS ?subject=You can also put an automatic subject here"'></FORM>
sundog
Member
Posts: 95
Joined: Mon Jun 18, 2001 2:16 am
Location: CA

.........

Post by sundog »

hmmmm ok i will try it.. r u sayn it wood work on a regular web provider just not on AOL?
Yippee Kye Yay mothafukca
- SUNDOG
sundog
Member
Posts: 95
Joined: Mon Jun 18, 2001 2:16 am
Location: CA

.....

Post by sundog »

u guys can go to the site and check it out if ya want..... www22.brinkster.com/tst1/home and click on the join us or the challenge us button. fill out the form with any info and click submit. see wut happens.
Yippee Kye Yay mothafukca
- SUNDOG
Post Reply