Search found 7 matches

by GK
Mon Jul 16, 2007 2:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with disabling an item.
Replies: 1
Views: 4423

Problem with disabling an item.

Hi,

I would like to disable some of items of the menu depending on user.

I tried this by using the property 'disabled', but it is not worked.

Is it possible to disable the item?


Thanks
Ganga Krishna.
by GK
Fri Apr 20, 2007 8:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submitting form in post method.
Replies: 7
Views: 4947

Hi Ruth,

In the link you have provided they used like this to submit form in post method.

aI("text=<form method=post action=http://www.laurentian.ca/cgi-bin/htsearch_e.cgi><input type=text name=words size=15><input type=submit value=go></form>;type=form;");

In my menu for one of the option I ...
by GK
Mon Apr 16, 2007 8:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submitting form in post method.
Replies: 7
Views: 4947

Submitting form in post method.

Hi,

For form submission by post method I followed like this. Is this is the correct or any other solution exist?

Actual code is like this.
In "mmenudom.js" in the function 'o$()' at 'onclick' event '$K()' function is called and in this function submitting the form, but it is in the get method ...
by GK
Mon Apr 16, 2007 7:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How can we get cursor styles on menu options.
Replies: 2
Views: 2545

Hi Ruth,

Thanks for your reply.


Regards
Ganga Krishna.
:D
by GK
Fri Apr 13, 2007 7:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How can we get cursor styles on menu options.
Replies: 2
Views: 2545

How can we get cursor styles on menu options.

Hi,

Ignore above message. Consider this message.

I would like to put cursor styles for menu options.
For example "I would like to keep 'hand symbol' for some menu options and 'arrow symbol' for some menu options".

In my menu it is showing 'text symbol' for all menu options.

For this I followed ...
by GK
Wed Apr 11, 2007 12:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submitting form in post method.
Replies: 7
Views: 4947

Hi Ruth,

Thanks for reply.

I searched as you mentioned, but unable to find the solution to my problem.

As you mentioned you are not clear about my problem, here I am mentioning my problem clearly.

"When we click on the menu option, request will go with 'get method' type and will show the screen ...
by GK
Tue Apr 10, 2007 12:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submitting form in post method.
Replies: 7
Views: 4947

Submitting form in post method.

Onclicking menu item I would like to pass the method type as "post/get".
Is it is possible?

If it is possible please, let me know the solution.

{In 'menu-data.js' file with in the "aI()" there is an attribute URL, like this there is any attribute with name "method" for the solution of my query ...