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:15

Window Open?


Poster: jbmacer
Dated: Sunday February 5 2006 - 22:43:55 GMT

Does MDHTML have a feature built into to open restricted new windows like the typical window.open like :

window.open("myPopup.html", "_blank", "location=no, menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, height=100, width=100");

Thanks...


Poster: Ruth
Dated: Monday February 6 2006 - 0:02:25 GMT

Hi,

You can call a function in the aI string. You can either call it as onfunction=yourfunction;offfunction=yourfunction; Let's say you had a function for swapping text in a string [there is one in the demos] then in any text= where you wanted to use the function, you'd call it like the above.

You can also call a function using the url: url=javascript:

Take a look at menusample15 which gives the ways to do this.

http://www.milonic.com/menusample15.php

Ruth