Code:
Response.Write(tablerow & tablecolumn & langCheckoutCVN & tablecolumnend & "<td><input size=3 name=strOcardCVN value=" & Chr(34) & strOcardCVN & Chr(34) & "><a href='popup_page.asp' class='ccCSV' onClick='window.open(this.href, 'popup_page', 'TOP=0,LEFT=0,WIDTH=320,HEIGHT=266,RESIZABLE=no,SCROLLBARS=no,TOOLBAR=0,LOCATION=0,DIRECTORIES=0,STATUS=0,menubar=0,resizable=0'); return false;'>More Info</a></td></tr>")
I am trying to add a pop-up window on a credit card payment page. For some reason the browser does not recognize the link. I can click on the link, but nothing happens. Any ideas?? I am completely stumped. Any help would be greatly appreciated.
Thanks,
Brett