Page 1 of 1
firefox tabs
Posted: Wed Feb 07, 2007 1:37 pm
by moiseszaragoza
I was wandering if i can ser a focus or a blur on a particular tab?
I have
Code: Select all
newPage=window.open("newPage.asp", newPage,'');
window.newPage.blur()
That works fine on IE but not on fire fox
thanks for all the help
Posted: Wed Feb 07, 2007 1:49 pm
by feyd
Last I saw, no.
Posted: Wed Feb 07, 2007 2:27 pm
by moiseszaragoza
by any chance is there a way to open a new window instead of a tab?
Posted: Wed Feb 07, 2007 2:34 pm
by superdezign
The user determines whether new window calls open a new window as opposed to a new tab. I'm pretty sure, with that in mind, that tabs can be accessed in the same manner as new windows in Javascript.
Posted: Wed Feb 07, 2007 2:37 pm
by moiseszaragoza
superdezign wrote:The user determines whether new window calls open a new window as opposed to a new tab. I'm pretty sure, with that in mind, that tabs can be accessed in the same manner as new windows in Javascript.
do you know how to switch tabs using JavaScripts
Posted: Wed Feb 07, 2007 2:42 pm
by superdezign
I could be wrong (although if I am, it's a bad move on the part of tabbed navigation), just windowHandle.focus();