Search found 1 match

by petergriffin
Sat Jan 23, 2010 11:33 am
Forum: Easy Button & Menu Maker Support
Topic: Need to control popup size from menu button
Replies: 10
Views: 9643

Re: Need to control popup size from menu button

What code have you tried to put in the href? I would put the JavaScript code in a function in your <head> section: <head> ... you existing head stuff ... <script type="text/javascript"> function YourFunction() { code to do your popup; } </script> </head> and then the href would be: <a href ...