Search found 2 matches

by asdru
Tue Nov 20, 2007 1:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Validate menu with parameters passed by GET method
Replies: 3
Views: 2558

Re: Validate menu with parameters passed by GET method

Hi,

Have you tried using the ampersand instead of the &? For example if you were to put in the text=objects&Rings; it would not consider the ; at the end of the ampersand as the end of the text string. Can you post a url so I can test things?

Ruth

Can't post any link because I'm working on ...
by asdru
Mon Nov 19, 2007 1:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Validate menu with parameters passed by GET method
Replies: 3
Views: 2558

Validate menu with parameters passed by GET method

Hi all,
first of all... GREATE WORK WITH THIS FANTASTIC MENU'!

Now, my problem is this...
I need to pass via-menu GET Method parameter so my submenu urls are something like this:
aI("text=Rings;url=index.php?nav=objects&rings=rings;");

Now come my prob... I want to validate my HTML... All my ...