Hi guys,
Can anybody help with javascript next and back buttons...
My code goes likes this...
<ul>
<li id='tab 1'><href="javascript:void(0)"
onClick="toggleTab(2,6)" ><span>Tab 1</span></a></li>
<li id='tab 2'><href="javascript:void(0)"
onClick="toggleTab(3,6)" ><span>Tab 2</span></a></li>
<li id='tab 3'><href="javascript:void(0)"
onClick="toggleTab(4,6)" ><span>Tab 3</span></a></li>
</ul>
<div id="content">dynamic content will fall here...</div>
Here's my problem...
I want to put a next and back buttons..like this
<a href="javascript(void)" onClick="Next(this)">Next</a>
<a href="javascript(void)" onClick="Back(this)">Back</a>
When i click it will call the ($id)...
Help me please... Im a newbie...
by the way.. im using prototype library...
thanks a lot....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---