The menu definition code for the item in question is:
Code: Select all
aI("text=get a quote;url=lightbox.php;target=lightbox;
targetfeatures=width=625,height=325,status,scrollbars,resizable;")
Any ideas how I can get this working?
Code: Select all
aI("text=get a quote;url=lightbox.php;target=lightbox;
targetfeatures=width=625,height=325,status,scrollbars,resizable;")
Code: Select all
aI("text=get a quote;url=lightbox.php;target=_blank;targetfeatures=width=625 height=325 status=yes scrollbars=yes resizable=yes;")