Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a "Contact Us" Page without using .ASP?

Status
Not open for further replies.
Oct 21, 2003
7
US
Hello everyone!

I am currently using "Site Build It!" for my web hosting company and they do not provide .asp or CGI support. From what I found, i'm in big trouble becuase I want to put in a "Contact Us" form in the middle of one of my pages and it won't allow me due to them not supporting ASP or CGI.

My question is that if ANYONE can help me out PLEASE as to if there is a way I can put in a Contact Us form in some other way to where the viewer on my website won't have to click on my e-mail link to pop up their mail client. I want it all done on a form in my website.

Please...I hope there is a way.

Respectfully,
Christopher M. Luck
 
There are a number of providers out there that will let you use a script of theirs on their servers. So the processing script will stay on their servers and the rest you put on urs. You'ld need to search for E-mail processing script, you won't be able to change anything to that script most likely though.
 
Why can't you use a normall html form and in the action use the mailto: rather than a url.

<form action=&quot;mailto:youremail&quot; method = post>
<INPUT type=&quot;text&quot; id=text1 name=text1>
<INPUT type=&quot;submit&quot; value=&quot;Submit&quot; id=submit1 name=submit1>
</form>

Hope this helps.

Hugh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top