I am using the Tiny slideshow in my asp.net page. It works fine in all the Browser and here is the LINK, But my problem starts when I include that page in my master page and display the same. the Jquery stop working in Internet explorer.

http://www.spareach.com/public/xtemp8.aspx?userid=22&AspxAutoDetectCookieSupport=1

I am tired a lot for this.

Can any one help me please.

有帮助吗?

解决方案

your script interpreted by ASP.NET Session. the actual URL of file is http://www.spareach.com/lightbox3/script.js. if you put the absolute URL then they work fine. hope this helpful

其他提示

If you include that in another page, your relative link to the .js file is going to be invalid. So, your options are to make it absolute (http://www.something.com/folder/tiny.js) or to include the .js from the head or common document, if you use that structure.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top