How do i make when i click on a special link on a image
then the function will go to a another position of the website
( same webpage ) NOT normal "<a href>"?
I hope u understand what i mean. Thanks.
PS: Can you mail the answer to me please? Im too busy now to visit the forums.
What's wrong with HTML? If you can do it in HTML, do it in HTML, because Javascript is not universally available. If you want Javascript, I believe the function you want is:
window.open(newurl,target)