I've disabled ActiveX controls (signed and unsigned) because it has been an "infection route" for my browser to be highjacked.
Now when I visit a page with an ActiveX control, I get a standard warning message that the page may not display correctly. How do I stop the warning message from...
I am considering buying a PC with a 2.6ghz processor and 512MB DDR RAM. For the first time in my fun career, I will be installing XP Pro on the PC and using the machine as a file/print server and broadband internet gateway for 6 other locally attached PCs.
If the 6 local PCs all have logged...
The code below from the Bestbuy website is somewhat confusing to me.
In pseudo code it is saying "if newWindow exists and newWindow is not closed, then focus on newWindow, then assign a url to newWindow"
Well, if newWindow exists then why test to see if it is closed?
---- Code...
If I use the code:
<Script language=javascript>
then what version of javascript does the browser default to? Should I assume that all versions (1.0 thru 1.3) of javascript are included in the latest IE or Netscape browser?
I have a question concerning this javascript code that is used to create a pop-up window to display photos:
newWind=window.open("","winnam");
output="<HTML><BODY> blah blah blah </BODY></HTML>"
newWind.document.write(output);
newWind.document.close()...
Hi,
In Javascript, I am testing the value entered into a donation amount box on a form.
I want to make sure that the user enters a donation amount in the box greater than 1. So I am using this if statement: "If ( amountbox > 1 ) ..."
The problem is if a user enters...
My CSS entries are listed in a single external file named styles.css
In that file, A:Link is given a color, font-size, etc.
In my HTML document, there is a special situation where I need to override the font-size assigned to a link.
I tried placing a <font size="-2" > command in...
I've successfully created a pop-up window (using window.open command) in which I display a jpeg image.
I've had no problem automatically closing the window (named newWind) using a javascript command like "newWind.close()" which is executed upon an onUnload or onClick.
Now, rather...
I am preloading a large animated gif file. When fully downloaded, the animated gif will replace (swap out) a small static gif file.
So how do I test for when the image is fully downloaded? Using "onload=" in the BODY statement doesn't work because the web page has loaded...
Is anybody else having problems getting the <img LOWSRC="picture.gif" command to be interpreted correctly by Internet Explorer version 5.5 ?
When I visit a test code page like this one:
http://www.idocs.com/tags/images/lowsrc.html
...then my browser does NOT initially display the...
How is a "Linux oriented CGI script" different from a regular CGI script?
Sorry for the newbie question but I was going to install an active server page containing server-side VBscript and the web hoster said they do not have the software installed to handle this type of page.
They...
On a home page, I am using an animated gif that has about 25 frames in it.
Presently, the animation starts to play while it is still downloading, which does not look very good.
Is there some way to deploy Javascript so that the animation does not begin playing until it is fully downloaded?
I'm using pop-up windows to display photos. I'm generating the new window using the window.open command.
There is a default border area (not specified in my javascript) that is in between the edge of the photo and the edge of the window. How do I get rid of this area so that the edge of the...
Below is working Javascript code that displays a full-sized image in a pop-up window when a thumbnail image is clicked on.
I like this code because: 1) a single window is used to display pictures; 2) even if the window is minimized, the window is made visible when an image is clicked on; 3)...
Hi, I'm new here. My goal is to use javascript so that when a small thumbnail image is clicked on, the larger version of the image is displayed in a separate pop-up window.
Gee, it seems simple enough. When I use the code for this task (borrowed from the free website below) and run it from my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.