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...
User Profile
Collapse
-
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... -
-
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... -
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")...
No activity results to display
Show More
Leave a comment: