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??
If you wanna keep it simple just stick this on your page
<input type="text" name="the_number" id="the_number">
<input type="submit" name="Multiply" value="Multiply" onClick="document.getElementById('the_number').value =...
Thanks man...unfortuneately I don't think my viewers will be web-savy enough to have upgraded to NS7 when they visit my page. Oh well--they should take their heads out of their asses anyway. Thanks for the tip
How bout this...go to the page itself (it's just a beta test page, no links or nuthin) and check out the source. That way you can see it in action, and see the code too.
The address is:
theuniversitycenters.ucsd.edu/commuter/commuterpage.html
You might be right about MM_findObj()---it's a...
Hey guys, thanks for your help so far, but I'm still having a heck of a time trying to get this layer animation fast enough to use. I tried using the setInterval() function instead of the setTimeout() function, but the performance did not imporve at all. I don't understand why the animation...
Here's the code--it's a recursive function that causes a tiny little dot image to "bounce" horizontally next to a link. Like I said, it works fine in IE5. Do you think it has to do with parseInt()? I've heard that parseInt doesn't work well with Netscape...[sadeyes]
function...
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.