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 ...
-
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
--
-
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.
Similar Threads
-
By Application Development in forum Inetserver
Replies: 3
Last Post: 06-07-2007, 02:56 PM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 06-06-2007, 03:25 PM
-
By Application Development in forum Sharepoint
Replies: 1
Last Post: 01-24-2007, 11:31 AM
-
By Application Development in forum Java
Replies: 0
Last Post: 11-22-2004, 04:36 AM
-
By Application Development in forum Java
Replies: 4
Last Post: 02-09-2004, 09:23 PM