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

Web Development

 
QuestionHow is properties file read by log4j Pin
pl_kode30-Apr-08 1:10
pl_kode30-Apr-08 1:10 
QuestionIs it possible to create an whois function using asp??? Pin
gayatrilaxmi29-Apr-08 23:28
gayatrilaxmi29-Apr-08 23:28 
AnswerRe: Is it possible to create an whois function using asp??? Pin
Mark J. Miller30-Apr-08 3:44
Mark J. Miller30-Apr-08 3:44 
Questionwindow.attachEvent() Pin
.NET- India 29-Apr-08 23:19
.NET- India 29-Apr-08 23:19 
AnswerRe: window.attachEvent() Pin
Shog930-Apr-08 9:34
sitebuilderShog930-Apr-08 9:34 
QuestionError in &ouml ; Encode Pin
Sachin Pimpale29-Apr-08 19:49
Sachin Pimpale29-Apr-08 19:49 
AnswerRe: Error in &ouml ; Encode Pin
R. Giskard Reventlov29-Apr-08 21:42
R. Giskard Reventlov29-Apr-08 21:42 
GeneralRe: Error in &ouml ; Encode Pin
Sachin Pimpale29-Apr-08 22:36
Sachin Pimpale29-Apr-08 22:36 
Thanks
but i m not getting proper out put Confused | :confused:
m working with ASP 3.0
i tried this one but the view sorce still display ö

 function URLDecode(sText)<br />
    	sDecoded = sText<br />
    Set oRegExpr = Server.CreateObject("VBScript.RegExp")<br />
    oRegExpr.Pattern = "%[0-9,A-F]{2}"<br />
    oRegExpr.Global = True<br />
    Set oMatchCollection = oRegExpr.Execute(sText)<br />
    For Each oMatch In oMatchCollection<br />
   		sDecoded = Replace(sDecoded,oMatch.value,Chr(CInt("&H" & Right(oMatch.Value,2))))<br />
   Next<br />
   URLDecode = sDecoded<br />
 End function<br />
 <br />
 ' XML string  <br />
 dim strtext: strtext = "<streetname>Baron van H&ouml;velllaan</streetname><br />
 <br />
 response.write URLDecode(URLDecode(Server.HTMLEncode(Server.URLEncode(strtext))))<br />
  <br />
	function ParseXML(strXML)<br />
		dim oXMLDom, i<br />
	<br />
		Set oXMLDom = Server.CreateObject("MSXML2.DOMDocument")<br />
		 <br />
		call oXMLDom.loadXML (strXML)<br />
<br />
		if trim(oXMLDom.xml) = "" then<br />
		   err.Raise 1004, "ParseXML", "XMLDOM content empty"<br />
		end if   <br />
		<br />
		ParseXML = true <br />
		<br />
	end function


The Stifler
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.

GeneralRe: Error in &amp;ouml ; Encode Pin
R. Giskard Reventlov29-Apr-08 23:22
R. Giskard Reventlov29-Apr-08 23:22 
GeneralRe: Error in &amp;ouml ; Encode Pin
Sachin Pimpale29-Apr-08 23:36
Sachin Pimpale29-Apr-08 23:36 
GeneralRe: Error in &amp;ouml ; Encode Pin
R. Giskard Reventlov29-Apr-08 23:52
R. Giskard Reventlov29-Apr-08 23:52 
QuestionGot a problem with firefox extension Pin
gayatrilaxmi29-Apr-08 1:05
gayatrilaxmi29-Apr-08 1:05 
GeneralMulti project in the same BIN Pin
fmerlin28-Apr-08 21:52
fmerlin28-Apr-08 21:52 
GeneralUTF-8 Problems with .Net Table Adapters Pin
WiseHacker28-Apr-08 21:02
WiseHacker28-Apr-08 21:02 
GeneralApplication is very slow Pin
Bad Programmer28-Apr-08 10:00
Bad Programmer28-Apr-08 10:00 
GeneralCross Post. Please ignore. Pin
Pete O'Hanlon29-Apr-08 1:27
mvePete O'Hanlon29-Apr-08 1:27 
Generalweb service call + firewall Pin
dharani27-Apr-08 19:34
dharani27-Apr-08 19:34 
GeneralRe: web service call + firewall Pin
Ashish Sehajpal28-Apr-08 9:40
Ashish Sehajpal28-Apr-08 9:40 
GeneralRe: web service call + firewall Pin
Paddy Boyd29-Apr-08 2:10
Paddy Boyd29-Apr-08 2:10 
General!!! Plz Help, Project Required Uploading Images with adding Texts/Descriptions !! Pin
Thomas Toh27-Apr-08 17:46
Thomas Toh27-Apr-08 17:46 
GeneralRe: !!! Plz Help, Project Required Uploading Images with adding Texts/Descriptions !! Pin
Christian Graus27-Apr-08 19:55
protectorChristian Graus27-Apr-08 19:55 
GeneralRe: !!! Plz Help, Project Required Uploading Images with adding Texts/Descriptions !! Pin
Ashish Sehajpal28-Apr-08 9:37
Ashish Sehajpal28-Apr-08 9:37 
QuestionHow to fill 3 d array from Rs? Pin
GroCareer27-Apr-08 17:10
GroCareer27-Apr-08 17:10 
AnswerRe: How to fill 3 d array from Rs? Pin
Christian Graus27-Apr-08 19:56
protectorChristian Graus27-Apr-08 19:56 
AnswerRe: How to fill 3 d array from Rs? Pin
Guffa28-Apr-08 14:41
Guffa28-Apr-08 14:41 

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.