Search found 11 matches

by scrubdaddy
Fri Oct 10, 2003 10:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Expected Identifier error
Replies: 8
Views: 7705

We found the problem! Since we're using .net, the forms on the pages that weren't working were not named individually. For some reason this created the conflict, so happy to say it wasn't the menu's fault, but if other .net coders have this problem, they might look at trying this solution.

Thanks ...
by scrubdaddy
Fri Oct 10, 2003 2:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Expected Identifier error
Replies: 8
Views: 7705

Unfortunately (in this case) we're firewalled on a dev box. I can't send it out... :?

I've got three guys in debug mode on it in Visual Studio... I'm tapped for ideas at this point and have passed the buck to them for now (and you all here at Milonic!)
by scrubdaddy
Fri Oct 10, 2003 2:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Expected Identifier error
Replies: 8
Views: 7705

Thanks Dave... I have all the js files like so:

root/include/js/*.js

Odd thing is, I don't receive this error on my home page... which makes me think it could be a folder issue as my homepage is in the root as:

root/default.aspx

Additionally, though, the Store Locator page works, as does the My ...
by scrubdaddy
Fri Oct 10, 2003 2:11 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Expected Identifier error
Replies: 8
Views: 7705

Oh... I meant Expected Identifier, and actually I get four errors (if you click the 'previous' button in the IE script error dialog box.

Thanks...
by scrubdaddy
Fri Oct 10, 2003 2:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Expected Identifier error
Replies: 8
Views: 7705

Expected Identifier error

Cheers all... I'm getting an "Expect Identifier" error on some of my pages and I can't figure it out. There's a chance it's not the menu, but I don't think so at this point. Here's my code if you would please be so kind as to try it out.

Thank you...
-Scott

_menuCloseDelay=500 // The time delay ...
by scrubdaddy
Tue Oct 07, 2003 9:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get link with '&' to work
Replies: 16
Views: 13140

Oddly enough, that worked like a charm!

Here's the final code (in total) in case someone finds it useful.


Thanks all!


_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0 // The time delay before menus open on mouse over
_followSpeed=5 // Follow ...
by scrubdaddy
Tue Oct 07, 2003 8:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get link with '&' to work
Replies: 16
Views: 13140

Oooh, that was a good suggestion, but it still didn't work. For some reason it still truncates everything from the & on. I don't know but is there another way to encode an ampersand?
by scrubdaddy
Tue Oct 07, 2003 7:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get link with '&' to work
Replies: 16
Views: 13140

Dave... I typed the following and then our proxy server went kablooey... From your last post, I'll investigate if we can modify the offsite.aspx so it doesn't use 'url'... not sure if that will work. I have an alt solution below, though it is a workaround... (prior note that didn't publish follows ...
by scrubdaddy
Tue Oct 07, 2003 6:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get link with '&' to work
Replies: 16
Views: 13140

Well it does seem to work if remove offsite.aspx? like so:

aI("text=Earnings Estimates;url=http://ir.hollywoodvideo.com/phoenix.zhtml?c=69069&p=irol-estimates;status=Earnings Estimates");

But we'd like to keep the offsite link as it helps us track where people are going. Would you have any other ...
by scrubdaddy
Tue Oct 07, 2003 6:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get link with '&' to work
Replies: 16
Views: 13140

Hmmm... the escape didn't seem to work either (I did it only for the earnings link below):

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Overview;url=/offsite.aspx?url=http://ir.hollywoodvideo.com/phoenix.zhtml?c=69069&p=irol-irhome;status=Investor Overview");
aI("text ...
by scrubdaddy
Tue Oct 07, 2003 6:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get link with '&' to work
Replies: 16
Views: 13140

Can't get link with '&' to work

Cheers Milonic Team...

I'm trying to link to a URL from v5 of the menu, but it's not working.

I have it like so in the code:
http://ir.hollywoodvideo.com/phoenix.zh ... -estimates

But when I click on it it takes me only to:
http://ir.hollywoodvideo.com/phoenix.zhtml?c=69069
(sans &p=irol ...