Forum: JavaScript / DHTML / AJAX May 5th, 2009 |
| Replies: 2 Views: 757 Yeah. But here I don't have an XMLHTTP Object :-/ And I don't know how the javascript understands when the uploading is done :-O |
Forum: JavaScript / DHTML / AJAX May 4th, 2009 |
| Replies: 2 Views: 757 Hi. In short, how can I make this javascript to refresh the page when uploading is done ? :)
function $m(theVar){
return document.getElementById(theVar)
}
function remove(theVar){
var... |
Forum: JavaScript / DHTML / AJAX Jan 8th, 2009 |
| Replies: 4 Views: 1,574 I'll try to explain it.
We have a button "Refresh" (For example), when someone clicks that button the page refreshes but not only to him, but to all users on that page. Is that more cler ? |
Forum: HTML and CSS Jan 7th, 2009 |
| Replies: 2 Views: 320 EXEC (http://php.net/manual/function.exec.php)
or
SYSTEM (http://php.net/manual/function.system.php)
;) |
Forum: JavaScript / DHTML / AJAX Jan 7th, 2009 |
| Replies: 4 Views: 1,574 Hi there!
Is there a way to refresh the page to all users when one of them clicks on a button like in Cent Auctions ?
For example:
There is a button refresh and when I click it the page refreshes... |
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2008 |
| Replies: 6 Views: 2,428 Thanks man.... I think i can do that.. If I need help I'll write here. Thanks again :) |
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2008 |
| Replies: 6 Views: 2,428 No no man, can AJAX send two variables to the PHP, one with the starting number and second with the finishing number....
Something like this if City 1 is selected the script sends var1=0 and... |
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2008 |
| Replies: 6 Views: 2,428 Ok this is the drop down for the city:
<div class="titBox titBoxM"><span class="fontF1 fontWBold fontSzBig"><?=$lang['grad']?>:</span></div>
<div class="boxGrad boxGradM">
<center>
... |
Forum: JavaScript / DHTML / AJAX Aug 21st, 2008 |
| Replies: 6 Views: 2,428 Hi ! I need a javascript code which sends variable to PHP.
I have a drop down menu (<select>) in the select there are diffrent cities and i have an array of neighborhoods and when one city is... |