English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I've got a page on putfile.com, and I really want to add a place for a user to input an email, a first name, and have an area for comments, then they submit it, and have it sent to my yahoo email account. putfile only takes bb code and html, so if someone could give me the exact coding it would be greatly appreciated. (i have no programming skill) but I can input my email and things to send it to me. I just need to learn how.

2006-09-06 14:20:06 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

If you're limited only to HTML and BB code, unless putfile has some BB tag for you to use, you're better off just offering a "mailto" link and instructions stating to include their first name and a comment. The functionality you're really asking for requires use of the

tag with an action="someServerURL" attribute which must be set up on a server using php, jsp, asp, perl, or phython,etc.

The mailto a the very bottom is an attempt to include Subject and Body content but test it yourself - it may be more reliable to not include those extra parameters after the question mark and just do this instead:

mail

Of course change the u@u.com to your Yahoo email address. Also, remove the "/" and spaces if you use the code below so it's all on one line (Yahoo Answers cuts off the code when there's no spaces so I had to add them):

email me

2006-09-07 12:29:01 · answer #1 · answered by George3 4 · 0 0

I'm a rookie too.

I don't think there is anyway to do it via html -- you'd need a cgi program have it run on that companies server, I think.

bb code -- that sounds like a php nuke site to me. The site must offer some 'user input' code for you to have.

The only other way I can think of is to post some third party company like bravenet

luck!

2006-09-06 21:27:51 · answer #2 · answered by wrathofkublakhan 6 · 0 0

fedest.com, questions and answers