hi
im using an ajax script that lets me open pages in tabs. i have all this working with links i create manually but would like to use it with wayfinder.
the procedure to open a new tab is
<li id="dev" onClick="openPage(’center’,’device’,’url/to/file/blackbird.php’,’blackbird’,’blackbird’)"><a href="#">blackbird</a></li>
i have highlighted the important variables that need to be set for a tab to open
<li id=" Unique ID " onClick="openPage(’TAB’,’ Category ’,’url/to/file/’,’Name of Link’,’Name of TAB(same as Link))"><a href="#">displayed Link</a></li>
hope you can help
cheers
AussiedeviL