Results 1 to 2 of 2

Thread: Aspx

  1. #1
    Join Date
    Mar 2012
    Location
    Virginia
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Aspx

    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.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •