Cakeslice or iframe question

kojakfull

Senior Member
Joined
Jan 13, 2008
Messages
852
Reaction score
1,055
For example I created this code below using cakeslice

Code:
<div style="overflow: hidden; width: 716px; height: 252px; position: relative;" id="i_div"><iframe name="i_frame" src="http://custombotsolutions.com" style="border: 0pt none ; left: -59px; top: -152px; position: absolute; width: 1204px; height: 781px;" scrolling="no"></iframe></div>

How can i make it to open in new window when you click any of the link there? Or not opening the page inside the iframe size?

Thanks
 
For example I created this code below using cakeslice

Code:
<div style="overflow: hidden; width: 716px; height: 252px; position: relative;" id="i_div"><iframe name="i_frame" src="http://custombotsolutions.com" style="border: 0pt none ; left: -59px; top: -152px; position: absolute; width: 1204px; height: 781px;" scrolling="no"></iframe></div>

How can i make it to open in new window when you click any of the link there? Or not opening the page inside the iframe size?

Thanks


I might be wrong but I dont think I am but you cant, unless you own the site you iframing then just add a target="_blank" to the herf (in the site you are iframing) to open it in a new tab/window.
 
Back
Top