|
From: abcd on 10 May 2006 14:07 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
From: Evertjan. on 10 May 2006 14:42 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)
From: abcd on 10 May 2006 14:50 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.
From: Bob Barrows [MVP] on 10 May 2006 15:06 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.
From: McKirahan on 10 May 2006 17:31 "abcd" <abcd(a)abcd.com> wrote in message news:uiX2ryFdGHA.3388(a)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/
|
Pages: 1 Prev: javascript to ASP - passing variable values Next: Dynamic table |