由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - open new window by javascript?
相关主题
Help on javascript of Netscape on MacDHTML MENU的问题。。。。
menu question..[转载] help? how to auto install a program
关于hyperlink click &pop a new window q?how to acheive the following function?
Apache and PHP on Windows XP, 怎么查有多少clicks[转载] 怎么track网站的访问量?
How to get button name?source code of the web
Ask again for help: How to click to the exact ID?How to simulate post submission
question about ASPHow to open a Windows Application (*.exe file) using a button in Flash?
a HTML problemphotoshop fading problem
相关话题的讨论汇总
话题: window话题: new话题: open话题: link话题: click
进入BuildingWeb版参与讨论
1 (共1页)
w*g
发帖数: 413
1
I am using window.open to open a new window (named "b") from
window "a". Now I want to add another link to window "a"
which will also appear in window "b". The problem is: I
click the first link to pop-up window "b", then go back to
"a" to click the second link, the new content will be shown
in "b", but "b" won't go back to the top (still behind "a").
How to solve this problem? Thanks!
b****e
发帖数: 985
2

var bmouse=window.open(blahblah...);
bmouse.focus();

【在 w*g 的大作中提到】
: I am using window.open to open a new window (named "b") from
: window "a". Now I want to add another link to window "a"
: which will also appear in window "b". The problem is: I
: click the first link to pop-up window "b", then go back to
: "a" to click the second link, the new content will be shown
: in "b", but "b" won't go back to the top (still behind "a").
: How to solve this problem? Thanks!

w*g
发帖数: 413
3

Thanks!

【在 b****e 的大作中提到】
:
: var bmouse=window.open(blahblah...);
: bmouse.focus();

w*g
发帖数: 413
4

Another problem: If I clicked link1, link2, then back to
click link1, the window won't pop-up again. It seems only
work for unclicked links. Any idea? Thanks!

【在 b****e 的大作中提到】
:
: var bmouse=window.open(blahblah...);
: bmouse.focus();

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
photoshop fading problemHow to get button name?
[转载] deletion in asp.netAsk again for help: How to click to the exact ID?
click?question about ASP
Help on launch application from IEa HTML problem
Help on javascript of Netscape on MacDHTML MENU的问题。。。。
menu question..[转载] help? how to auto install a program
关于hyperlink click &pop a new window q?how to acheive the following function?
Apache and PHP on Windows XP, 怎么查有多少clicks[转载] 怎么track网站的访问量?
相关话题的讨论汇总
话题: window话题: new话题: open话题: link话题: click