Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
Opening a new tab using javascript?
Arjun Reddy
Ranch Hand
Posts: 629
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How can we do that/
Thanks.
Be Humble... Be Nice.
Bear Bibeault
Sheriff
Posts: 67754
173
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can't. All you can do is to specify
target="_blank"
and the new page will open in either a new window or a new tab, depending upon which way the user has the browser configured.
You cannot (thankfully) override this setting.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Open New Window using h:commandButton
Open JSP page in new tab(browser) from request from servlet
how to open page in new tab
click of a link shud open in a new tab instead of new window using javascript
Child Window
More...