|
-
May 1st, 2002, 10:53 AM
#1
Thread Starter
Member
Have you done TabStrip on the web?
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
-
May 2nd, 2002, 12:20 AM
#2
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
-
May 2nd, 2002, 10:46 AM
#3
Frenzied Member
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)
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 2nd, 2002, 11:12 AM
#4
Is it possible to use the TabStrip or SSTabStrip control, or is this way better?
-
May 2nd, 2002, 05:05 PM
#5
Frenzied Member
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.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 3rd, 2002, 04:02 AM
#6
Fanatic Member
-
May 6th, 2002, 12:50 AM
#7
Hyperactive Member
Would u like java script Tabs
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.
-
May 6th, 2002, 11:59 AM
#8
That's perfect Jerry. I'm sure I'll use it in the near future.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|