Here is the "entire" response if this helps:

 <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/
DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/
xhtml"><head><meta content="text/html; charset=ISO-8859-1" http-
equiv="Content-Type"/>
<script type="text/javascript" src="jquery.js"> </script>
<script type="text/javascript"> $(function(){ alert(" READY FUNCTION
made it to ii.faces"); }); </script> <title>Welcome2</title></head>
<body><form id="iiForm" name="iiForm" method="post" action="/dev/
ii.faces" enctype="application/x-www-form-urlencoded"><label
id="iiForm:lbl" for="iiForm:iiDude">Hey You</label><input
id="iiForm:iiDude" name="iiForm:iiDude" type="text" value="Show Me The
Money" />

<input type="hidden" name="iiForm_SUBMIT" value="1" /> <input
type="hidden" name="autoScroll" /> <input type="hidden"
name="javax.faces.ViewState" id="javax.faces.ViewState"
value="rVQDD2X73iYyXBegr1HsT3sxYj0oP9e9Ms27CxYsjKP2ACXD9sNsSy
+RMFQYPcYKbp32Ehhqs65UpKx0OayAkA==" /></form><!-- MYFACES JAVASCRIPT --
> <script type="text/javascript"><!-- function getScrolling() { var x
= 0; var y = 0;if (self.pageXOffset || self.pageYOffset) { x =
self.pageXOffset; y = self.pageYOffset; } else if
((document.documentElement && document.documentElement.scrollLeft)||
(document.documentElement && document.documentElement.scrollTop)) { x
= document.documentElement.scrollLeft; y =
document.documentElement.scrollTop; } else if (document.body) { x =
document.body.scrollLeft; y = document.body.scrollTop; } return x +
"," + y; } //--></script> </body></html>

On Nov 11, 2:23 pm, John Ruffin <[EMAIL PROTECTED]>
wrote:
> Here is what the response looks like:
>
> <form id="iiForm" name="iiForm" method="post" action="/dev/ii.faces"
> enctype="application/x-www-form-urlencoded">
> <input id="iiForm:iiDude" name="iiForm:iiDude" type="text" value="Show
> Me The Money" />
>
> Here I want to get the value of iiForm:iiDude.
>
> On Nov 11, 2:18 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
>
> > > Requesting some light on how to pull an element/value from
> > > $.ajax( complete : callback() ).  What do I need to do to parse the
> > > xhr.responseText in callback ?
>
> > What does the response text look like?  Is it just a string?  Is it
> > JSON?  Is it XML?

Reply via email to