|
|
Q731 Why can't I write into a frame of a a new window that I have just opened?
irt.org | Knowledge Base | JavaScript | Window | Q731 [ previous next ] Q731 Why can't I write into a frame of a a new window that I have just opened?The new window and its frames are not being given a chance to open and create themselves. You need to add a delay, possibly by using setTimeout to invoke another function after several seconds:
Or you need to use the new window to tell the old window that it has loaded, and then invoke some function:
Feedback on 'Q731 Why can't I write into a frame of a a new window that I have just opened?' |
-- div -->
|