Dan Bracuk,
thank you for your reply...
I tried your tag... error on page. all versions below. yes,
did give name form as to your specs. one note is that form is in an
iframe but even when i loaded as "top" still same problem
also tried retagging cfform, form
tried
<input name="Preview" type="button" value="Preview"
onClick="MM_callJS('winopen(\'prevmsg.cfm?formname=quickreplyfrm','previewmsg','710','500');')">
<input name="Preview" type="button"
onClick="MM_callJS('winopen(\'prevmsg.cfm
formname=quickreplyfrm\',\'previewmsg\',\'710\',\'500\');')"
value="Preview">
<input type="button" class="submit" name="Preview"
value="Preview"
onClick="winopen('prevmsg.cfm?formname=quickreplyfrm','previewmsg','710','500');"
/>
<input type="button" class="submit" name="Preview"
value="Preview"
onClick="winopen('prevmsg.cfm?formname=quickreplyfrm','previewmsg','710','500');"
/>
---------------and put this in the head--------------------
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
see page as written without popup code below
note that js is not my forte and use dreamweaver to write
most of it for me
tnx again
----------------------------------------------------------------------------------------------------------------