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

Web Development

 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:01
professionalDalek Dave8-Apr-10 14:01 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 14:27
mentorNot Active8-Apr-10 14:27 
Questionhow to insert special characters into database msacess using asp Pin
rajivkadam4207-Apr-10 19:41
rajivkadam4207-Apr-10 19:41 
AnswerRe: how to insert special characters into database msacess using asp Pin
Gregory Gadow8-Apr-10 4:06
Gregory Gadow8-Apr-10 4:06 
QuestionLaunch an application from Classic ASP Pin
Member 45264877-Apr-10 17:20
Member 45264877-Apr-10 17:20 
AnswerRe: Launch an application from Classic ASP Pin
daveyerwin8-Apr-10 1:05
daveyerwin8-Apr-10 1:05 
AnswerRe: Launch an application from Classic ASP Pin
Not Active8-Apr-10 1:44
mentorNot Active8-Apr-10 1:44 
QuestionProblem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
Stephan Pilz7-Apr-10 4:25
Stephan Pilz7-Apr-10 4:25 
Hello,

I've a jquery.ajax call. The result I set on server side is a string containing html fragment (some table rows). But on client side I get the result enclosed in

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http:...>


Here comes my html fragment

</string>


In addition, in my html fragment each special html character like < or > are replace during the html codings < and >
I don't understand why and I don't know, how I can get or extract my original result. Here is my short ajax function:

function DoAjaxCall(bofg_refid, pc_refid)
{
	$.ajax({
		type: "GET",
		url: "../Test.asmx/TestCall",
		data: "bofg_refid=" + bofg_refid + "&pc_refid=" + pc_refid,
		dataType: "text",
		success: function(html) {
			alert(html);
		}
	});
	
}

                   \\\|///
                 \\  - -  //
                  (  @ @  )
+---------------oOOo-(_)-oOOo-----------------+
| Stephan Pilz   stephan.pilz@stephan-pilz.de |
|                <a href="http://www.stephan-pilz.de">www.stephan-pilz.de</a>          |
|                ICQ#: 127823481              |
+-----------------------Oooo------------------+
                 oooO   (   )
                (   )    ) /
                 \ (    (_/
                  \_)

AnswerRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
daveyerwin7-Apr-10 5:18
daveyerwin7-Apr-10 5:18 
JokeRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
T M Gray7-Apr-10 8:51
T M Gray7-Apr-10 8:51 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
Stephan Pilz7-Apr-10 9:09
Stephan Pilz7-Apr-10 9:09 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
daveyerwin7-Apr-10 10:07
daveyerwin7-Apr-10 10:07 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
T M Gray7-Apr-10 10:07
T M Gray7-Apr-10 10:07 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
Stephan Pilz7-Apr-10 10:25
Stephan Pilz7-Apr-10 10:25 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
T M Gray7-Apr-10 10:44
T M Gray7-Apr-10 10:44 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
daveyerwin7-Apr-10 10:50
daveyerwin7-Apr-10 10:50 
Questionhow to make a link to facebook? Pin
bigeyed6-Apr-10 3:33
bigeyed6-Apr-10 3:33 
AnswerRe: how to make a link to facebook? Pin
Dalek Dave6-Apr-10 11:54
professionalDalek Dave6-Apr-10 11:54 
QuestionUnable to run Tomcat6.0 server on Eclipse3.4 Pin
Ram Bonala5-Apr-10 23:37
Ram Bonala5-Apr-10 23:37 
AnswerRe: Unable to run Tomcat6.0 server on Eclipse3.4 Pin
Garth J Lancaster6-Apr-10 0:07
professionalGarth J Lancaster6-Apr-10 0:07 
QuestionCustom error pages .Net [modified] Pin
markymark825-Apr-10 22:44
markymark825-Apr-10 22:44 
AnswerRe: Custom error pages .Net Pin
T M Gray7-Apr-10 7:29
T M Gray7-Apr-10 7:29 
GeneralRe: Custom error pages .Net Pin
markymark827-Apr-10 10:21
markymark827-Apr-10 10:21 
Questionz-index in IE6 Pin
Dot-Net-Dev5-Apr-10 18:46
Dot-Net-Dev5-Apr-10 18:46 
AnswerRe: z-index in IE6 Pin
RCoate5-Apr-10 20:46
RCoate5-Apr-10 20:46 

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.