This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 请教:.net中,web page里用smartnavigation=true,导致出现ie error。如何解决这个问题。谢谢
-lilyba(sunshine 阳光灿烂);
2006-10-24
(#3280691@0)
-
Smart navigation is only supported in IE 5.0 or later browsers. you may need to turn it off if you have lower version.
-sunday8(sunday8);
2006-10-24
(#3280971@0)
-
IE version is 6. When i turn off smartnavigation, ie won't have error. But this page do need smartnavigation turned on. I want to look for a solution in .net.
-lilyba(sunshine 阳光灿烂);
2006-10-25
(#3283441@0)
-
what is the error msg?
-sunday8(sunday8);
2006-10-25
(#3283764@0)
-
Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience. (This error happened sometimes. I cannot debug by setting break point.) Thanks.
-lilyba(sunshine 阳光灿烂);
2006-10-25
(#3284013@0)
-
that is a good one. :DYour page must be loaded with tons of controls. My experience is that smartnavigation doesn't work really well with page like that. You may try to use javascript directly. A detailed information of your page needed in order to debug the error. You may turn on the trace to see if you can get theoutput source code. good luck!
-sunday8(sunday8);
2006-10-25
{327}
(#3284221@0)
-
make sure the js file exists. (i.e., for framework 1.1, your root is "C:\inetpub\wwwroot", then the js file is "c:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322\SmartNav.js")
-wuda(乌达);
2006-10-25
(#3283470@0)
-
Yes, it exist.
-lilyba(sunshine 阳光灿烂);
2006-10-25
(#3283500@0)