Question:

How or where to get this onclick script?!?

by  |  earlier

0 LIKES UnLike

How do you get the script like onclick different section. Like if you click on a link and it goes to another section in the i-frame but the page doesn't change. Sorta like on this site (click the links and look at the I-Frame) http://www.panic-love.co.nr/

Thanks!!! =]

 Tags:

   Report

1 ANSWERS


  1. That isn't an onClick or any JavaScript.  It's using page links like:

    <a href="#about">[Site Updates]</a>

    and when you click it, it looks for this:

    <a name="about"></a>

    which then shows the text.

    See:  http://www.w3.org/TR/html4/struct/links....

    Ron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions