Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:48

Supported parameters for positioning links on my menu


Poster: rudy
Dated: Saturday January 17 2004 - 3:01:28 GMT

http://www.networkdriven.com/qp/TriviaQuiz_xp5.htm

I like to have most of my menu links open in a separate window using the target=_blank parameter. This works well but doesn't give me the positioning from top and left of the screen. I have used the following parameters and I know they work with the IE 6.0 browser but don't know about other browsers and versions. Here is the code:

aI("text=Configuring Device Drivers;url=http://www.networkdriven.com/drivers.htm;target=_blank;targetfeatures=scrollbars=yes left=47 top=40 height=450;status=How To Install And Update Drivers");

Also, should I be using a semi colon between each of the targetfeatues parameters for proper syntax?

See any problems using this that I should be aware of?

Re: Supported parameters for positioning links on my menu


Poster: John
Dated: Saturday January 17 2004 - 5:12:56 GMT

rudy wrote:
Here is the code:

aI("text=Configuring Device Drivers;url=http://www.networkdriven.com/drivers.htm;target=_blank;targetfeatures=scrollbars=yes left=47 top=40 height=450;status=How To Install And Update Drivers");

Tip: always use the Code button when posting code.

To be picky, you need 1 more ; in there after Drivers...
Code:
aI("text=Configuring Device Drivers;url=http://www.networkdriven.com/drivers.htm;target=_blank;targetfeatures=scrollbars=yes left=47 top=40 height=450;status=How To Install And Update Drivers;");

rudy wrote:
Also, should I be using a semi colon between each of the targetfeatues parameters for proper syntax?

A question for you. Where did you get this syntax for targetfeatures? From the Samples? Did it have extra ; shown?


Poster: rudy
Dated: Saturday January 17 2004 - 5:38:42 GMT

John wrote:
Quote:
A question for you. Where did you get this syntax for targetfeatures? From the Samples? Did it have extra ; shown?


I got the targetfeatures syntax from the Menu Sample 11.

Code that was shown there did NOT have the extra ;

Here is the code example given:

Code:
aI("text=Open Google;url=http://www.google.com;targetfeatures=width=300 height=300");


Poster: John
Dated: Saturday January 17 2004 - 5:43:34 GMT

rudy wrote:
Code that was shown there did NOT have the extra ;

I know - which is exactly why I asked the question. You got the example from the right place - use it.