views:

30

answers:

1

I just have a link :

<tr><td align="center" height="10%"><a href="https://login.yahoo.com/config/login_verify2?.intl=in&amp;.src=ym"&gt;Mail&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;

while clicking on it, it will shift to the pave http://login.yahoo.com, but I want the page open in a frame that pops up on this page & the inner display is target page.

Is there any pop up window API available ? or any other solution?

I want it AJAX based & not any other browser window.

A: 

Here is how to popup a window from a page, in JavaScript: http://www.quirksmode.org/js/popup.html

Strelok