Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Iframes with links open in same new window

$
0
0

hi,

I have 3 iframes on my dashboard. Each iframe contains a link inside it.

Whenever that link is opened in one frame, it gets opened in a new window.

And when another link in another iframe is clicked, it overwrites the previously opened window for first iframe.

So all three iframe links open in one new window. Only one iframe link can be opened at a time.

How do I have all three links to open in 3 windows?

This is the sample code I use to create a link in an iframe.

1st iframe:

<a href="link1.aspx" target="_blank" onclick="javascript:window.open('link1.aspx', 'Detail View', 'location=0, status=0, resizable=1, scrollbars=1, width=800, height=800'); return false;">View Details</a>

2nd iframe:

<a href="link2.aspx" target="_blank" onclick="javascript:window.open('link2.aspx', 'Detail View', 'location=0, status=0, resizable=1, scrollbars=1, width=800, height=800'); return false;">View Details</a>

3rd iframe:

<a href="link3.aspx" target="_blank" onclick="javascript:window.open('link3.aspx', 'Detail View', 'location=0, status=0, resizable=1, scrollbars=1, width=800, height=800'); return false;">View Details</a>

Please guide me through this. Thanks for any help.


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images