Treasure Hunt

windows

Guest
Ok. I don't really know where to post this, JAVASCRIPT or HTML, i tohught html was the best. <br />
Ok, i want to create a treasure hunt, where a person accesses a page to start the hunt, then, he goes around my site, looking for pictures that are randomly placed in any of the pages. After he gets all the pictures, he goes back to the treasure hunt page and gets, let's say a message and a picture. He should also be able to go back to the treasure hunt page to see his status, which can also be saved as a cookie<br />
<br />
Is there any way to actually do this, or anything really close???<!--content-->I don't really understand what you are asking...<br />
<br />
If you want to be able to randomly place images on differenet pages you're going to need to use a combination of CSS (cascading style sheets) and javascript to place the CSS elements in randomly locations. You can read up on CSS at <!-- w --><a class="postlink" href="http://www.w3schools.org">www.w3schools.org</a><!-- w -->. Typically this combination of css/html/javascript is called DHTML so I recommend you read up on it too.<br />
<br />
Yes you would save the information as to what they have found with cookies. The status page would read the cookie and display what has/hasn't been found.<!--content-->Originally posted by Dudsmack <br />
<!-- w --><a class="postlink" href="http://www.w3schools.org">www.w3schools.org</a><!-- w -->. <br />
<br />
<!-- w --><a class="postlink" href="http://www.w3schools.com">www.w3schools.com</a><!-- w --><!--content-->sorry i couldn't reply earlier, I couldn't Access the internet. I'll give you guys some feedback on what's going on tommorrow. Thanx for ur help :)<!--content-->I looked at the site. It has all the information i need. THANX ALOT!!! I'll try it out!<!--content-->
 
Back
Top