how to open a new window in the child window

H

H2

Hi all,
Any one know how to open a new windows in a child window using
javascript?
What I need to do is that, in my main page, there is a button,
onclick, it opens one child windows. In the child windows there is a
few links. Once the link in the child windows is clicked, I want it to
open an other window( like the grandchild window) How do i do it? I
can open the child window with no problem, however, when I click on
the link in child windows, it just link to page instead of openning a
new window. Any thoughts?
 
L

Lee

H2 said:
Hi all,
Any one know how to open a new windows in a child window using
javascript?
What I need to do is that, in my main page, there is a button,
onclick, it opens one child windows. In the child windows there is a
few links. Once the link in the child windows is clicked, I want it to
open an other window( like the grandchild window) How do i do it? I
can open the child window with no problem, however, when I click on
the link in child windows, it just link to page instead of openning a
new window. Any thoughts?

window.open() should work in the child window.
Show us a small example that demonstrates your problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top