Hi All,
How can I do TabStrip in vbscript, I need it for my asp file? any sites, hints or examples would be very helpfull. Simple example would be great. Thanks
Printable View
Hi All,
How can I do TabStrip in vbscript, I need it for my asp file? any sites, hints or examples would be very helpfull. Simple example would be great. Thanks
What tabstrip? Are you talking about the ones like vbworld.com has? and like inside your hotmail account?
If so, those are simple hyperlinked images.
If not, then you might have to create an ActiveX control
Use tables and images. You need a left side image, a right side image, and a center image. Make each the background for the TD in the table. Put the hyperlink in the center TD.
(Look up and you will see another way to do it. Just create images of the complete tabs with the text already on it)
Is it possible to use the TabStrip or SSTabStrip control, or is this way better?
There is no good reason for using an ActiveX control to do this. And since you won't be able to put things like a picturebox control on there too, what good would it do? A tab control displays different picturebox controls based on the current selected tab. Each picturebox control contains essentially it's own version of the form. On the web, it's a bit different. You can't preload all of these pages in this way. You can change things that are displayed using DHTML easliy though using DIV/Layer tags and hiding and displaying them based on the link or hotspot clicked.
This any help?
Hi
We can use javascirpt code to create a Tabs like SSTax in VB.
It is very easy to see the list of details are consist in each tab.
you have to use Show Hide Layers methods.
Type using javascript if would u like.
That's perfect Jerry. I'm sure I'll use it in the near future.