Click here to Skip to main content
15,910,787 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ASP Text File Manipulation Pin
Jon Gohr25-Oct-01 4:42
Jon Gohr25-Oct-01 4:42 
GeneralRe: ASP Text File Manipulation Pin
Jason Jystad30-Oct-01 11:19
Jason Jystad30-Oct-01 11:19 
QuestionWeb Based FTP - Java or ActiveX? Pin
23-Oct-01 21:23
suss23-Oct-01 21:23 
AnswerRe: Web Based FTP - Java or ActiveX? Pin
AndyG24-Oct-01 8:37
AndyG24-Oct-01 8:37 
GeneralRe: Web Based FTP - Java or ActiveX? Pin
24-Oct-01 21:29
suss24-Oct-01 21:29 
GeneralRe: Web Based FTP - Java or ActiveX? Pin
AndyG25-Oct-01 16:08
AndyG25-Oct-01 16:08 
GeneralRe: Web Based FTP - Java or ActiveX? Pin
25-Oct-01 18:57
suss25-Oct-01 18:57 
GeneralLoading a remote XML document from a server Pin
23-Oct-01 16:45
suss23-Oct-01 16:45 
I am trying to write a server component that must load an xml doc from a remote server using http, but I am having a little trouble. My code looks like this

Dim doc as MSXML2.DOMdocument30
Set doc = new MSXML2.DOMdocument30

doc.async = false
doc.setProperty "ServerHTTPRequest", true
doc.load "http://www.tokeo.com/tko/test/test.xml"

This does not seem to work. I get an "Access Denied" Error in my ASP page.

Any help would be greatly appreciated!

Thanks

Danny Cry | :((
GeneralRe: Loading a remote XML document from a server Pin
Chris Whiting26-Nov-01 20:13
Chris Whiting26-Nov-01 20:13 
QuestionVisual InterDev - Anyone Use It? Pin
Jason Teagle23-Oct-01 8:22
Jason Teagle23-Oct-01 8:22 
AnswerRe: Visual InterDev - Anyone Use It? Pin
23-Oct-01 19:03
suss23-Oct-01 19:03 
AnswerRe: Visual InterDev - Anyone Use It? Pin
Paul Watson30-Oct-01 23:03
sitebuilderPaul Watson30-Oct-01 23:03 
GeneralRe: Visual InterDev - Anyone Use It? Pin
Jason Teagle30-Oct-01 23:24
Jason Teagle30-Oct-01 23:24 
GeneralRe: Visual InterDev - Anyone Use It? Pin
Paul Watson30-Oct-01 23:59
sitebuilderPaul Watson30-Oct-01 23:59 
Generalnon-visible javascript window Pin
Amit Dey23-Oct-01 7:55
Amit Dey23-Oct-01 7:55 
GeneralRe: non-visible javascript window Pin
Danny Quinn8-Dec-01 5:34
Danny Quinn8-Dec-01 5:34 
GeneralComparing two XML Documents(Files) Pin
Firoz23-Oct-01 2:32
Firoz23-Oct-01 2:32 
GeneralI don't know if this is the right place for asking this... Pin
Joan M22-Oct-01 23:30
professionalJoan M22-Oct-01 23:30 
GeneralRe: I don't know if this is the right place for asking this... Pin
alex.barylski11-Jan-02 12:28
alex.barylski11-Jan-02 12:28 
QuestionHow to read/write client registry from ASP page.. Pin
22-Oct-01 1:33
suss22-Oct-01 1:33 
AnswerRe: How to read/write client registry from ASP page.. Pin
Not Active22-Oct-01 11:07
mentorNot Active22-Oct-01 11:07 
GeneralChanging Between Frames Pin
Irokku Mata21-Oct-01 5:49
Irokku Mata21-Oct-01 5:49 
GeneralRe: Changing Between Frames Pin
Jason Teagle23-Oct-01 8:29
Jason Teagle23-Oct-01 8:29 
GeneralRe: Changing Between Frames Pin
Irokku Mata23-Oct-01 10:52
Irokku Mata23-Oct-01 10:52 
GeneralDeleteing Selected row from the Table using delete hyperlink Pin
16-Oct-01 21:18
suss16-Oct-01 21: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.