window.open
Count the number of windows open
I am trying to count the number of Tabs that are open in my google chrome browswer with javascript. Does anyone know how to do this?[详细]
2023-01-24 09:30 分类:问答Is there a way to force an "onclick" new window to open in a tab?
Related but dormant: Javascript to open URL within a new Tab and a number of others... I have a client who insists that a particular link needs to open in a new tab, rather than a window. It\'s being[详细]
2023-01-24 06:06 分类:问答Why does twitter bookmarklet does not get blocked by popup blocker?
Check this link. http://dev.twitter.com/pages/share_bookmarklet Drag bookmarklet to your bookmark-bar and click on it. It will open a pop up window.[详细]
2023-01-22 17:10 分类:问答window.open object change parent element?
I\'m not the most javascript savy. I\'ve seen posts for children windows getting parent values but not vice versa.[详细]
2023-01-20 01:15 分类:问答How to know when popup is closed in javascript
This code will open go.com in popup window: <a href=\"javascript:void(0)\" onClick=\"javascript:window.open(\'http://go.com\',\'\',\'status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,wi[详细]
2023-01-18 06:39 分类:问答window.open not working in IE
Apparently, this call to window.open is not valid under Internet Explorer. The Javascript code on my site is not running, I would assume it is due to that error.[详细]
2023-01-15 09:08 分类:问答Document.links empty after calling document.close
When you execute following example using Firefox 3: <html> <head> <script language=\"javascript\" type=\"text/javascript\">[详细]
2023-01-13 05:56 分类:问答Javascript: Window.Open with a # sign in URL?
I have a local web app that lets users attach and view files. Viewing files is simply window.open(fileName), however whenever the filename has a # sign in it the file will fail to open with a dns erro[详细]
2023-01-11 05:15 分类:问答window.open and .Net WebServices
I don\'t know exactly the cause of this symptom but here goes. In our web app, we call window.open to open a new window/tab (internally everyone\'s is set to open in a new tab). After opening this new[详细]
2023-01-08 04:24 分类:问答Javascript to open URL within a new Tab (instead of a window)
Hey guys. There are a few entries here r开发者_如何学Goequiring solutions to do the opposite of this, and others vaguely related. In one of them, the poster asked how to do this on Mozilla Firefox. Ac[详细]
2023-01-07 12:59 分类:问答