Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Javascript only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Javascript
open new popup windows and focus a certain one
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
2
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
1
2
template
Next
dmjpro
Top Contributor
Join Date:
Jan 2007
Posts:
2476
#16
Sep 11 '07, 09:01 AM
Originally posted by
gits
hi ...
i changed your last code here:
[CODE=javascript]getFocus(win_ar ray[win_num!=0?win_ num-1:win_num]);[/CODE]
and my last code worked in Firefox ... definitly!
But it does not work for me.
Originally posted by
gits
which IE? test the following in the address-bar of IE:
Code:
javascript
:var i = [];alert(typeof i);
in case you get object - it works ... IE6 did it!
kind regards
Yeah!
Sorry...it works in IE.
Kind regards,
Dmjpro.
Comment
Post
Cancel
gits
Recognized Expert
Moderator
Expert
Join Date:
May 2007
Posts:
5388
#17
Sep 11 '07, 09:15 AM
... test again with my working code and use:
[CODE=javascript]
var w_ref = win_array[0];
[/CODE]
instead of:
[CODE=javascript]
var w_ref = win_array[win_num !=0 ? win_num-1 : win_num];
[/CODE]
the first opened popup should be focused. is it?
kind regards
Comment
Post
Cancel
dmjpro
Top Contributor
Join Date:
Jan 2007
Posts:
2476
#18
Sep 11 '07, 09:22 AM
Originally posted by
gits
... test again with my working code and use:
[CODE=javascript]
var w_ref = win_array[0];
[/CODE]
instead of:
[CODE=javascript]
var w_ref = win_array[win_num !=0 ? win_num-1 : win_num];
[/CODE]
the first opened popup should be focused. is it?
kind regards
Na!
It's not working.
Please help.
Kind regards,
Dmjpro.
Comment
Post
Cancel
gits
Recognized Expert
Moderator
Expert
Join Date:
May 2007
Posts:
5388
#19
Sep 11 '07, 10:36 AM
hmmm ... i don't get it ... ;( ... when started from the html-page it will not work ... when i start it from the firebug-console it does ... strange problem indeed ...
Comment
Post
Cancel
Previous
1
2
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment