Results 1 to 2 of 2

Thread: How to create Menu and Submenu in VB script

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    1

    How to create Menu and Submenu in VB script

    Hi,

    I am novice in this. In my project I want to have a menu in my web page. I am trying it from past 3 days without success. please help me out.

    thanks
    regds
    Raghavendra H

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173
    What sort of a menu? Upon first reading the question, I assumed something like this

    Code:
    <table>
    <tr><td><a href="link.asp">Link 1</a></td></tr>
    <tr><td><a href="link2.asp">link 2 </a></td></tr>
    <tr><td><a href="link2.asp">link 3 </a></td></tr>
    <tr><td><a href="link2.asp">link 4 </a></td></tr>
    </table>
    But I assume that you already know this.

    Please describe in detail what it is you're attempting to create.

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