User Profile

Collapse

Profile Sidebar

Collapse
littlecoder
littlecoder
Last Activity: Nov 9 '08, 09:51 AM
Joined: Oct 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • littlecoder
    started a topic ajax - obj.responseText

    ajax - obj.responseText

    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 ")
    See more | Go to post

  • littlecoder
    started a topic help in php and Sajax
    in PHP

    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();
    ...
    See more | Go to post
    Last edited by Markus; Oct 28 '08, 10:55 AM. Reason: added # tags

  • littlecoder
    started a topic Basic XML and javascript
    in XML

    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);...
    See more | Go to post
No activity results to display
Show More
Working...