Results 1 to 8 of 8

Thread: Have you done TabStrip on the web?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 1999
    Location
    San Diego, Ca , USA
    Posts
    44

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  4. #4
    rtshort
    Guest
    Is it possible to use the TabStrip or SSTabStrip control, or is this way better?

  5. #5
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  6. #6
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    This any help?
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  7. #7
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446

    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.
    prasad

  8. #8
    rtshort
    Guest
    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
  •  



Click Here to Expand Forum to Full Width