Forum: JavaScript / DHTML / AJAX Dec 27th, 2008 |
| Replies: 1 Views: 827 This is script
<script>
var time=1;
function timeHere() {
time = time + 1;
finalTime = time / 10;
} |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2008 |
| Replies: 3 Views: 1,218 how to modified script that means ..
new_div.appendChild(new_img);
it appends with old image ...
any other method that remove older & replace with new?? |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2008 |
| Replies: 3 Views: 1,218 i am creating this code for uploading image without click on submit button ...
also storing path of image in database....
when edit a profile i want to show that replace new image to old image ...... |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2008 |
| Replies: 3 Views: 1,218 Just like when we click on Edit profile
And change photo....
How to do that??? |
Forum: JavaScript / DHTML / AJAX Nov 24th, 2008 |
| Replies: 3 Views: 1,218 Hi..
I am using downloaded code from google
it create frame when we upload image.
i am modified that code ..
I want like when uploaded new image
1> previous image is deleted or new image is... |
Forum: JavaScript / DHTML / AJAX Nov 21st, 2008 |
| Replies: 4 Views: 849 http://www.daniweb.com/forums/thread158717.html |
Forum: JavaScript / DHTML / AJAX Nov 21st, 2008 |
| Replies: 4 Views: 849 plz look into this http://www.daniweb.com/forums/thread158717.html
I am design page using php...
which tutorials on ajax or XMLHTTP i want to use / learn ??
any help full link??
i am... |
Forum: JavaScript / DHTML / AJAX Nov 21st, 2008 |
| Replies: 1 Views: 1,802 Hi,
I want to search data using Ajax php without pressing on search button.
How to do that??
any script or link demo or sample code ???
i want do this search like orkut search means design... |
Forum: JavaScript / DHTML / AJAX Nov 14th, 2008 |
| Replies: 4 Views: 849 Hi.. I am creating one table has huge data.
creating one input text & search button.
when put some string i.e. anything we want as input in text field
when click on search button...
I want to... |