Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 function javascript

Status
Not open for further replies.

GWJ

Technical User
Nov 20, 2000
1
US
Hello,

I would like to request help from someone, anyone please. I am very new at S. I have a new navigation scheme that I am going to implement at my site. It already is using AS for rollovers. Right now when you mouse over a hyperlink it pops up an arrow to the left of the hyperlink. I would like to, in the top left cell of the table above it, also have a image come up when the hyperlink is rolled over. The image will be suggestive text in the form of a IF file (unless their is a better way of getting the message to appear up there using text through AS).

The test is at URL: This has an include file called It also references, an external JS file which contains:

<!-- Begin
function imgover(imgname){
imgname.src = &quot;goldarrow.gif&quot;
}
function imgout(imgname){
imgname.src = &quot;blank.gif&quot;
}
// End -->

Any help would be great. Been searching for several hours just not finding what I need.

Also I apoligize for dropping my URL, it is not meant as a promo, just trying to give specifics.

TIA,

Brian McGrath
 
hey, i dont think either of your url's work, as when u hover the mouse over any of the hyperlinks, IE pops an error 'Object Expected'
 
i can't find navigate.htm, but i believe that your include file doesn't work because you're missing your javascript functions. other than that, i see nothing wrong with it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top