Click here to Skip to main content
15,887,746 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: var today = new Date(); is giving me this error: Microsoft JScript runtime error: Object expected Pin
S Rajput10-Sep-09 22:56
S Rajput10-Sep-09 22:56 
AnswerRe: var today = new Date(); is giving me this error: Microsoft JScript runtime error: Object expected Pin
Abhishek Sur11-Sep-09 11:29
professionalAbhishek Sur11-Sep-09 11:29 
GeneralRe: var today = new Date(); is giving me this error: Microsoft JScript runtime error: Object expected Pin
S Rajput28-Sep-09 18:07
S Rajput28-Sep-09 18:07 
QuestionThickbox Pin
devboycpp10-Sep-09 4:37
devboycpp10-Sep-09 4:37 
AnswerRe: Thickbox Pin
Christian Graus10-Sep-09 13:13
protectorChristian Graus10-Sep-09 13:13 
QuestionASP Custom DLL problem Pin
mk1tre10-Sep-09 1:25
mk1tre10-Sep-09 1:25 
AnswerRe: ASP Custom DLL problem Pin
Abhishek Sur10-Sep-09 12:53
professionalAbhishek Sur10-Sep-09 12:53 
QuestionWindows XP Web Server Pin
cdpace9-Sep-09 23:44
cdpace9-Sep-09 23:44 
AnswerRe: Windows XP Web Server Pin
WoutL10-Sep-09 1:17
WoutL10-Sep-09 1:17 
GeneralRe: Windows XP Web Server Pin
tagyurit13-Sep-09 10:43
tagyurit13-Sep-09 10:43 
AnswerRe: Windows XP Web Server Pin
tagyurit13-Sep-09 10:41
tagyurit13-Sep-09 10:41 
GeneralRe: Windows XP Web Server Pin
cdpace14-Sep-09 9:49
cdpace14-Sep-09 9:49 
QuestionInetpub [modified] Pin
Yonathan11119-Sep-09 21:18
professionalYonathan11119-Sep-09 21:18 
AnswerRe: Inetpub Pin
Arun Jacob10-Sep-09 1:24
Arun Jacob10-Sep-09 1:24 
QuestionHow to define WebPartConnection Pin
Pandey Vinay9-Sep-09 20:13
Pandey Vinay9-Sep-09 20:13 
QuestionProblems with IIS running in a virtual machine. [modified] Pin
Michael Bergman9-Sep-09 10:50
Michael Bergman9-Sep-09 10:50 
AnswerRe: Problems with IIS running in a virtual machine. Pin
Christian Graus9-Sep-09 12:23
protectorChristian Graus9-Sep-09 12:23 
GeneralRe: Problems with IIS running in a virtual machine. Pin
Michael Bergman9-Sep-09 13:20
Michael Bergman9-Sep-09 13:20 
AnswerRe: Problems with IIS running in a virtual machine. Pin
tagyurit9-Sep-09 12:56
tagyurit9-Sep-09 12:56 
GeneralRe: Problems with IIS running in a virtual machine. Pin
Michael Bergman9-Sep-09 13:27
Michael Bergman9-Sep-09 13:27 
AnswerRe: Problems with IIS running in a virtual machine - Solution Pin
Michael Bergman10-Sep-09 6:26
Michael Bergman10-Sep-09 6:26 
QuestionIE 6 and 8 problem Pin
Learner5208-Sep-09 20:26
Learner5208-Sep-09 20:26 
AnswerRe: IE 6 and 8 problem Pin
Christian Graus9-Sep-09 10:23
protectorChristian Graus9-Sep-09 10:23 
This is bad code. It assumes a certain layout, and doesn't ever check if the object it is grabbing, exists.

When you say it does not work, what is the problem ? Does it work in firefox ? Firebug helps you debug javascript.

There are articles on CP about how to work with checked lists in javascript. Ideally you'd find a way to insert an id into each one so you could look up the elements by id instead of by array indices.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

AnswerRe: IE 6 and 8 problem Pin
April Fans22-Sep-09 23:41
April Fans22-Sep-09 23:41 
QuestionRewritting the url Pin
kKamel7-Sep-09 20:19
kKamel7-Sep-09 20:19 

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.