Click here to Skip to main content
15,885,767 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: web service is not open in browser Pin
dan!sh 16-Nov-09 22:14
professional dan!sh 16-Nov-09 22:14 
AnswerRe: web service is not open in browser Pin
The Man from U.N.C.L.E.17-Nov-09 6:38
The Man from U.N.C.L.E.17-Nov-09 6:38 
AnswerRe: web service is not open in browser Pin
Smithers-Jones18-Nov-09 5:05
Smithers-Jones18-Nov-09 5:05 
Questionusing an AJAX extender in a custom server control Pin
TofuBug2416-Nov-09 11:11
TofuBug2416-Nov-09 11:11 
AnswerRe: using an AJAX extender in a custom server control Pin
dan!sh 16-Nov-09 22:16
professional dan!sh 16-Nov-09 22:16 
GeneralRe: using an AJAX extender in a custom server control Pin
TofuBug2417-Nov-09 2:11
TofuBug2417-Nov-09 2:11 
QuestionAJAX Collapsible Panels and SEO Pin
danedelen16-Nov-09 6:54
danedelen16-Nov-09 6:54 
AnswerRe: AJAX Collapsible Panels and SEO Pin
Abhishek Sur16-Nov-09 8:55
professionalAbhishek Sur16-Nov-09 8:55 
Well, according to me it is always better to write a <noscript> tag for any page so that it would be consistent to all users(even thought there are so less no of users who dont have javascript enabled in browser).

Regarding Accordion panel,

build it yourself. Just create the panels using Div's in such a way that by default all are open. After the script is loaded properly, just apply a script to change the display properties of each of them at a time.

See the Codeproject is developed in similar fashion. If you go to settings page, It loads all parts in flat basis, until body onload / final script block is invoked and the control is configured to look like tabs.

Thus even if the javascript is not there, and the onload function cant be called, the page can easily scrolled down to see everything.

I think this would be the best approach..
If you want any 3rd party control on this, let me know.

cheers

Cool | :cool:

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionAdd/change image in javascript Pin
PeriyasamyRamachandran16-Nov-09 6:42
PeriyasamyRamachandran16-Nov-09 6:42 
AnswerRe: Add/change image in javascript Pin
Abhishek Sur16-Nov-09 8:35
professionalAbhishek Sur16-Nov-09 8:35 
GeneralRe: Add/change image in javascript Pin
Eduard Keilholz16-Nov-09 9:54
Eduard Keilholz16-Nov-09 9:54 
GeneralRe: Add/change image in javascript Pin
Abhishek Sur16-Nov-09 21:01
professionalAbhishek Sur16-Nov-09 21:01 
QuestionAjax "Update Panel" control error Pin
kmb8915-Nov-09 21:49
kmb8915-Nov-09 21:49 
AnswerRe: Ajax "Update Panel" control error Pin
Abhishek Sur16-Nov-09 4:27
professionalAbhishek Sur16-Nov-09 4:27 
QuestionIIS5 unable to see PNG image [modified] Pin
mah_pankaj15-Nov-09 18:20
mah_pankaj15-Nov-09 18:20 
AnswerRe: IIS5 unable to see PNG image Pin
Abhishek Sur16-Nov-09 4:21
professionalAbhishek Sur16-Nov-09 4:21 
AnswerRe: IIS5 unable to see PNG image Pin
Abhijit Jana16-Nov-09 4:47
professionalAbhijit Jana16-Nov-09 4:47 
GeneralRe: IIS5 unable to see PNG image Pin
mah_pankaj26-Nov-09 18:52
mah_pankaj26-Nov-09 18:52 
QuestionProblem configuring PHP under IIS 6 and Windows server 2003 Pin
CrazyCoder2612-Nov-09 17:56
CrazyCoder2612-Nov-09 17:56 
AnswerRe: Problem configuring PHP under IIS 6 and Windows server 2003 Pin
Aman Bhullar12-Nov-09 19:38
Aman Bhullar12-Nov-09 19:38 
AnswerRe: Problem configuring PHP under IIS 6 and Windows server 2003 Pin
Marc Firth12-Nov-09 22:25
Marc Firth12-Nov-09 22:25 
QuestionError in configuring PHP under IIS6 Pin
CrazyCoder2612-Nov-09 17:51
CrazyCoder2612-Nov-09 17:51 
AnswerRe: Error in configuring PHP under IIS6 Pin
ranjan_namitaputra16-Nov-09 8:45
ranjan_namitaputra16-Nov-09 8:45 
QuestionJSP called directly Pin
Allan Larson12-Nov-09 5:48
Allan Larson12-Nov-09 5:48 
AnswerRe: JSP called directly Pin
Abhishek Sur12-Nov-09 10:57
professionalAbhishek Sur12-Nov-09 10:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.