You can include the library. Any person with some knowledge of javascript is able to do this. If you don't even know the basics in web development then I'd suggest people stick to flash forms, or don't try it at all, and leave the work to the people doing these things for their living.
Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 ------------------------------------------------------------------------ ------------------------------------------------------------------------ ----- Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren de interactie met uw doelgroep. Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer informatie zie www.modernmedia.nl ------------------------------------------------------------------------ ------------------------------------------------------------------------ ----- -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: dinsdag 15 februari 2005 17:43 To: CF-Talk Subject: Re: Any sites using the new Flash foms? 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:194901 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

