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

Adding license # to new download of menu's?


Poster: rudy
Dated: Tuesday January 20 2004 - 16:01:27 GMT

I looked at the source files and the only one that was obvious about where to change the license number was in the milonic_src.js file. Is that the only source file that would need an updated license number? If not, coule you indicate what other ones would also need to be changed and approximately where in the file (top, middle, end) I could find the current license number.

Aslo, is there somewhere in the source files that shows what RC I'm at with my version?


Poster: Ruth
Dated: Tuesday January 20 2004 - 16:13:34 GMT

If you open any of the files other than the menu_data.js file you will see it at the top of the files.
Code:
/*

Milonic DHTML Menu - JavaScript Website Navigation System.
Version 5.0 Release Candidate 42 Built: Monday January 19 2004 - 17:00
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
This is a commercial application, please visit http://www.milonic.com/ for more information about its use.
See http://www.milonic.com/license.php for Commercial License Agreement
Non profit use of this menu system is free of charge. All Copyright statements must always remain in place
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  *******

License Number:

*/
Ruth

License number


Poster: rudy
Dated: Tuesday January 20 2004 - 16:37:33 GMT

Ruth,

I see the RC number now, I shouln't have missed that, thanks,

But back to the license number:

Code:
The milonic_src.js file show the current license number planely as show here, so this ones is easily changed and obvious:

/*

Milonic DHTML Menu - JavaScript Website Navigation System.
Version 5.0 Release Candidate 40 Built: Wednesday January 14 2004 - 16:25
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
This is a commercial application, please visit http://www.milonic.com/ for more information about its use.
See http://www.milonic.com/license.php for Commercial License Agreement
Non profit use of this menu system is free of charge. All Copyright statements must always remain in place
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  *******

License Number:

*/


licenseNumber=198524;licenseURL="http://www.milonic.com/";_mD=2;_d=document;_n=navigator;_L=location;_nv=$tL(_n.appVersion);_nu=$tL(_n.userAgent);_ps=parseInt(_n.productSub);_f=false;_t=true;_n=null;_W=window;_wp=_W.createPopup;ie=(_d.all)?_t:_f;ie4=(!_d.getElementById&&ie)?_t:



However, the other source files, mmenudom.js and mmuns4.js do not show a current license number? Do I just type it in next to where is says "License Number:" or don't I need one on these 2 files?

Code:
/*

Milonic DHTML Menu - JavaScript Website Navigation System.
Version 5.0 Release Candidate 40 Built: Wednesday January 14 2004 - 16:25
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
This is a commercial application, please visit http://www.milonic.com/ for more information about its use.
See http://www.milonic.com/license.php for Commercial License Agreement
Non profit use of this menu system is free of charge. All Copyright statements must always remain in place
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  *******

License Number:

*/


_TbS="<table border=0 cellpadding=0 cellspacing=0";inDragMode=0;_sCh=0;var _i;function $CtI($ti){clearTimeout($ti);return null}function getMouseXY(e){if(ns6){_X=e.pageX;_Y=e.pageY}else{_X=event.clientX;_Y=event.clientY}if(!op&&_d.all&&_d.body){_X+=_d.body.scrollLeft;_Y+=_d.body.scrollTop;if(IEDtD&&!mac){_Y+=_sT;_X+=_sL;}}if(inDragMode){gm=gmobj(DragLayer);spos(gm,_Y-DragY,_X-DragX);return _f}MouseX=_X;MouseY=_Y;return _t}


Poster: John
Dated: Tuesday January 20 2004 - 18:23:57 GMT

Just on the one file where it's indicated is fine.

Thanks.