Click here to Skip to main content
15,891,136 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: replace [url]whatever[/url] .. Pin
Larry Antram17-Sep-04 0:27
Larry Antram17-Sep-04 0:27 
GeneralRe: replace [url]whatever[/url] .. Pin
Jon Sagara17-Sep-04 0:30
Jon Sagara17-Sep-04 0:30 
QuestionHow to ... in Crystal Report 9? Pin
HyVong16-Sep-04 12:29
HyVong16-Sep-04 12:29 
GeneralExcel loader to asp Pin
steve75916-Sep-04 7:28
steve75916-Sep-04 7:28 
GeneralProblems in user control name after installing .NetFramework 1.0 sp1 Pin
GanesanM16-Sep-04 5:01
GanesanM16-Sep-04 5:01 
GeneralSynchronization between two web pages asp 3 Pin
jackboy7016-Sep-04 4:15
jackboy7016-Sep-04 4:15 
GeneralRe: Synchronization between two web pages asp 3 Pin
jackboy7016-Sep-04 4:18
jackboy7016-Sep-04 4:18 
Generalencoding problem Pin
karanba16-Sep-04 3:36
karanba16-Sep-04 3:36 
I am trying to get a url with MSXML2.ServerXMLHTTP but turkish chacters in the url making problem that they seem as '?' how could I solve this problem.
Here is the my code....

<%<br />
Response.Buffer = true<br />
<br />
Dim objXMLHTTP, xml, text<br />
<br />
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")<br />
<br />
xml.Open "GET", "http://www.bektekeri.com/include/articles/article14.php", false<br />
xml.setRequestHeader "Content-Type", "xml/text"<br />
xml.setRequestHeader "characterset","windows-1254"<br />
xml.setOption(0) = 1524<br />
xml.Send<br />
<br />
text = xml.responsetext<br />
response.Write text<br />
<br />
Set xml = Nothing<br />
<br />
%> 


karanba
Generalstored images from image sqlfield to hard disk Pin
Anonymous15-Sep-04 0:25
Anonymous15-Sep-04 0:25 
GeneralRe: stored images from image sqlfield to hard disk Pin
iwcsecure18-Sep-04 11:36
iwcsecure18-Sep-04 11:36 
Generalconnecting to MS ACCESS in PHP Pin
samithas14-Sep-04 20:14
samithas14-Sep-04 20:14 
GeneralRe: connecting to MS ACCESS in PHP Pin
Milan200721-Sep-04 15:27
Milan200721-Sep-04 15:27 
GeneralWeb Documnetation pages generated by VS 2003 Pin
Gary Hyslop at home14-Sep-04 10:29
Gary Hyslop at home14-Sep-04 10:29 
GeneralRe: Web Documnetation pages generated by VS 2003 Pin
Syed Abdul Khader16-Sep-04 2:18
Syed Abdul Khader16-Sep-04 2:18 
GeneralXML Web Services AUTHENTICATION with C#.net Pin
programming14-Sep-04 5:58
programming14-Sep-04 5:58 
GeneralRe: XML Web Services AUTHENTICATION with C#.net Pin
Kodanda Pani17-Sep-04 23:08
Kodanda Pani17-Sep-04 23:08 
Questionhow to disappear save as menu from browser Pin
ashu_aegis14-Sep-04 3:36
ashu_aegis14-Sep-04 3:36 
AnswerRe: how to disappear save as menu from browser Pin
Steven Campbell14-Sep-04 8:06
Steven Campbell14-Sep-04 8:06 
GeneralImage Management Pin
zumichu13-Sep-04 19:49
zumichu13-Sep-04 19:49 
GeneralRe: Image Management Pin
Steven Campbell14-Sep-04 4:27
Steven Campbell14-Sep-04 4:27 
GeneralProtect ASP application files Pin
TPN13-Sep-04 18:31
TPN13-Sep-04 18:31 
GeneralRe: Protect ASP application files Pin
Steven Campbell14-Sep-04 2:43
Steven Campbell14-Sep-04 2:43 
GeneralSPF: Sender Policy Framework Pin
osblues13-Sep-04 13:03
osblues13-Sep-04 13:03 
GeneralRe: SPF: Sender Policy Framework Pin
osblues21-Sep-04 1:57
osblues21-Sep-04 1:57 
GeneralIIS/ASP/ASPX Pin
Anonymous13-Sep-04 10:12
Anonymous13-Sep-04 10:12 

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.