Oh it did work!!! Thank you very much you really are the PRO.
Thanks, take care!
Search found 4 matches
- Sat Oct 13, 2007 3:34 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: AJAX in menu
- Replies: 8
- Views: 4441
- Fri Oct 12, 2007 8:39 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: AJAX in menu
- Replies: 8
- Views: 4441
Re: AJAX in menu
well the tutorial example did work but yours not, the function I gave you is the whole function, the actial ajax properties... is on my engine files, all I need is just to put the line which I gave you, if I put it instead of normal link the ajax function will work, so all i need is to put this line ...
- Fri Oct 12, 2007 10:56 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: AJAX in menu
- Replies: 8
- Views: 4441
Re: AJAX in menu
I just need to put this function
<a onclick="DlePage('do=cat&category=main'); return false;" href="http://something.com/category/main/">Main page</a>
inside the url tag. But the problem is that menu doesn't understand ():, any of this inside the tag.
<a onclick="DlePage('do=cat&category=main'); return false;" href="http://something.com/category/main/">Main page</a>
inside the url tag. But the problem is that menu doesn't understand ():, any of this inside the tag.
- Thu Oct 11, 2007 3:09 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: AJAX in menu
- Replies: 8
- Views: 4441
AJAX in menu
How can I change the normal url= in the menu into this so the menu will work?
<a onclick="DlePage('do=cat&category=main'); return false;" href="http://something.com/category/main/">Main page</a>
<a onclick="DlePage('do=cat&category=main'); return false;" href="http://something.com/category/main/">Main page</a>