snowboardr
Programmer
I am not sure what i would to do to have onclick javascript change tabs? Any suggestions?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<a href="#null" onclick="javascript:TabbedPanels1 = new Spry.Widget.TabbedPanels('TabbedPanels1', {defaultTab:3});">Open tab 3</a>
// Modify this line by adding these if statements
if (TabbedPanels1=="" || TabbedPanels1==null) {
TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:0});
}