Click here to Skip to main content
15,890,512 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: navigation. Pin
rajnish_haldiya20-Jun-07 3:31
rajnish_haldiya20-Jun-07 3:31 
GeneralRe: navigation. Pin
badgrs20-Jun-07 3:54
badgrs20-Jun-07 3:54 
QuestionWeb service issue Pin
Tauseef A19-Jun-07 19:56
Tauseef A19-Jun-07 19:56 
AnswerRe: Web service issue Pin
RepliCrux20-Jun-07 0:14
RepliCrux20-Jun-07 0:14 
GeneralRe: Web service issue Pin
Tauseef A20-Jun-07 1:50
Tauseef A20-Jun-07 1:50 
GeneralRe: Web service issue Pin
RepliCrux20-Jun-07 12:37
RepliCrux20-Jun-07 12:37 
AnswerRe: Web service issue Pin
AlexeiXX321-Jun-07 5:37
AlexeiXX321-Jun-07 5:37 
QuestionReason to return binary file in XMLHTTP Pin
cmbsurfer19-Jun-07 19:32
cmbsurfer19-Jun-07 19:32 
I have this weird problem.

Scenario: When I call a page (using XMLHTTP) and write the page info to a file and use that file as an attachment to send along with an email.

Problem Child: The problem is that I always get the html file in binary form therefore I need to convert it to string before writing.

Question: Why does it XMLHTTP return in binary form? (I use xmlHttp.responseText and NOT xmlHttp.responseBody)

Funniest part: I get the other file content in the normal form and it looks fine. (I use the same function to build the files)

My biggest problem is that the application is in Classical ASP otherwise if it was in .Net, I could have used htmltext = StrConv(conn.responseBody, vbUnicode) to just convert the binary to unicode).

Note: Having xmlHttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" doesnt help either.

Im glad if somebody can shed some light on this problem.... Why does XMLHTTP returns in binary form???????


Thanks
QuestionEmpty page but no errors Pin
sampath Jayasinghe19-Jun-07 9:54
sampath Jayasinghe19-Jun-07 9:54 
QuestionWeb Services Pin
Agyeman19-Jun-07 2:53
Agyeman19-Jun-07 2:53 
AnswerRe: Web Services Pin
HarryIsp200719-Jun-07 18:20
HarryIsp200719-Jun-07 18:20 
AnswerRe: Web Services Pin
AlexeiXX321-Jun-07 5:43
AlexeiXX321-Jun-07 5:43 
QuestionHandling multiple sessions in an application Pin
Dumb Programmer19-Jun-07 2:22
Dumb Programmer19-Jun-07 2:22 
AnswerRe: Handling multiple sessions in an application Pin
HarryIsp200719-Jun-07 18:35
HarryIsp200719-Jun-07 18:35 
AnswerRe: Handling multiple sessions in an application Pin
AlexeiXX321-Jun-07 5:49
AlexeiXX321-Jun-07 5:49 
QuestionHow to set the value of a hidden control?? Pin
Brendan Vogt18-Jun-07 23:51
Brendan Vogt18-Jun-07 23:51 
AnswerRe: How to set the value of a hidden control?? Pin
vimal_yet19-Jun-07 0:04
vimal_yet19-Jun-07 0:04 
GeneralRe: How to set the value of a hidden control?? Pin
Brendan Vogt19-Jun-07 0:12
Brendan Vogt19-Jun-07 0:12 
AnswerRe: How to set the value of a hidden control?? Pin
badgrs19-Jun-07 0:08
badgrs19-Jun-07 0:08 
QuestionRe: How to set the value of a hidden control?? Pin
Brendan Vogt19-Jun-07 1:01
Brendan Vogt19-Jun-07 1:01 
AnswerRe: How to set the value of a hidden control?? Pin
badgrs19-Jun-07 1:43
badgrs19-Jun-07 1:43 
GeneralRe: How to set the value of a hidden control?? Pin
Brendan Vogt19-Jun-07 2:21
Brendan Vogt19-Jun-07 2:21 
GeneralRe: How to set the value of a hidden control?? Pin
badgrs19-Jun-07 4:39
badgrs19-Jun-07 4:39 
GeneralRe: How to set the value of a hidden control?? Pin
HarryIsp200719-Jun-07 18:09
HarryIsp200719-Jun-07 18:09 
QuestionI need help in Tab.... Pin
Sathyaa1518-Jun-07 23:36
Sathyaa1518-Jun-07 23:36 

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.