Gossamer Forum
Home : Products : Gossamer Links : Discussions :

HELP!! LinksSQL-generated pages don't do DHTML!??

Quote Reply
HELP!! LinksSQL-generated pages don't do DHTML!??
Hello,

This seems like such a stupid question, but I'm at a loss at to why some code isn't working on my LinksSQL pages.

Basically, I have a drop-down menu system at http://www.servicepals.com - works on all pages okay except my LinksSQL pages.

Example : http://www.servicepals.com/directory/Cool/

What is up with that!??

The basic requirements of my menu system are that :

<script language="JavaScript1.2" src="http://www.servicepals.com/scripts/menus.js"></script>
<script language="JavaScript1.2" src="http://www.servicepals.com/scripts/dqm_script.js"></script>

goes in the header of my pages. And that I have the img tags setup correctly :

<img src="http://www.servicepals.com/...ces/menu_welcome.gif" width="84" height="25" border="0" alt="Welcome" name="menu0" id="menu0" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">

Which I have done - can't see why it isn't working but it's really strange. Anything you can see in the source which could cause that? I'm at a total loss!! Crazy

Cheers,

Ross

*-*-*-*-*-*-*-*-*-*-*
Servicepals.com is an online community for serving and retired military men and women. Visit us at http://www.servicepals.com. Development by Rawnet Limited
*-*-*-*-*-*-*-*-*-*-*
Quote Reply
Re: [servicepals] HELP!! LinksSQL-generated pages don't do DHTML!?? In reply to
It would be helpful if you posted your JavaScript Code in your message.



Clint.
--------------------------
http://AffiliatesDirectory.com
The Affiliate Programs Directory
Quote Reply
Re: [servicepals] HELP!! LinksSQL-generated pages don't do DHTML!?? In reply to
Hi,

It works for me. Did you fix it?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] HELP!! LinksSQL-generated pages don't do DHTML!?? In reply to
Hi Alex,

No, didn't fix it - I'm still completely stumped.

It works on my normal pages - eg. http://www.servicepals.com or other sections of the site. It works on http://www.servicepals.com/directory.php (which includes the directory) but it doesn't work on any other directory pages. Seems to be missing the background of the drop-down menus.

But I can't understand why - I looked at the generated source code and it all seems the same - can't work out what's wrong. Hoped that a fresh pair of eyes might help. It's simple javascript - can't for the life of me work out what the problem is.

Any ideas?

Ross

*-*-*-*-*-*-*-*-*-*-*
Servicepals.com is an online community for serving and retired military men and women. Visit us at http://www.servicepals.com. Development by Rawnet Limited
*-*-*-*-*-*-*-*-*-*-*
Quote Reply
Re: [servicepals] HELP!! LinksSQL-generated pages don't do DHTML!?? In reply to
Take out your <!DOCTYPE HTML PUBLIC...> heading.

The jscript is clashing with what you have in that statement.

~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] HELP!! LinksSQL-generated pages don't do DHTML!?? In reply to
Eraser, you are a true star!!

Sly

That was it - I hadn't spotted it as I'd modified the LinksSQL templates and hadn't taken that out. Brilliant. Superb - all working now, and I'm very chuffed indeed - hadn't expected anyone to be able to help as it was such a weird error.

Thankyou thankyou thankyou!! Laugh

Ross

*-*-*-*-*-*-*-*-*-*-*
Servicepals.com is an online community for serving and retired military men and women. Visit us at http://www.servicepals.com. Development by Rawnet Limited
*-*-*-*-*-*-*-*-*-*-*
Quote Reply
Re: [servicepals] HELP!! LinksSQL-generated pages don't do DHTML!?? In reply to
No problem, you're welcome Laugh

~ ERASER


Free JavaScripts @ Insight Eye