I honestly dont know what is causing the problem -- but have you noticed that if you leave the practicetest.htm page and go to another, then the link for "Practices" links back to practices.htm just fine? and if you compare the code you see one tiny difference ( which in the world of programming is usually the bell of doom because it can take weeks to find one tiny typo ) ive listed them below

<CODE SNIPPENT>
<FILE = "practicetest.htm" />
"..
<td id="dropmenudiv1"><a href="practices.htm"onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Practices</a></td>
.."

<FILE = "practices.htm" />
"...
<td id="dropmenudiv1"><a href="practices.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Practices</a> ^ </td>
..."                                                                      |
</CODE SNIPPET>                                         |
notice thie tiny difference? -----------------------|
there is a space between the href value and the onClick attribute declaration, where as in the practicetest.htm - the space is missing.

that may not be it but its the only thing that hit me right off the bat


<snip>

Portman wrote:

Thanks Rudy. You are right. I just didn't have time to try and figure out a script myself.

Riva

rudy wrote:

tip:  never use a script that you cannot debug yourself

i'm no javascript expert, but i believe the source of your problem is this --

</snip>

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
      Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to