or
change
win = window.open(", ", 'popup', 'toolbar = no, status = no');
win.document.write("Dear " + sendto1 + " <p>" + message + "<P> Yours Truly,<P>" + yourname +
"<P>From " + youremail + " <P>To: " + sendtoemail1 + "<P> To:" + sendtoemail2 + "");
to
document.getElementById('p
"<P>From " + youremail + " <P>To: " + sendtoemail1 + "<P> To:" + sendtoemail2;
where you have
<div id="previewDiv"></div> somewhere
Main Topics
Browse All Topics





by: mplungjanPosted on 2003-07-11 at 02:25:30ID: 8900485
win.document.write("Dear " + sendto1 + " <p>" + message + "<P> Yours Truly,<P>" + yourname +
.
.
.
win.document.close();