show on mouseover1114 (6/26/2003 3:45:41 PM) Hi, this code works only in Mozilla (not in IE) - what is the correct, uniwersal version of it ? <div onmouseover='getElementById("aaa").style.visibility="visible;"'; onmouseout='getElementById("aaa").sty... Rafal
breaking out of frameset problem1131 (6/27/2003 5:49:44 AM) Hi, I use the following code to force the page to load into the intended frameset (navigation purposes) if visitors come to pages in a certain section of the site from search engines/external links. <script l... David
BASE HREF tag3107 (6/27/2003 2:42:30 AM) Is there a way to get Javascript to obey the tag? I have some code that redirects a user to a template on a different domain, but it keeps taking me to the current domain. Code sample: <base hre... 3rtwemte001(1)
Does this existing anywhere in the world? (javascript download progress meter)286 (6/27/2003 2:38:33 AM) Hello, I've read quite a bit of discussion on different approaches of how to create a download progress meter that can be implemented into a Web site. I understand that by the very nature of the way the down... julia4_me
Does this existing anywhere in the world? (javascript download progress meter) #2098 (6/27/2003 2:39:27 AM) Hello, I've read quite a bit of discussion on different approaches of how to create a download progress meter that can be implemented into a Web site. I understand that by the very nature of the way the down... julia4_me
get an event when the font size changes087 (6/26/2003 7:06:42 PM) I have a function that positions "decorations" on a page via javascript and absolute positioning, based on the current positions of other items (that are not absolutely positioned). Yes, this is a messy way to... catbutt
Jaffascript296 (6/26/2003 3:56:12 PM) I know this is a strange question , but has anyone heard of Jaffascript? John ... John
Cant' get scrollbar to show up in pop up0107 (6/26/2003 5:28:11 PM) I can't get my popup window to display a scroll bar with the following function: <!------hide function newwindow0() { window.open('0-aboutus.shtml','jav','width=517,height=67... J
onclick parameters292 (6/26/2003 2:37:42 PM) I have an onclick function that pops a new window (nothing fancy) the problem is that whenever I want to return to the page where I popped the new window from I find that it is reloaded and has taken me to the ... vasquezluis2003(1)
need help using javascript to target a frame!188 (6/25/2003 5:58:15 AM) First off, please excuse the crossposting--I really need an answer quickly. I have a decent amount of experience with html but not javascript. Currently I'm using dreamweaver to do a photo gallery where I have... TheKeith