473,406 Members | 2,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

can I open a new window at the URL level?

When I hit a shortcut I created for a particular weblink it always
drops the page into my current browser. I know how to write code to
open a link in a new window, but the standard shortcut properties only
ask for a URL. Is there "URL-code" that I can append to a URL that
will cause the link to be opened in a new window?

Aug 24 '06 #1
3 1382
wrote on 24 aug 2006 in comp.lang.javascript:
When I hit a shortcut I created for a particular weblink it always
drops the page into my current browser. I know how to write code to
open a link in a new window, but the standard shortcut properties only
ask for a URL. Is there "URL-code" that I can append to a URL that
will cause the link to be opened in a new window?
No.

As you formulated in your Q, it is not a Javascript Q.

Please follow up elsewhere.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Aug 24 '06 #2
no*******@gmail.com wrote:
When I hit a shortcut I created for a particular weblink it always
drops the page into my current browser. I know how to write code to
open a link in a new window, but the standard shortcut properties only
ask for a URL. Is there "URL-code" that I can append to a URL that
will cause the link to be opened in a new window?
No.

Configure your browser to open links from external sources in new windows.

--
David Dorward <http://blog.dorward.me.uk/ <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Aug 24 '06 #3
no*******@gmail.com said the following on 8/24/2006 2:34 PM:
When I hit a shortcut I created for a particular weblink it always
drops the page into my current browser. I know how to write code to
open a link in a new window, but the standard shortcut properties only
ask for a URL. Is there "URL-code" that I can append to a URL that
will cause the link to be opened in a new window?
Contrary to the other answers, you can do what you want to do. Instead
of making the bookmark point to a URL, make it point to a bookmarklet:

javascript:window.open('http://www.google.com');

Save it, name it, and you are on your way. One caveat with IE7 is that
doesn't always open it in a new window, for me and the configuration I
have it opens it in a new tab.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Aug 24 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: chris | last post by:
Hi, I use the javascript within dreamweaver to open a small window with an "onclick" bit of JS. Due to WAI Level 3 requirments I need to open a wind on command without using onclick or...
7
by: alberta soranzo | last post by:
i'm trying to send a mass-email using microsoft's list builder (http://www.bcentral.com/products/lb/default.asp). my html file is clean and the javascript links work fine in all browsers. when...
10
by: Marshall Dudley | last post by:
When I do the following line in Netscape, the popup loads as it should, but the parent window usually, but not always, reloads as well. <a href="#"...
3
by: unurban | last post by:
I have a javascript menu based off of unordered lists that only shows the subnav links when you click on the main nav links. is there a way to keep any subnav items open after you click on a link...
5
by: MrNobody | last post by:
I am using the no-arg ShowDialog() method hoping that the window would not be modal to any other window like the other ShowDialog(IWin32Window) method does, but when this opens it somehow becomes...
26
by: yb | last post by:
Hi, Is there a standard for the global 'window' object in browsers? For example, it supports methods such as setInterval and clearInterval, and several others. I know that w3c standardized...
13
by: Bob Jones | last post by:
Here is my situation: I have an aspx file stored in a resource file. All of the C# code is written inline via <script runat="server"tags. Let's call this page B. I also have page A that contains...
1
by: Sin Jeong-hun | last post by:
Is it possible to get notified in my C# application when a top-level window is opened at another application? By top-level window, I mean main application windows, dialog boxes, pop up windows, ...
6
by: mistral | last post by:
what is correct way open a PDF document in new window use hyperlink? I want show images thumbnails linked with PDF files, when click on thumbnail, PDF will be opened in new window. Some of PDF...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.