Please help !!!!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nico210
    Forum Member
    • Aug 2007
    • 189

    Please help !!!!!

    Hi All the forum ! Very very cool new design !

    Hrmm...

    I need a code please.

    Is it possible to create a code for click on a link in a HTML page ?

    Exemple, I have a page name index.html

    And I want to click on the link "Go Home"
    "Go Home" is the link : index2.html

    Do you understand ?
    Thanks in advance
  • ShadowUK
    No longer a forum member
    • Oct 2007
    • 1322

    #2
    PHP Code:
    <a href="location.html">Go To Location</a

    Comment

    Working...
    X