Randomly Include Page - Javascript

This is a discussion on Randomly Include Page - Javascript ; I have searched for hours now and have yet to find what I need. I have a column included on all of my pages with the include tag. I would like to find javascript to randomly change this include. In ...

+ Reply to Thread
Results 1 to 2 of 2

Randomly Include Page

  1. Default Randomly Include Page

    I have searched for hours now and have yet to find what I need.
    I have a column included on all of my pages with the include tag.
    I would like to find javascript to randomly change this include.

    In other words everytime the page is reloaded the column changes content...
    Any help would be appreciated

    Thanks

    Remove the _NO_SPAM to reply by email

    --



  2. Default Re: Randomly Include Page

    idoxlr8 wrote:

    > I have searched for hours now and have yet to find what I need.
    > I have a column included on all of my pages with the include tag.
    > I would like to find javascript to randomly change this include.


    The problem you are going to encounter is that includes are handled on
    the server; JavaScript is handled by the browser. By the time the
    browser gets your page, the include has already been done server side.

    What you want to do will require some form of server side scripting.

+ Reply to Thread

Similar Threads

  1. ASPX page is not updating to flect changes made to an include page
    By Application Development in forum Inetserver
    Replies: 3
    Last Post: 06-07-2007, 02:56 PM
  2. ASPX Does not reflect changes made to an include page
    By Application Development in forum Inetserver
    Replies: 1
    Last Post: 06-06-2007, 03:25 PM
  3. how to include a file in the page layout
    By Application Development in forum Sharepoint
    Replies: 1
    Last Post: 01-24-2007, 11:31 AM
  4. How to do authentication and include the web page in the mail?
    By Application Development in forum Java
    Replies: 0
    Last Post: 11-22-2004, 04:36 AM
  5. Include a Servlet into web page body
    By Application Development in forum Java
    Replies: 4
    Last Post: 02-09-2004, 09:23 PM