I have two frames: one is a menu, and the other is a long text document with anchors. I want the links in the menu frame to control the position of the document in the text frame, using the anchors. I've tried this:
<a href="#anchorname" target="textframe">Link</a>
but it...
Hi,
I just made a really simple page using Dreamweaver MX, and I want to make sure that it is NS4 compatible. Is there some sort of shortcut or command that will make sure the stuff I put on my web page will work properly in NS4?
In particular, I've run into problems with the provided image...
hi
What's the best way to open a fully functioning new window? I used to use window.open('url','',''), but I've received complaints that it doesn't work on all systems correctly. Anybody know a good method for this?
I have a script that needs to know the coordinates of the mouse every half second, like this:
setInterval( 'CheckMouseXY()', 500);
But I only know how to check the mouse coordinates using an event object:
event.screenX or event.screenY
What I need is a way to check the mouse without...
Hey everybody,
I have an object within an object, (a child object, if you will), and I'm trying to find a way to reference the parent object from the child object and store it as a variable in the child, so that I can reference back and forth between the two, like so...
var v = new newObject()...
I don't feel like looking this up in my 2000 page book, so...
What is the method for jumping to a new url, in the same window--you know, just like when you click on a link, but using Javascript. isn't it like gotoURL('str') or something??
Hi,
I'm having trouble with a layer animation using setTimeout() in Navigator 6. With IE5 it switches frames every 50 milliseconds, but when viewed in Netscape it slows down considerably. Does anybody know a fast function like setTimeout() that works well in Netscape6?
Thanks
Webster
lets say I have a nested sublayer:
<div id='biglayer'>
<div id='nested_layer'></div>
</div>
and I want to change the properties of the nested layer called 'nested_layer' from a javascript function. How do I reference that layer in IE and NN? I appreciate any help you can offer
Hi, I'm having a mickeymouse problem here--
I'm trying to use an array to store the names of several images I want to use. But when I use the array in a function call, it doesn't work--
When I do this it's ok, the picture swaps like it's supposed to:
{
MM_swapImage( 'imgHandle' , ''...
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.