Forums Archive Index > Cool free scripts > How to skip the #href ?
Date: 15 Dec 2003 12:35 pm
Hello,
I would like to skip the href. I mean not go to another page when I click a link (but stay in the same window). Can you help me ?
Thanks.
Yves
Date: 15 Dec 2003 12:40 pm
Hi,
For the V-NewsTicker the items are like this:
...['href','text','target']...
To open the url in the current window and not in new one set target '_self' e.g.:
...['any link','any text','_self']...
Cheers!