Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top