Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permission Denied

Status
Not open for further replies.

abc112

Technical User
Jan 14, 2005
3
DK
I have enter the following code in VBsrcipt in Frontpage

The Following works fine

Sub Window_OnLoad()
Dim xmlDoc, xmlTeXt


set xmldoc = CreateObject("Microsoft.XMLHTTP")

xmldoc.open "GET","
xmldoc.send()

xmlText=xmlDoc.responseText

document.write(xmlText)

end sub

But when I try to open a document i our own server I get permission denied. I have used my own password and username and password for administrator

In connection with this I can mention that the file I am trying to access is on the same domain as the file I shold bee showed in. The Domain I also trusted in IE and security settings are low. And I still get permission denied went I try to access the file. How that be
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top