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

Re: HTML Tab pages by Evertjan

Evertjan
Wed May 10 13:42:01 CDT 2006

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)

Re: HTML Tab pages by abcd

abcd
Wed May 10 13:50:47 CDT 2006

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.



Re: HTML Tab pages by Bob

Bob
Wed May 10 14:06:40 CDT 2006

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.



Re: HTML Tab pages by McKirahan

McKirahan
Wed May 10 16:31:20 CDT 2006

"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
http://concepts.waetech.com/dhtml_tabs/