Click here to Skip to main content
15,887,268 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionConnect a web form to access database Pin
Babylon Lion10-Feb-11 14:11
Babylon Lion10-Feb-11 14:11 
AnswerRe: Connect a web form to access database Pin
Ravi Sant16-Feb-11 3:51
Ravi Sant16-Feb-11 3:51 
GeneralRe: Connect a web form to access database Pin
Babylon Lion16-Feb-11 4:49
Babylon Lion16-Feb-11 4:49 
QuestionXML to Javascript array Pin
Member 333447410-Feb-11 2:55
Member 333447410-Feb-11 2:55 
AnswerRe: XML to Javascript array PinPopular
Ravi Sant16-Feb-11 4:06
Ravi Sant16-Feb-11 4:06 
QuestionCheck is Session has Expired Pin
MWRivera9-Feb-11 5:55
MWRivera9-Feb-11 5:55 
AnswerRe: Check is Session has Expired Pin
MWRivera9-Feb-11 6:21
MWRivera9-Feb-11 6:21 
QuestionAutomation server can't create object Pin
Ali Al Omairi(Abu AlHassan)8-Feb-11 1:13
professionalAli Al Omairi(Abu AlHassan)8-Feb-11 1:13 
guys, i use this code to get the the size of the file to upload
but i get the exception "Automation server can't create object"

JavaScript
function GetFileSize(filespec)
{
    var filesystemobject = new ActiveXObject("Scripting.FileSystemObject");
    var file = filesystemobject.GetFile(filespec);
    return file.Size;
}


please, Help me.
Help people,so poeple can help you.

AnswerRe: Automation server can't create object Pin
WoutL8-Feb-11 2:51
WoutL8-Feb-11 2:51 
GeneralRe: Automation server can't create object Pin
Ali Al Omairi(Abu AlHassan)8-Feb-11 4:15
professionalAli Al Omairi(Abu AlHassan)8-Feb-11 4:15 
GeneralRe: Automation server can't create object Pin
WoutL8-Feb-11 8:32
WoutL8-Feb-11 8:32 
GeneralRe: Automation server can't create object Pin
Ali Al Omairi(Abu AlHassan)8-Feb-11 21:18
professionalAli Al Omairi(Abu AlHassan)8-Feb-11 21:18 
GeneralRe: Automation server can't create object Pin
WoutL8-Feb-11 21:55
WoutL8-Feb-11 21:55 
AnswerRe: Automation server can't create object Pin
Pravin Patil, Mumbai25-Feb-11 3:14
Pravin Patil, Mumbai25-Feb-11 3:14 
GeneralRe: Automation server can't create object Pin
Ali Al Omairi(Abu AlHassan)25-Feb-11 7:43
professionalAli Al Omairi(Abu AlHassan)25-Feb-11 7:43 
GeneralRe: Automation server can't create object Pin
Xandip7-Apr-11 3:11
Xandip7-Apr-11 3:11 
GeneralRe: Automation server can't create object Pin
Ali Al Omairi(Abu AlHassan)7-Apr-11 5:20
professionalAli Al Omairi(Abu AlHassan)7-Apr-11 5:20 
Questionformular-Database save Pin
Pierre besquent7-Feb-11 3:50
Pierre besquent7-Feb-11 3:50 
AnswerRe: formular-Database save Pin
Sunasara Imdadhusen16-Feb-11 23:06
professionalSunasara Imdadhusen16-Feb-11 23:06 
QuestionValidating the input type "file" data. - Is this the right forum? please Pin
Douglas Kirk4-Feb-11 11:23
Douglas Kirk4-Feb-11 11:23 
AnswerRe: Validating the input type "file" data. - Is this the right forum? please Pin
Manfred Rudolf Bihy6-Feb-11 8:06
professionalManfred Rudolf Bihy6-Feb-11 8:06 
GeneralRe: Validating the input type "file" data. - Is this the right forum? please Pin
Douglas Kirk6-Feb-11 8:34
Douglas Kirk6-Feb-11 8:34 
GeneralRe: Validating the input type "file" data. - Is this the right forum? please Pin
Manfred Rudolf Bihy6-Feb-11 9:00
professionalManfred Rudolf Bihy6-Feb-11 9:00 
GeneralRe: Validating the input type "file" data. - Is this the right forum? please Pin
Douglas Kirk6-Feb-11 9:23
Douglas Kirk6-Feb-11 9:23 
GeneralRe: Validating the input type "file" data. - Is this the right forum? please Pin
Manfred Rudolf Bihy6-Feb-11 21:33
professionalManfred Rudolf Bihy6-Feb-11 21:33 

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.