kramer336
11-04-2002, 06:42 PM
Currently I am using Java script for my problem... but i don’t think it’s going to work.
I am part of the web team for www.austinweddings.com. All of our clients have email addresses. Our problem is creating a pop up form that has the email variables sent to it from the link.
Below is the example I have so far...
http://www.austinweddings.com/XXXpopUPlink.htm
http://www.austinweddings.com/XXXpopUPform.htm
What’s cool about the pop up window is that the variables are sent to it... such as .... The CLIENT NAME and the TO field...
For example the email link is actually like this...
<a href="XXXpopUPform.htm?email=vendorname@austinweddings.com&name=clients name" onClick="window.open(this. href,'NewWindow','resizable=yes,copyhistory=yes,wi
dth=443,height=445');return false;">e-mail link</a>
This makes it easier for the user to email the person they want instead of having a simple MAILTO link in the HTML to open their email program (most people don’t have an email program configured and ready to go.)
BUT
The problem is assign the TO field to actually send TO that person.... Even if the JavaScript sends the variable to the fields it still doesn’t send TO that person.
Actually its going to only 1 email designated in the form mail code.... it’s below...
<!--webbot bot="SaveResults" u-file="_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" s-email-address="Steve@texasweddigns.com" s-email-format="TEXT/PRE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p align="left" style="margin-left: 30">
Any way to designate the email addresses as a variable much like the COMPANY NAME and TO fields?
Thanks.
Steve :confused:
I am part of the web team for www.austinweddings.com. All of our clients have email addresses. Our problem is creating a pop up form that has the email variables sent to it from the link.
Below is the example I have so far...
http://www.austinweddings.com/XXXpopUPlink.htm
http://www.austinweddings.com/XXXpopUPform.htm
What’s cool about the pop up window is that the variables are sent to it... such as .... The CLIENT NAME and the TO field...
For example the email link is actually like this...
<a href="XXXpopUPform.htm?email=vendorname@austinweddings.com&name=clients name" onClick="window.open(this. href,'NewWindow','resizable=yes,copyhistory=yes,wi
dth=443,height=445');return false;">e-mail link</a>
This makes it easier for the user to email the person they want instead of having a simple MAILTO link in the HTML to open their email program (most people don’t have an email program configured and ready to go.)
BUT
The problem is assign the TO field to actually send TO that person.... Even if the JavaScript sends the variable to the fields it still doesn’t send TO that person.
Actually its going to only 1 email designated in the form mail code.... it’s below...
<!--webbot bot="SaveResults" u-file="_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" s-email-address="Steve@texasweddigns.com" s-email-format="TEXT/PRE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p align="left" style="margin-left: 30">
Any way to designate the email addresses as a variable much like the COMPANY NAME and TO fields?
Thanks.
Steve :confused: