Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default HTML Tab pages

    I ahve an asp page which has many controls. I have identified that I can
    arrange then into different tab pages. are there any samples of the tab
    pages in ASP which can be cross browser.

    Simple HTML/JavaScript way will be fine. We want to avoid the third party
    tab controls.

    Thanks


    abcd Guest

  2. Similar Questions and Discussions

    1. non printable html pages
      Hello everybody, I am willing to create a web site that will include basically pictures that is required to be non printable and non editable so...
    2. html and indexed pages
      I am trying to get ranked in google and only my index pages tend to get indexed. I do not understand why my secondary pages, do not get indexed for...
    3. building HTML pages from CFM pages
      Does CF have a function that could be used to build static pages from dynamic pages? I realize I could just save the HTML that it outputs as an...
    4. Generating HTML pages
      how would i go about creating a CFML template to loop through a list and create an HTML file for each item inthe list? is this possible with CF?
    5. Kde 3.1.2: konqueror & html pages
      -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hallo! I've set Opera to be the default browser, but sometimes I'd like to use konqueror to...
  3. #2

    Default Re: HTML Tab pages

    abcd wrote on 10 mei 2006 in microsoft.public.inetserver.asp.general:
    > I ahve an asp page which has many controls. I have identified that I
    > can arrange then into different tab pages. are there any samples of
    > the tab pages in ASP which can be cross browser.
    >
    > Simple HTML/JavaScript way will be fine. We want to avoid the third
    > party tab controls.
    >
    "tab pages in ASP"

    No, ASP is serverside,
    you seem to ask for "clientside ASP"?

    ASP is serverside,
    so there can per definition be no cross browser incompatibilities.

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)
    Evertjan. Guest

  4. #3

    Default Re: HTML Tab pages

    I know ASP server side. ASP page includes the client side code too....each
    tab is going to represent me an asp page ...so I thought this will be good
    group to ask.....

    I know it can be either done by integrating third party or custom
    control....but I want to do it using Javascript/DHTML something like
    that....

    most of the time people like to answer that "This is not the right group"

    cheers !



    Evertjan. wrote:
    > abcd wrote on 10 mei 2006 in microsoft.public.inetserver.asp.general:
    >
    >> I ahve an asp page which has many controls. I have identified that I
    >> can arrange then into different tab pages. are there any samples of
    >> the tab pages in ASP which can be cross browser.
    >>
    >> Simple HTML/JavaScript way will be fine. We want to avoid the third
    >> party tab controls.
    >>
    >
    > "tab pages in ASP"
    >
    > No, ASP is serverside,
    > you seem to ask for "clientside ASP"?
    >
    > ASP is serverside,
    > so there can per definition be no cross browser incompatibilities.

    abcd Guest

  5. #4

    Default Re: HTML Tab pages

    abcd wrote:
    > I know ASP server side. ASP page includes the client side code
    So what? That does not make client-side questions relevant in asp groups. If
    the question you are asking can be applied to a page with a .htm extension
    (which is definitely the case in this instance), then you need to be asking
    in a client-side scripting or, in the case of this question, an html or css
    group.
    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Bob Barrows [MVP] Guest

  6. #5

    Default Re: HTML Tab pages

    "abcd" <abcd@abcd.com> wrote in message
    news:uiX2ryFdGHA.3388@TK2MSFTNGP05.phx.gbl...
    > I ahve an asp page which has many controls. I have identified that I can
    > arrange then into different tab pages. are there any samples of the tab
    > pages in ASP which can be cross browser.
    [snip]

    Is this what your looking for?

    Super-Simple DHTML Tabs
    [url]http://concepts.waetech.com/dhtml_tabs/[/url]


    McKirahan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139