Open Link in New Window Instead of a PopUp
-
My theme is TwentyFoureen. I have a Flash (SWF) banner in the sidebar. I did not upload the SWF file, it is a link. When clicking on the Flash banner the link opens in a popup. How to I get it to open in a new tab? My HTML is limited but I read somewhere I need to include getURL(“XXX”, “_blank”); Any idea where exactly this needs to go? If it is wrong, how do I get the link to open in a new tab when clicking on the banner? I tried targe’=_blank but it is not working.
This is the SWF banner, I blanked out the link details:
<object width="160" height="600" classid="clsid:XXX" codebase="https://XXX.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"><param name="movie" value="//XXX.swf?clickTag=https://XXX&clickTAG=https://XXX" ><param name="quality" value="high" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><embed src="//XXX.swf?clickTag=https://XXX&clickTAG=https://XXX" quality="high" wmode="transparent" pluginspage="https://www.XXX.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="160" height="600" allowscriptaccess="always"/></object>
- The topic ‘Open Link in New Window Instead of a PopUp’ is closed to new replies.