hiding the links on Ajaxtabscontent
could someone help me to hide tab links on dynamicdrive's ajaxtabscontent script?
'cause, some users trying to open pages with "open in new window"...
http://www.dynamicdrive.com/dynamici...tent/index.htm
i want to show a small keyword on href of tabs; not the whole link. and to decode the keyword links, i think i should add a 'if condition' into ajaxtabs.js .. but how??
for example:
into html: <a href="#1">tab1</a> (not <a href="whoweare.php">tab1</a>)
into js: if (pageurl = #1) {pageurl = whoweare.php}