hi,
I am returning a string "hello" from an ajax page and retrieveing it with
object.response Text ;like
echo "hello" ;
var test = object.response Text;
but the statement below is not working... Any idea ?
if(test=="hello ")
User Profile
Collapse
-
ajax - obj.responseText
-
help in php and Sajax
Hello ,
I get an error like this : 'object expected' . Can anyone please help ?
The code from the example is is as shown : I used Sajax library
...Code:<? require("Sajax.php"); function multiply($x, $y) { return $x * $y; } sajax_init(); // $sajax_debug_mode = 1; sajax_export("multiply"); sajax_handle_client_request(); -
Basic XML and javascript
Hello ,
I am very new to XML and javascript . I want to display data from a XML file using javascript . My XML file is named as first.xml . My html file is as below :
<html>
<body>
<script langauge = "text/javascript">
var xmlDoc = new ActiveXObject(" Microsoft.XMLDO M");
xmlDoc.load('fi rst.xml');
xmlObj=xmlDoc.d ocumentElement;
alert(xmlObj.xm l);...
No activity results to display
Show More