Rank: Newbie Groups: Member
Joined: 8/14/2007 Posts: 9
|
Hi,
In my aplication I use a Menu control to give option to my users.
In IE6+, it works fine, but, in Firefox the menu just works the first time, when the user selects other option in the menu, it doesn't work. It is like the path reference is lost because the page that is trying to open doesn't exist in that path.
I'm using the 2008 version of the control.
Please help me.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That maybe normal if you use relative path. IE and FireFox treat them somewhat differently. The Menu hands over whatever path you set to NavigateUrl to the browser literally. It does not do any special processing. To avoid such problem you may want to try use absolute path or root relative path such as "/index.aspx".
Thanks!
|