Search found 4 matches

by paul_g
Fri Mar 26, 2004 4:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: visited icons and visited pages
Replies: 1
Views: 1855

visited icons and visited pages

Is there a sample on how to do the visited page links and visited icon to give a display similar to that used in the milonic main site.

That is when you go to a certain page, the menu icon is changed and the menu colour is changed to indicate you are on that page.
by paul_g
Wed Mar 24, 2004 5:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Access key use in menu
Replies: 1
Views: 1941

Access key use in menu

Some time ago I asked if the feature of accesskey='...' would be available. This is where you can press the ALT key + letter instead of clicking on a link.

At the time there seemed to be a suggestion that it would be implemented.

Has this been implemented?

It would be useful to have this for ...
by paul_g
Fri Jan 23, 2004 10:05 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using accesskey feature
Replies: 1
Views: 1870

Using accesskey feature

Is there a way of implementing the accesskey="H" feature where you can press an alt key + letter and it takes you to that page using the keyboard.
by paul_g
Tue Nov 25, 2003 7:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript window.open to a new window
Replies: 1
Views: 1839

Javascript window.open to a new window

Is there a best way to do a javascript window.open to open a web page in a new window.

I have used javascript:window.open('...etc..') to create a new window when the link is clicked.

However, I get [object] on the page underneath which I think is normally solved by placing return false; after the ...