Check out http://www.retailmenot.com/view/enterprise.com When you copy a coupon code a popup window comes up. Anyone know how to do this? I am new to html/coding
I found in the http://ui.cdn.retailmenot.com/interface/javascript_27.js file, in the clickToCopy function, it just seems to be sending variables to the flash component. It would need to be fixed in the flash file itself, which is compiled. Maybe look where you got your template from?
<input type="text" value="Default Value of Text Input" onfocus="window.open('http://www.crath.com')"/> Code (markup): That will open it up as a new window, but im not sure how to set it to do it in the current browser. Somebody else might be able to help with that.