derejrcar
03-23-2010, 10:11 PM
Hey guys,
I barely know anything about HTML. I know a few very simple things, but what I want to make is a little complicated. I want to make a code that will have a text box with a "send" button or something alike, that will send an email to the address I specify. Does this sound easy to make? Or even possible. I'd be putting into this for my toolbar:
<html>
<head>
<!--
Uncomment out the below script reference as needed. For more information on using the API, please consult http://www.conduit.com/Developers/overview.aspx
<script language="JavaScript" src="http://api.conduit.com/BrowserCompApi.js"></script>
-->
<style type= "text/css">
<!--
BODY {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
width:100%;height:100%;overflow:hidden;background-color:threedface;}
-->
</style>
</head>
<body>
<!-- ENTER YOUR HTML HERE -->
</body>
</html>
So I want a way for someone to type something and have it sent to my email. Does anyone know how to do this? Thanks in advance.
I barely know anything about HTML. I know a few very simple things, but what I want to make is a little complicated. I want to make a code that will have a text box with a "send" button or something alike, that will send an email to the address I specify. Does this sound easy to make? Or even possible. I'd be putting into this for my toolbar:
<html>
<head>
<!--
Uncomment out the below script reference as needed. For more information on using the API, please consult http://www.conduit.com/Developers/overview.aspx
<script language="JavaScript" src="http://api.conduit.com/BrowserCompApi.js"></script>
-->
<style type= "text/css">
<!--
BODY {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
width:100%;height:100%;overflow:hidden;background-color:threedface;}
-->
</style>
</head>
<body>
<!-- ENTER YOUR HTML HERE -->
</body>
</html>
So I want a way for someone to type something and have it sent to my email. Does anyone know how to do this? Thanks in advance.