Search found 3 matches

by WBHoenig
Fri Apr 28, 2006 2:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Licensing for Open-Source Projects
Replies: 1
Views: 3063

Licensing for Open-Source Projects

I have a question concerning free licenses. I know you said that if you were designing a web page for someone, you would not get a free license do to the fact that it would probably be a paid package. What if, however, you want to distribute it in an open-source package (PHP/MySQL) under the GNU ...
by WBHoenig
Thu Apr 27, 2006 4:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Free use of the menu
Replies: 25
Views: 339148

Will it screw up if I put quotes around the URL (making it XHTML compatible) like so:

Code: Select all

<a href="https://milonic.com/">JavaScript Menu Courtesy of Milonic.com</a>
by WBHoenig
Sun Apr 09, 2006 10:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PHP and Milonic
Replies: 6
Views: 6857

If I am corrent, just put:

menu_data.js --->
with(milonic=new menuname("Sample")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=18_about.gif;text=About Us;url=/aboutus.php;");
aI("image=profile.gif;text=My Profile;url=/profile.php?x=<?php echo $SOME_USER_NAME; ?>;");
}