Safari Beta 3 Bug?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ianlandsman
Beginner
Beginner
Posts: 6
Joined: Tue Mar 13, 2007 9:57 pm

Safari Beta 3 Bug?

Post by ianlandsman »

Hi,

I'm running safari beta 3 on osx, I realize this could be a bug in the browser, but wanted to check with you.

I have a menu where javascript is used as the link. See the code below:

Code: Select all

with(milonic=new menuname("pub_priv_menu")){
   style=submenuStyle;
   aI("text=Public Note;url=javascript:note_public_request();image=images/noteispublic.gif;");
   aI("text=Private Note;url=javascript:note_private_request();image=images/noteispublic_priv.gif;");
   aI("text=External Note;url=javascript:note_external();image=images/noteisexternal.gif;");
}
When a menu item is selected the page reloads with null on the end of the URL. So this URL:

http://localhost/hd/admin.php?pg=request&reqid=12464

becomes:

http://localhost/hd/null

and obviously is a page cannot be found. Any ideas?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

What version of the menu and Safari are you running?
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Is this the latest version of the menu, 5.777? Try that and see if it still does it

Ruth
ianlandsman
Beginner
Beginner
Posts: 6
Joined: Tue Mar 13, 2007 9:57 pm

Post by ianlandsman »

Thanks, that fixed it. I just updated a week or two back. I should have updated again though before posting. Nice job with the quick responses, I'll let you know if I find any trouble with it.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

If you go to this topic and mark watch this topic, then you will receive an email notice when new releases are up.

viewtopic.php?t=3108

Ruth
Post Reply