Click here to Skip to main content
15,922,894 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: How to find all open browsers ? Pin
InderK9-Aug-10 2:13
InderK9-Aug-10 2:13 
GeneralRe: How to find all open browsers ? Pin
T M Gray12-Aug-10 5:11
T M Gray12-Aug-10 5:11 
GeneralRe: How to find all open browsers ? Pin
InderK12-Aug-10 5:38
InderK12-Aug-10 5:38 
GeneralRe: How to find all open browsers ? Pin
T M Gray12-Aug-10 10:01
T M Gray12-Aug-10 10:01 
AnswerRepost Pin
Not Active9-Aug-10 2:15
mentorNot Active9-Aug-10 2:15 
GeneralRe: Repost Pin
InderK9-Aug-10 2:22
InderK9-Aug-10 2:22 
GeneralRe: Repost Pin
Not Active9-Aug-10 3:13
mentorNot Active9-Aug-10 3:13 
QuestionCheck FIle Exist in Javascript Pin
ShafiqA8-Aug-10 20:10
ShafiqA8-Aug-10 20:10 
Hey experts
I am facing a problem from last couple of week,I am not finding any solution for that.
I need to check some file in local machine like- "c:\test.txt" through java script when page is getting load,so i can show/Hide a div accordingly.
although i tried

var fso = new ActiveXObject("Scripting.FileSystemObject");
// if condition to check whether the specified file exists or not.
if(fso.FileExists("C:\\test.txt"))
but its work in IE only after changing some setting in internet option, which is not secure.

Can anybody give right solution for all browser
It would be great
Thanks in Adv..
Shafiq
AnswerRe: Check FIle Exist in Javascript Pin
NeverHeardOfMe8-Aug-10 22:11
NeverHeardOfMe8-Aug-10 22:11 
QuestionCSS not getting implemented on the jQuery dialog within IE8 Pin
Vipul Mehta8-Aug-10 18:16
Vipul Mehta8-Aug-10 18:16 
Questionget input text value on text change Pin
Shantanu Gupta 13378-Aug-10 4:02
Shantanu Gupta 13378-Aug-10 4:02 
AnswerRe: get input text value on text change Pin
Sandeep Mewara8-Aug-10 4:47
mveSandeep Mewara8-Aug-10 4:47 
GeneralRe: get input text value on text change Pin
Shantanu Gupta 13378-Aug-10 6:11
Shantanu Gupta 13378-Aug-10 6:11 
GeneralRe: get input text value on text change Pin
Sandeep Mewara8-Aug-10 6:29
mveSandeep Mewara8-Aug-10 6:29 
GeneralRe: get input text value on text change [modified] Pin
Shantanu Gupta 13378-Aug-10 7:03
Shantanu Gupta 13378-Aug-10 7:03 
GeneralRe: get input text value on text change Pin
Not Active8-Aug-10 7:35
mentorNot Active8-Aug-10 7:35 
QuestionAdobe plug-in IE browser Pin
nlarson116-Aug-10 8:45
nlarson116-Aug-10 8:45 
QuestionShow and hide DIV tag Pin
Dave McCool5-Aug-10 13:15
Dave McCool5-Aug-10 13:15 
AnswerRe: Show and hide DIV tag Pin
Not Active5-Aug-10 15:18
mentorNot Active5-Aug-10 15:18 
AnswerRe: Show and hide DIV tag Pin
NeverHeardOfMe5-Aug-10 21:56
NeverHeardOfMe5-Aug-10 21:56 
AnswerRe: Show and hide DIV tag Pin
koolprasad20039-Aug-10 21:18
professionalkoolprasad20039-Aug-10 21:18 
Questionsend email with no further parameters Pin
Hemant Thaker5-Aug-10 0:49
Hemant Thaker5-Aug-10 0:49 
AnswerRe: send email with no further parameters Pin
Sandeep Mewara8-Aug-10 3:21
mveSandeep Mewara8-Aug-10 3:21 
QuestionHow to close all pop-up on click on logout Pin
InderK4-Aug-10 8:01
InderK4-Aug-10 8:01 
AnswerRe: How to close all pop-up on click on logout Pin
Not Active4-Aug-10 8:45
mentorNot Active4-Aug-10 8:45 

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.