A Question

  • djtheropy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Nov 05, 2004
  • Posts: 111
  • Status: Offline

Post November 24th, 2004, 10:00 am

Hi all

Firstly im making a teens site so my ain is to make it interesting and interactive.

So my first idea was to allow visiters to choose there favourite color and when they choose they get sent to the needed page.

for e.g say they chose green --> they would end up on index_green.html etc etc but would search engines see this as spam/duplicate content?

I have included the meta tag "noindex"

I have also done a default page (For the search engines)

Any help would be appreciated

thanks :D
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 24th, 2004, 10:00 am

  • dprichard
  • Beginner
  • Beginner
  • User avatar
  • Joined: Jun 21, 2004
  • Posts: 61
  • Loc: Clearwater Florida
  • Status: Offline

Post November 24th, 2004, 11:51 am

You can just use CSS to change the page color I think?
  • aeon
  • Graduate
  • Graduate
  • User avatar
  • Joined: Oct 31, 2004
  • Posts: 184
  • Loc: Ireland
  • Status: Offline

Post November 24th, 2004, 3:43 pm

you could use a bit of javascript

Code: [ Select ]
<html>
    <body>

        <a href="link.htm" onMouseOver="document.bgColor='Black'">Black</a><br/>
        <a href="link.htm" onMouseOver="document.bgColor='White'">White</a><br/>
        <a href="link.htm" onMouseOver="document.bgColor='Purple'">Purple</a><br/>
    </body>
</html>
  1. <html>
  2.     <body>
  3.         <a href="link.htm" onMouseOver="document.bgColor='Black'">Black</a><br/>
  4.         <a href="link.htm" onMouseOver="document.bgColor='White'">White</a><br/>
  5.         <a href="link.htm" onMouseOver="document.bgColor='Purple'">Purple</a><br/>
  6.     </body>
  7. </html>
  • djtheropy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Nov 05, 2004
  • Posts: 111
  • Status: Offline

Post November 24th, 2004, 5:13 pm

but each different colour uses completely different css and different images.

I want it like a phpbb forum where you can select a style but it still reads the same address using php + mysql but im useless with it
  • djtheropy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Nov 05, 2004
  • Posts: 111
  • Status: Offline

Post November 25th, 2004, 6:48 pm

i have sorted this out using php.

this topic can be closed/locked

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 38 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.