golfer57
10-19-2008, 01:56 AM
1) Script Title: Popup Box II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/abox2.htm
3) Describe problem: I am trying to get the popup box to show my aweber optin information. All it is the name and email. I am going to include the code here. If some one can tell me when to use the \, that seems to be the problem. I got the other parts of the box working with a picture and text, but then the optin just does nothing when it is on the page. So I add the code for the optin and go to the page where the popup should come up and nothing happens. Here is the code:
<script>
window.onload=function(){
new popUp(300, 100, 300, 300, "Div", "<center> <img src=\"http://www.thisreviewforyou.com/instantsoftwareriches/images/instantsoftwarerichesreportpic.gif\"> </center> <BR><BR>
Discover Amazing Secrets To Cash-In On The Virtually Untapped Profits Behind Hot-Selling Software Products That Practically Guarantees Success!<BR><BR>Your's FREE, just Enter Your Name and Email<br>
<center><form method="post" action=\"http://www.aweber.com/scripts/addlead.pl\" target="_new">
<input type="hidden" name="meta_web_form_id" value="496392273">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="softwareriches1">
<input type="hidden" name="redirect" value=\"http://www.aweber.com/form/thankyou_vo.html" id="redirect_452cc941313a63007874a298486af29c\">
<input type="hidden" name="meta_redirect_onlist" value="">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center></center></td></tr>
<tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td colspan=2><center></center></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
</table>
</form>
</center>
", "white", "black", "bold 10pt sans-serif", "Special New Report Reveals...", "Red", "black", "#dddddd", "gray", "black", true, true, true, true, false);
</script>
If someone could fix this for me by showing me where the \ goes that way I can do it right the next time. It says the the \ should be in front of every " in the html code, well I sure dont know where or at what parts of the above code it should be at.
Thanks in advance,
Steve
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/abox2.htm
3) Describe problem: I am trying to get the popup box to show my aweber optin information. All it is the name and email. I am going to include the code here. If some one can tell me when to use the \, that seems to be the problem. I got the other parts of the box working with a picture and text, but then the optin just does nothing when it is on the page. So I add the code for the optin and go to the page where the popup should come up and nothing happens. Here is the code:
<script>
window.onload=function(){
new popUp(300, 100, 300, 300, "Div", "<center> <img src=\"http://www.thisreviewforyou.com/instantsoftwareriches/images/instantsoftwarerichesreportpic.gif\"> </center> <BR><BR>
Discover Amazing Secrets To Cash-In On The Virtually Untapped Profits Behind Hot-Selling Software Products That Practically Guarantees Success!<BR><BR>Your's FREE, just Enter Your Name and Email<br>
<center><form method="post" action=\"http://www.aweber.com/scripts/addlead.pl\" target="_new">
<input type="hidden" name="meta_web_form_id" value="496392273">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="softwareriches1">
<input type="hidden" name="redirect" value=\"http://www.aweber.com/form/thankyou_vo.html" id="redirect_452cc941313a63007874a298486af29c\">
<input type="hidden" name="meta_redirect_onlist" value="">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center></center></td></tr>
<tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td colspan=2><center></center></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
</table>
</form>
</center>
", "white", "black", "bold 10pt sans-serif", "Special New Report Reveals...", "Red", "black", "#dddddd", "gray", "black", true, true, true, true, false);
</script>
If someone could fix this for me by showing me where the \ goes that way I can do it right the next time. It says the the \ should be in front of every " in the html code, well I sure dont know where or at what parts of the above code it should be at.
Thanks in advance,
Steve