Home › Forums › JavaScript › Anything Slider works in .html but not .aspx › Re: Anything Slider works in .html but not .aspx
March 21, 2013 at 5:17 pm
#129270
Participant
@shelliezdesign, What server side framework are you using, are you testing inside visual studio, and c# or vb.net? On the inital page load it throws over 80 errors so that makes me believe there is a problem with processing your master page. And XHTML strict? The reason it works as a standalone html file vs aspx is because there might be something trying to make calls either before the dom loads or targeting selectors before they are created.
EDIT: OMG NO! No need for iframes lol… Is this a time sensitive project?