But where is the code for tabpage? Sure you can create it elsewhere
and include it in a library - but your email here makes it seem like
JS is _just_ as easy as cfform dev. With your sample below you have to
develop the library first.


On Tue, 15 Feb 2005 17:17:39 +0100, Micha Schopman
<[EMAIL PROTECTED]> wrote:
> In my case I'd just do.
> 
> <div id="tabs"></div>
> <div id="tabone"></div>
> <div id="tabtwo"></div>
> 
> <script>
> var tp = new tabpage(document.getElementById('tabpage'));
> tp.attach(new tab('tab one', document.getElementById('tabone')));
> tp.attach(new tab('tab two', document.getElementById('tabtwo')));
> </script>
> 
> Micha Schopman
> Software Engineer
> 
> Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
> Tel 033-4535377, Fax 033-4535388
> KvK Amer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194786
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to