|
-
Aug 10th, 2002, 11:08 PM
#1
Thread Starter
Hyperactive Member
Update Javascript window
How can I use javascript to refresh a window I have opened with the window.open script? The window has a name already assigned to it. What I want to do is refresh it from a totally unattached html page.
-
Aug 14th, 2002, 07:19 PM
#2
Hyperactive Member
hello,
do you mean have window A open window B
and then from window A you trigger window B to refresh
or do you want window B to refresh every x amount of time..?
bsw2112
-
Aug 15th, 2002, 03:03 AM
#3
Fanatic Member
try window.opener.location.reload(true);
I haven't tested it but I don't see why it wouldn't work if you've opened the window using javascript.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|