Adding license # to new download of menu's?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Adding license # to new download of menu's?

Post by rudy »

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?
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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: Select all

/*

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://milonic.com/ for more information about its use.
See http://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
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

License number

Post by rudy »

Ruth,

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

But back to the license number:

Code: Select all

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://milonic.com/ for more information about its use.
See http://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://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: Select all

/*

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://milonic.com/ for more information about its use.
See http://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}
Rudy
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

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

Thanks.
John
Post Reply