D
dheeraj.soni19
Hi
Can anybody help me out with the problem given below:
I want to open links embedded in iframe code, in new window. i tried
using target="_blank". but dint work out.
the the code is given below:
-------------------------------------------------------------------------------------------------------------------------------------
<iframe src="http://www.s2d6.com/x/?
x=i&z=i&v=555566&r=[RANDOM]&k=[NETWORKID]" scrolling="no"
marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"
width="392" height="72">
<ilayer src="http://www.s2d6.com/x/?
x=i&z=i&v=555566&r=[RANDOM]&k=[NETWORKID]" z-index="0" width="392"
height="72">
<a href="http://www.s2d6.com/x/?
x=c&z=s&v=555566&r=[RANDOM]&k=[NETWORKID]" target="New_Page">
<img src="http://www.s2d6.com/x/?
x=i&z=s&v=555566&r=[RANDOM]&k=[NETWORKID]" border="0" alt="click
here" />
</a>
</ilayer>
</iframe>
Can anybody help me out with the problem given below:
I want to open links embedded in iframe code, in new window. i tried
using target="_blank". but dint work out.
the the code is given below:
-------------------------------------------------------------------------------------------------------------------------------------
<iframe src="http://www.s2d6.com/x/?
x=i&z=i&v=555566&r=[RANDOM]&k=[NETWORKID]" scrolling="no"
marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"
width="392" height="72">
<ilayer src="http://www.s2d6.com/x/?
x=i&z=i&v=555566&r=[RANDOM]&k=[NETWORKID]" z-index="0" width="392"
height="72">
<a href="http://www.s2d6.com/x/?
x=c&z=s&v=555566&r=[RANDOM]&k=[NETWORKID]" target="New_Page">
<img src="http://www.s2d6.com/x/?
x=i&z=s&v=555566&r=[RANDOM]&k=[NETWORKID]" border="0" alt="click
here" />
</a>
</ilayer>
</iframe>