15 replies
  • WEB DESIGN
  • |
Well here goes. I am trying to build a website that switches to a new page every time a person clicks on it. Any ideas would be appreciated. Thanks.
  • Profile picture of the author mojojuju
    What do you mean? Are there any examples you could point to?
    Signature

    :)

    {{ DiscussionBoard.errors[2808839].message }}
  • Profile picture of the author jesus72knight
    Could you please elaborate and provide us more information?
    Signature
    PLATINUM RESELL RIGHTS
    High Quality Resell Rights
    & Resell Rights Products
    {{ DiscussionBoard.errors[2809009].message }}
  • Profile picture of the author dave147
    A rotator that opens a new page from the same site every click?
    Signature

    THESE PRODUCTS FREE @ adsense-expert
    When You Get The 300 Logo Templates Here
    $500.00 in FREE Advertising For You Here

    {{ DiscussionBoard.errors[2809870].message }}
  • Profile picture of the author Aare
    with the newest wordpress version now, u will able to put different banner and view for every pages u create....

    or u can do it manually using a simple html website with different design on every page.
    Signature
    God bless us all!
    {{ DiscussionBoard.errors[2810055].message }}
  • Profile picture of the author sponsorlist
    If you want to change page when someone clicks mouse button anywhere on it, a javascript code like this will do it:
    <script type="text/javascript">
    <!--
    function click() {
    window.location = 'page2.html'
    }
    document.onmousedown=click;
    //-->
    </script>
    Put that between <head></head> tags in every html file where you want it.
    {{ DiscussionBoard.errors[2810282].message }}
  • Profile picture of the author bussesent
    thank you for the response. I am looking to create a web site designed to open to a new page evertime somone visists it. I am not sure if that is a rotator or not. I would like to make it so that when you visit the site a new page appears. i hope that clarifiies things thanks.
    {{ DiscussionBoard.errors[2818616].message }}
    • Originally Posted by bussesent View Post

      thank you for the response. I am looking to create a web site designed to open to a new page evertime somone visists it. I am not sure if that is a rotator or not. I would like to make it so that when you visit the site a new page appears. i hope that clarifiies things thanks.
      you can use free site rotators plugin that can be useful for you
      {{ DiscussionBoard.errors[2836186].message }}
  • Profile picture of the author burnbebe
    Well, what would be your ideal sample of this kind of site? Pls. post a link..
    {{ DiscussionBoard.errors[2823646].message }}
  • Profile picture of the author bussesent
    I don't know of any examples to link to that is why i am asking in here. I am just wondering if it is possible to make that kind of website. It could be a membership site and everytime you enter a new page comes up or something like that. Thanks again for the response.
    {{ DiscussionBoard.errors[2826273].message }}
  • Profile picture of the author gyar29
    Sure it's possible. It wouldn't even be that difficult. Just not real sure why you would want to.
    {{ DiscussionBoard.errors[2832993].message }}
    • Profile picture of the author sylviad
      I get your concept. And I think it's a great one for certain uses.

      Like, if you want to give the visitor a different experience when he returns, he'll be more interested, rather than seeing the same old thing every time.

      I believe that is called a Rotator, but sorry... I have no idea where to get one or how to install it on a site.

      The only thing I can reference this concept to is the old Traffic Exchanges. They have such a feature, where you can set a Rotator so that you can display different pages on the exchange. Now, if I could just remember what service that was, if they're even still available.

      I'll check into my old links.

      Sylvia
      Signature
      :: Got a dog? Visit my blog. Dog Talk Weekly
      :: Writing, Audio Transcription Services? - Award-winning Journalist is taking new projects. Warrior Discounts!
      {{ DiscussionBoard.errors[2833520].message }}
  • Profile picture of the author bussesent
    So what would the best way to do that be use a simple ad rotator script or?
    {{ DiscussionBoard.errors[2833480].message }}
  • Profile picture of the author bussesent
    Thank You I will try this and let you know how it turns out :-))
    {{ DiscussionBoard.errors[2834611].message }}
  • Profile picture of the author SteveJohnson
    The basics of it are that you'll have to use a cookie to keep track of the visitor's last page view. Not terribly difficult, but not trivial either.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[2834665].message }}

Trending Topics