Click here to Skip to main content
16,006,362 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ASP and AJAX Pin
Akhilesh Yadav3-Nov-06 17:49
Akhilesh Yadav3-Nov-06 17:49 
QuestionPHP string truncation Pin
tibiz2-Nov-06 4:26
tibiz2-Nov-06 4:26 
AnswerRe: PHP string truncation Pin
Ted Ferenc2-Nov-06 6:17
Ted Ferenc2-Nov-06 6:17 
GeneralRe: PHP string truncation Pin
tibiz2-Nov-06 8:54
tibiz2-Nov-06 8:54 
Questionread js file Pin
militiaware2-Nov-06 0:37
militiaware2-Nov-06 0:37 
AnswerRe: read js file Pin
howardjr24-Nov-06 15:42
howardjr24-Nov-06 15:42 
GeneralRe: read js file Pin
militiaware25-Nov-06 20:11
militiaware25-Nov-06 20:11 
Questionmicrosoft vbscript runtime error: activex component can't create object:'getobject'. Pin
anbumanikandan1-Nov-06 16:49
anbumanikandan1-Nov-06 16:49 
i have error in this following code.please help me.

exactly in this line:
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")



<title>vbs testing

sub display()
Dim strComputer,fso,objTxtFile,objWMIService

strComputer = document.myform.mytext.value
msgbox strComputer


Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

set fso=createobject("Scripting.FileSystemObject")
set objTextFile=fs.CreateFileText("C:\sam301006.txt",true)

Set colRunningServices = objWMIService.ExecQuery("Select * from Win32_Service")

For Each objService in colRunningServices
Wscript.Echo objService.DisplayName & VbTab & objService.State
objTextFile.writeline(objService.DisplayName & VbTab & objService.State)
Next
end sub









Questionrendering the value in radiobuttonlist control Pin
uglyeyes1-Nov-06 13:29
uglyeyes1-Nov-06 13:29 
AnswerRe: rendering the value in radiobuttonlist control Pin
Akhilesh Yadav1-Nov-06 18:34
Akhilesh Yadav1-Nov-06 18:34 
GeneralRe: rendering the value in radiobuttonlist control Pin
uglyeyes2-Nov-06 11:28
uglyeyes2-Nov-06 11:28 
GeneralRe: rendering the value in radiobuttonlist control Pin
Akhilesh Yadav3-Nov-06 19:09
Akhilesh Yadav3-Nov-06 19:09 
QuestionJavascript Navigation Pin
nategd1-Nov-06 8:34
nategd1-Nov-06 8:34 
AnswerRe: Javascript Navigation Pin
User 17164921-Nov-06 13:00
professionalUser 17164921-Nov-06 13:00 
GeneralJavascript in User Controls Pin
Brady Kelly1-Nov-06 2:57
Brady Kelly1-Nov-06 2:57 
GeneralRe: Javascript in User Controls Pin
Akhilesh Yadav1-Nov-06 18:43
Akhilesh Yadav1-Nov-06 18:43 
Questionweb applications.integration with FedEx,DHL,UPSC Pin
Thakur Vikas31-Oct-06 19:36
Thakur Vikas31-Oct-06 19:36 
AnswerRe: web applications.integration with FedEx,DHL,UPSC Pin
Bradml3-Nov-06 0:11
Bradml3-Nov-06 0:11 
QuestionIE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:02
Aby Thomas Varghese31-Oct-06 6:02 
AnswerRe: IE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:05
Aby Thomas Varghese31-Oct-06 6:05 
GeneralRe: IE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:07
Aby Thomas Varghese31-Oct-06 6:07 
Questionreport viewer accuping full page size Pin
shashank Neelagiri31-Oct-06 1:23
shashank Neelagiri31-Oct-06 1:23 
AnswerRe: report viewer accuping full page size Pin
Laxmikant Lad31-Oct-06 2:45
Laxmikant Lad31-Oct-06 2:45 
GeneralRe: report viewer accuping full page size Pin
shashank Neelagiri31-Oct-06 23:33
shashank Neelagiri31-Oct-06 23:33 
Questiondocument map width in reporting services Pin
shashank Neelagiri31-Oct-06 1:18
shashank Neelagiri31-Oct-06 1:18 

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.