djx2inc
03-11-2012, 02:47 PM
Subj: ASPX
I am trying to use your content slider. I would like to use it in an ASPX page. I get an error message when I add the code to the page. Works great in an HTML page. Help please.
D.J.:(:(
jscheuer1
03-11-2012, 03:51 PM
If this were just asp I'd say that it's little different than HTML. I'm not all that familiar with aspx. but I imagine it's the same in this regard.
If it were plain asp, what you do is load up the live page in the browser. Using the browser's 'view source', copy and paste what you find there into a text only editor like NotePad, or better yet, one with syntax highlighting like NotePad++ or EditPadPro.
That code represents what the server is sending to the browser and it should look like the HTML/javascript version of the script.
If it doesn't, you need to adjust how your asp code is setup so that it does end up sending the correct HTML/javascript to the browser.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.