Page is a not externally linkable
Scott_Archer - 5:34 pm on Oct 12, 2012 (gmt 0)
I think I am on to the solution but something in this is not quite right...
Suggestions?
in the body I am pulling the vale of these two lines:
<input name="Text22" id="text22" type="text" value="$" readonly="readonly"></td>
<input name="Text23" id="text23" type="text" value="$" readonly="readonly"></td>
----------------------------------------------
here is where I am at:
<script language="javascript" type="text/javascript">
function urlGen(f){
var i1 = "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&business=xxxxxxxxxxxx&lc=US&item_name=A%20P%20P&no_note=1&no_shipping=2&a1=";
var i2 = f.text22.value;
var i3 = "&p1=1&t1=M&src=1&a3=";
var i4 = f.text23.value;
var i5 = "&p3=1&t3=M&currency_code=USD&bn=PP%2dSubscriptionsBF%3abtn_subscrib";
var fullURL = i1 + i2 + i3 +i4 + i5;
f.action = i1 + i2 + i3 + i4 + i5;
return true;
}
</script>
<a href="javascript: void(0)" onclick="scriptFunction(f.action)" target="_blank">
<div id="submit" class="out"
onMouseOver="document.getElementById('submit').className = 'over';"
onMouseOut="document.getElementById('submit').className = 'out';">
<span>action</span>