User Profile

Collapse

Profile Sidebar

Collapse
sdja
sdja
Last Activity: Mar 23 '08, 12:48 PM
Joined: Aug 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sdja
    started a topic ajax and 403 error

    ajax and 403 error

    I have a php script(writes some data in to a file) and using the get method in a xmlhttprequesto bject to send data to the script

    XMLHttpRequestO bject.open("GET ", "updatewriter.p hp?qu="+POSTDat a);

    When I run the script in the local host, the script is working fine. but when i try it out in a remote client, the server status is 403

    Also if i directly run the script(not via the ajax...
    See more | Go to post

  • sdja
    replied to to get the div tag id
    It is not working........
    See more | Go to post

    Leave a comment:


  • sdja
    started a topic to get the div tag id

    to get the div tag id

    i am developing an application in javascript.I have added a mouse event handler for a div tag. I have specified the div tag as
    <div class="xyz" id="abc"> .........</div>

    if 'e' is the mouseevent object, 'e.srcElement' gives the source element. Consider the following piece of code
    var temp = (typeof e.target != "undefined")?e. target:e.srcEle ment;

    temp.className...
    See more | Go to post

  • sdja
    replied to AJAX help - polling data repeatedly
    Thanks a lot for your help....
    See more | Go to post

    Leave a comment:


  • sdja
    started a topic AJAX help - polling data repeatedly

    AJAX help - polling data repeatedly

    Hi....

    I am developing a project using AJAX. It is something called as a virtual whiteboard. Virtual whiteboard is an application in which objects or text which are dragged and dropped on the virtual whiteboard are reflected on the whiteboard of all participating users. The information can be text, standard images like flowchart symbol, basic shapes, mathematical symbols and picture.

    I am faced up with two issues in...
    See more | Go to post

  • sdja
    started a topic Error when reading from file
    in Perl

    Error when reading from file

    hi...
    i am beginner in perl cgi programming..i am atempting to read from a file....
    my cgi script is

    [code=perl]
    #!c:\perl\bin\p erl -wT
    #print "content-type: text/html \n\n";
    use CGI qw(:standard);
    use strict;
    print header;
    print start_html ("ebanking") ;

    my $ne=param('name ');
    my $pwid=param('pw d');

    open(FP,"input. txt")...
    See more | Go to post
    Last edited by miller; Sep 3 '07, 07:30 PM. Reason: Code Tag and ReFormatting
No activity results to display
Show More
Working...