Very basic simple question: can a JS be outside the or even tags? Hello I have this very very basic question for you JS gurus out there... I have seens JavaScripts inside the tag and inside the tag. I don't know what the difference is (anybody?)... But what I really would like to know is, if it ... |
|
H1 Tag Help .... Hi there Im a newbie at this H1 tags and had just one question. When I want to use H1 tags on my title can I do it like this? ""Shoes For Sale"" When I do it without the title in front of it all the words show up on my web page? Having trouble here and ... |
|
|
Hi! I can never remember how to do this and I can't find a previous place where I did it the last time. Basically, I need to make a pop up window come up automatically.. I've got all that code down.. no problem. The problem is that I have to put an "onload" call in the BODY tag and I've already ... |
Hello, Had a quick question. I'm trying to get a popup working on my site. I use headers and was wondering if there is a way to put the onload outside of the BODY tag? My header has the BODY tag in it. I only want the popup to come up on one page and not all the pages that use ... |
|
Hi, I'm creating a new section that requires help files. I was thinking that instead of doing loads of help files I could just have Alt Tags that pop up when the cursor goes over a particular image/link and explains what that image/link represents. Would anyone know the code to do this? A normal Alt Tag is too boring. It would ... |
Hi, I have multiple |
i'm having problems with this piece of code in that if i put it in the HEAD tag it doesn't work..if i put the SCRIPT below the P tags it works fine; I don't see any logical reason for it to not work when placed in the HEAD tag? Is there any workaround to make it work in the HEAD tag? ... |
|
|
|
I am trying to increase the delay of the alt tag. So when you mouse over a picture a little description is shown, and as long as the mouse is over it, it will display for something like 10 seconds. Is there a way to increase that time, to like 20 to 30 seconds. But this is only if the mouse ... |
|
Hi MarnieB, As a general rule, javascript code goes between the head so they are loaded and ready for when the page is rendered. (Microsoft's FrontPage Xpress places all javascript code directly after the tag; then again, they do a lot of weird stuff) The only real rules you need to follow are: 1) never use a function before it ... |
I am working on a new website and want it to be XHTML1.0 certified. However I am using a number of javascripts etc in the page and one of them needs the onLoad tag. It doesn't like this, it also won't have onMouseover, and SRC="......" in the Javascript tag. Does anyone know any work arounds for this in XHTML 1.0 many ... |
|
|
i just saw the second part of your question. you should be able to add a mouseover event to your code, no problem. it should work with IE but i don't know about netscape 4.7. in your javascript, define the function you want to fire when you mouseover your link. Then just add your code to the array. by the way, ... |
|
|
|