Hi,
Befiore I do my own head in, can someone explain why my send to a friend script:
<form><input></form>
<script>
function ShowRecommend(){
var rndURL = (1000*Math.random());
var url = "
http://www.example.com/cgi-bin/csRecommend/csRecommend.cgi?command=showrecommend&page="+escape(window.location);
h=500;
w=500;
newWindow = window.open(url,'search','width='+w+',height='+h+',top='+(screen.height-h)/2+',left='+(screen.width-w)/2+',location=0,directories=0,status=no,menuBar=no,scrollBars=no,resizable=no');
newWindow.focus();
}
</script>
works on my webpage, but when I import the code into listmail for an html email, it doesn't work in the email preview. will it work in the real email or just not work at all? I need to get this s.. .. . . g email out! Been working on it all day
Thanks!
Lynda