Click here to Skip to main content
15,914,323 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow to configure my asp classics website on IIS 6.0 ? Pin
Noman Soofi26-Jan-08 6:25
Noman Soofi26-Jan-08 6:25 
GeneralRe: how to configure my asp classics website on IIS 6.0 ? Pin
Paul Conrad26-Jan-08 7:17
professionalPaul Conrad26-Jan-08 7:17 
QuestionValidation using Ajax Pin
georgegarvasis25-Jan-08 21:41
georgegarvasis25-Jan-08 21:41 
GeneralRe: Validation using Ajax Pin
Paul Conrad26-Jan-08 7:18
professionalPaul Conrad26-Jan-08 7:18 
GeneralRe: Validation using Ajax Pin
newc128-Jan-08 0:02
newc128-Jan-08 0:02 
QuestionHow to integrate Drupal into Moodle system? Pin
Hy Chanhan25-Jan-08 16:27
professionalHy Chanhan25-Jan-08 16:27 
AnswerRe: How to integrate Drupal into Moodle system? Pin
Paul Conrad25-Jan-08 17:13
professionalPaul Conrad25-Jan-08 17:13 
Generalword document + javascripting. [modified] Pin
ritu432124-Jan-08 18:45
ritu432124-Jan-08 18:45 
var doc = new ActiveXObject("Word.Application");
doc.Visible=false;
doc.Documents.Open("C:\\users.doc");
var txt;
txt = doc.Documents("C:\\users.doc").Content;

alert(txt);

doc.quit(0); // quit word (very important or you'll quickly chew up memory!)



i am getting error : automation server can't create object

modified on Friday, January 25, 2008 4:36:59 AM

GeneralRe: word document + javascripting. Pin
led mike25-Jan-08 4:38
led mike25-Jan-08 4:38 
QuestionJavascript Pin
ELEESA JOVAIN24-Jan-08 17:47
ELEESA JOVAIN24-Jan-08 17:47 
AnswerRe: Javascript Pin
newc125-Jan-08 5:43
newc125-Jan-08 5:43 
QuestionJavascript Pin
ELEESA JOVAIN24-Jan-08 17:40
ELEESA JOVAIN24-Jan-08 17:40 
AnswerRe: Javascript Pin
newc125-Jan-08 5:51
newc125-Jan-08 5:51 
GeneralOperation must use an updateable query Pin
multimedia924-Jan-08 15:21
multimedia924-Jan-08 15:21 
GeneralHttpOnly cookies in ASP Pin
servoPrime24-Jan-08 13:19
servoPrime24-Jan-08 13:19 
GeneralIFrames causing problems with clients browser Pin
Chris McGlothen24-Jan-08 6:16
Chris McGlothen24-Jan-08 6:16 
GeneralRe: IFrames causing problems with clients browser Pin
Paul Conrad24-Jan-08 6:37
professionalPaul Conrad24-Jan-08 6:37 
AnswerRe: IFrames causing problems with clients browser Pin
Guffa24-Jan-08 8:44
Guffa24-Jan-08 8:44 
GeneralRe: IFrames causing problems with clients browser Pin
Chris McGlothen24-Jan-08 9:46
Chris McGlothen24-Jan-08 9:46 
QuestionNot able to get value of fiels by using $_POST in PHP Pin
Vipin Chauhan24-Jan-08 1:53
Vipin Chauhan24-Jan-08 1:53 
GeneralRe: Not able to get value of fiels by using $_POST in PHP Pin
dfz24-Jan-08 5:51
dfz24-Jan-08 5:51 
QuestionShould Be #1 on JScript Tutorials Pin
bertieisaacm23-Jan-08 23:26
bertieisaacm23-Jan-08 23:26 
Generalsalam , information sent again after refresh Pin
Mohammed Amine23-Jan-08 22:11
Mohammed Amine23-Jan-08 22:11 
GeneralRe: salam , information sent again after refresh Pin
Paddy Boyd23-Jan-08 23:29
Paddy Boyd23-Jan-08 23:29 
GeneralRe: salam , information sent again after refresh Pin
Mohammed Amine24-Jan-08 10:58
Mohammed Amine24-Jan-08 10:58 

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.