hi,
I am using some javascripts to make a scrollhorz slideshow but my scripts are not working when I have a routed url which means a url that does not really exist it routes to a webpage I think that I must fix my source but I don't know how I added ../ and ~/ at the begining of the source url but that did not work please help:
thanks.
Loading
abed akhiPosted Oct 14, 2012, 5:25 AM
src="<%=ResolveUrl("~/Scripts/jquery.cycle.all.latest.js") %>"
and it worked, thanks.
abed akhiPosted Oct 14, 2012, 4:22 AM
cz when I adedd the scripts directly in the document it worked but I don't want to include them directly in the document cz they are so heavy.. any thoughts?
Nitesh KejriwalPosted Oct 14, 2012, 4:14 AM
abed akhiPosted Oct 14, 2012, 3:59 AM
../ and / but that did not work too, any other solution?
Nitesh KejriwalPosted Oct 14, 2012, 3:41 AM
If they are at root level, use below -
If they are inside any folder, lets say "js". use below -