A E-mail?

I want to know how i can have a few input text box’s that when tyeped in it will send the info to my e-mail without haveing the email thing pop up

Do you have CGI, ASP, or PHP on your server?

go to flashkit.com and search the tutorials for “mail form php”. You should find a tutorial made by Jeffrey F. Hill about sending mail with PHP/CGI/PERL!
PHP/CGI/PERL <-- you need one of those scripts to send mail (check if your host accepts them)

Yep, you’ll need some kind of server side scripting for that.