1

Topic: help with this function?!

were i can put this function for old site buttons action?.... help

on exemple is here: http://www.erobosoftware.com/scripts/ja … +functions



function submitForm()
{
showAjaxImage() //show ajax busy icon

//create the ajax updater object

new Ajax.Updater('updatable_content','yourscripts/a.php',{
onSuccess: function(){
var mySpan = document.getElementById("ajaxIndicator");
mySpan.innerHTML = ""
},
onFailure : function(){
alert("Something went wrong...");
}
});
}

function showAjaxImage() {
var mySpan = document.getElementById("ajaxIndicator");
mySpan.innerHTML = "<img src=\"" +
"17/images/ajax_busy.gif" +
"\" border=0>";
}

2

Re: help with this function?!

HEEEEELP... PLEASE....!!!!

3

Re: help with this function?!

I think it is better way if you find this function with jquery instead.
we allready have jquery on vldPersonals.

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals   Swedish Dating on Love2u.se   VldCrowd:s Community

4

Re: help with this function?!

other tink's please????.... can enybody help me... realy help????

5

Re: help with this function?!

can you tell us why you need it ? and there ? on frontpage, on members page ? please explain a bit more wink

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals   Swedish Dating on Love2u.se   VldCrowd:s Community

6

Re: help with this function?!

i need an ajax-loader action on every button on site.... can help?

7

Re: help with this function?!

like on facebook