Search found 8 matches

by subodh
Fri Jan 07, 2005 6:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with menu having form
Replies: 6
Views: 4109

great solution !! It really works ! thanks a lot.
by subodh
Fri Jan 07, 2005 12:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with menu having form
Replies: 6
Views: 4109

thanks a lot !! :o it solved the problem

Subodh
by subodh
Thu Jan 06, 2005 8:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with menu having form
Replies: 6
Views: 4109

can't post a url, because I am behind the firewall and this is being developed for an intranet site.

But I tried the same scenario on your site http://www.milonic.com/ and the behaviour is the same. Put the mouse on search menu and it opens the FORM menu item containing the textbox. Type some text ...
by subodh
Thu Jan 06, 2005 3:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with menu having form
Replies: 6
Views: 4109

problem with menu having form

Hi
I have implemented a similar menu item like the search menu item on your home page. The problem is due to auto-suggest/fill feature in XP it remembers the previous entries done in the text box.
So while typing in the text box, if the partial text matches any available entry, a dropdown lists ...
by subodh
Wed Dec 29, 2004 11:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamically create menu - after the page has loaded
Replies: 5
Views: 3888

Hi Ruth

I am attaching a modified version, which has two htmls only, so that the functionality required can be seen without the webserver setup.

The client.html is the main html where options are displayed. ServerData.html is loaded in the iFrame of Client.html. In this version the menu is being ...
by subodh
Wed Dec 29, 2004 5:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamically create menu - after the page has loaded
Replies: 5
Views: 3888

sorry for replying so many times :( this is my first time to reply to any post on this forum. If you could please delete the duplicate onces.

I would be careful from next time.

Thanks
Subodh Natu
by subodh
Wed Dec 29, 2004 5:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamically create menu - after the page has loaded
Replies: 5
Views: 3888

Hi Ruth

Thanks for responding promptly. I am sorry but I cannot paste the url as I am behind the Firewall. But I will try to explain the exact scenario.
I have a page (html1) which displays some user actions against a particular feature in a table row

<table>
<tr><td>Feature1</td><td>action1</td ...
by subodh
Wed Dec 29, 2004 1:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamically create menu - after the page has loaded
Replies: 5
Views: 3888

dynamically create menu - after the page has loaded

Hi
Can I create and display a menu after the page has loaded.
I want to generate the menu, in html1 and the data for the menu is retrived from the server via iframe which loads html2 in the iframe.
html2 has the required information to build the menu.
How can I build and display the menu in Html1 ...