Hi,
I would like to include a 'back to page' link on my website.
This link should load the target page when it's not currently open and
set focus to the window if it is.
in pseudo code
win = FindWindow("Pro ducts.htm");
if (win ==0) open("Products. htm");
else win.focus();
The page is not in a frame.
Does anyone have any suggestions?
Sincerely,
Thomas
I would like to include a 'back to page' link on my website.
This link should load the target page when it's not currently open and
set focus to the window if it is.
in pseudo code
win = FindWindow("Pro ducts.htm");
if (win ==0) open("Products. htm");
else win.focus();
The page is not in a frame.
Does anyone have any suggestions?
Sincerely,
Thomas
Comment