Results 1 to 4 of 4

Thread: New and a Newb

  1. #1
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New and a Newb

    Ok, I have a question, Im trying to make it so that when a person this certain page, That he has to click this certain link b4 he can enter the site.

    Example.
    Click Here before entering site!

    Click here after you went to site (submit Button "Cannot go until link is click") help would be great! Tnx.

  2. #2
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Help! Plz, *bump*

  3. #3
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    just make another page... like click.htm or something. make
    [code]
    <html>
    <head>
    <title>must click</title>
    </head>
    <body
    <p align="center">
    <a href="http://"your site>Must click to enter!</a>
    </p>
    <script="javascript" type="text/javascript">
    alert ("must click on link to acces this site!")
    </script>
    </body>
    </head>

  4. #4
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    oh yeah. on the page where the link to the certain page is located, write:
    Code:
    <a href=must_click.htm>my_site.htm</a>
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •