473,769 Members | 1,959 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

opening link in new window

Hi
My problem is that on some sites when I click on a picture (for
example) that is supposed to open in a new window it doesn't. The
bottom left of my browser where it tells what is happening just says
javascript and has a yellow triangle with an exclamation point in it.
I have java enabled on my computer and tried turning my pop-up
software off. I also tried with java not enabled but nothing seems to
work. The new window never pops up. Is there something I can do to
fix this? Thanks

Zach
Jul 20 '05 #1
4 3145
zach wrote:
Hi
My problem is that on some sites when I click on a picture (for
example) that is supposed to open in a new window it doesn't. The
bottom left of my browser where it tells what is happening just says
javascript and has a yellow triangle with an exclamation point in it.
I have java enabled on my computer and tried turning my pop-up
software off. I also tried with java not enabled but nothing seems to
work. The new window never pops up. Is there something I can do to
fix this? Thanks

Zach


Hmmmm... Dont worry about Java. Java and Javascript are two different
technologies, used differently in the browser. A popup uses javascript
(I suppose it might be possible for Java to do it, but I have never seen
it.), and it doesnt matter if Java is turned on or not.

The fact that you see a yellow triangle with an exclamation point in it
tells me that you are probably using Internet Explorer? You can
double-click on the icon, and it will tell you something about what is
wrong. It will even tell you which line the problem is on.

Javascript can be turned on or off in browsers, and in some browsers,
you can have different security profiles. In IE 6.0, I can tell it to
use javascript for local files, and not from server traffic.

If JavaScript is enabled, and you are using pop-up software, I can
almost guarantee that the problem is in the pop-up software. After all,
"opening a link in a new window" is a pop-up.

Brian

Jul 20 '05 #2
In article <60************ **************@ posting.google. com>, zachc85
@hotmail.com enlightened us with...
Hi
My problem is that on some sites when I click on a picture (for
example) that is supposed to open in a new window it doesn't. The
bottom left of my browser where it tells what is happening just says
javascript and has a yellow triangle with an exclamation point in it.
I have java enabled on my computer and tried turning my pop-up
software off. I also tried with java not enabled but nothing seems to
work. The new window never pops up. Is there something I can do to
fix this? Thanks

Zach


I've heard of people who can't open links with "javascript :" in them.
This seems to be a browser issue.
Do the links have that in them (look at the status bar)?

If not, the problem is the site. That exclamation point means there is a
script error.

--
--
~kaeli~
Local Area Network in Australia:... the LAN down under.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 20 '05 #3
kaeli <ti******@NOSPA M.comcast.net> wrote in message news:<MP******* *************** **@nntp.lucent. com>...
In article <60************ **************@ posting.google. com>, zachc85
@hotmail.com enlightened us with...
Hi
My problem is that on some sites when I click on a picture (for
example) that is supposed to open in a new window it doesn't. The
bottom left of my browser where it tells what is happening just says
javascript and has a yellow triangle with an exclamation point in it.
I have java enabled on my computer and tried turning my pop-up
software off. I also tried with java not enabled but nothing seems to
work. The new window never pops up. Is there something I can do to
fix this? Thanks

Zach


I've heard of people who can't open links with "javascript :" in them.
This seems to be a browser issue.
Do the links have that in them (look at the status bar)?

If not, the problem is the site. That exclamation point means there is a
script error.

--


Yes they do say javascript:
Jul 20 '05 #4
In article <60************ **************@ posting.google. com>, zachc85
@hotmail.com enlightened us with...

I've heard of people who can't open links with "javascript :" in them.
This seems to be a browser issue.
Do the links have that in them (look at the status bar)?

If not, the problem is the site. That exclamation point means there is a
script error.

--


Yes they do say javascript:


There's all manner of things that could be wrong, then. It depends on
your OS and version of IE.
Check the archives for this group for several, including a bad IE
install, bad WSH install, missing dlls, etc.

First thing to try is to repair IE if you can (not all windows versions
can do that, I don't think). In the add/remove programs section of the
control panel, choose IE. An option should come up to repair. Do that
and reboot and see if it helps. If not, check all the other stuff that
could be wrong. :)

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8
&q=javascript+l inks+not+workin g&btnG=Google+S earch

http://groups.google.com/groups?hl=e...UTF-8&oe=UTF-8
&q=javascript+l inks+not+workin g&sa=N&tab=wg

--
--
~kaeli~
A man needs a mistress... just to break the monogamy.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 20 '05 #5

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

Similar topics

2
4649
by: Jawahar Rajan | last post by:
All, I have a printer friendly page that is opened when a user clicks a link on my page to get the printer friendly version, How ever when they close out the printer friendly version and return to the original page the mouse cursor is a Hour glass shape! my code: I use DIV tag <DIV id ="printThis"> <%
1
3793
by: Display Name | last post by:
the customer I'm developing a site for uses a canned form-parsing page that allows her to have an email subscription opt-in page add emails to a list she can manage using a link that you point your HTML form to. the actual form-parsing page resides on a server that's uneditable to me since it sits on an inaccessible server. my problem is more irritating than anything; everything double-submits.. when you submit the form, I've forced a...
44
4741
by: Carlos Andr?s | last post by:
Hi everybody. I've got a problem. I'd like to avoid opening a new window when you have pressed the shift key and you click in the left button of the mouse. I've tried the next solution, in the body of the page I put the next code: <BODY onkeydown='notOpenNewWindow();'>
14
11095
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a window.open function? I would prefer not to create a separate HTML page. So far all I have is the basic var cwin = window.open('images/KJV-THANKS.gif', 'Thanks', 'width=243,height=420,'); cwin.focus();
1
1542
by: Sushil Prasad | last post by:
hi, I have a web application with a help link. On the click of the help link user see a html page. I do response.redirect to url in my code. The vb.net application that user was using gets overloaded with html page. Is there a way to display this html in a new web page so that user can see both the web application and this html page.
3
2138
by: Larry Bud | last post by:
Wanting to use a technology I saw for one of our apps. We have several apps that a user logs in at on the same page. The app is determined by a drop down. User credentials are checked, response.redirect to the application. The user ID is stored in a session variable which determines if the user is logged in. When the session var goes blank, the user is redirected to the login page. A header on each page checks this. Now, some...
1
6323
by: OtisUsenet | last post by:
Hello, I have some onClick events in <a href...> elements, so they get called when a user clicks on a link. This works well, and looks like this: <a onclick="onLinkClick(123);" href="......">foo</a> Unfortunately, if a user opens the link in a new tab (e.g right click->open in new tab), my onLinkClick function does NOT get called.
26
3006
by: Nospam | last post by:
I am trying to open a link in a new template window : <a onclick="windowopen('example.html','example');return false;" href="http://www.example.com" target="_blank"example link</a> such that clicking on the example link will open it in a new window in an already saved template/site/ called example.html
1
3710
by: abhishekbrave | last post by:
The code below is opening a calendar on mouse over in the same window. I need the calendar to be opened in new window. Have to fulfill this requirement urgentely so posting the whole code here. I tried doing some workaround using window.open() but not getting the calendar in new window. <html> <head> <script language="JavaScript">
15
2883
by: anon | last post by:
I have a page where the ASP script create a table of links i.e. 1 = NextPage.asp?Item=1 2 = NextPage.asp?Item=2 etc What I would like to do is open an new window with this link without any toolbars, addressbars, scrollbars and tabs. I would be happy even if the
0
9579
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10035
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9984
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8863
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3949
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3556
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2811
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.