Welcome To Snipplr


Everyone's Recent Snippets Tagged object



1 2 3 4 5 6 Next »
2 515 posted 16 years ago by gdonald
El modo de uso es el siguiente: function cargarContenido() { var p = new Request("prueba2.asp",respuesta); p.setMethod("GET"); p.addParam("saludo",$("txtSaludo").value); p.addParam("telefono",$("txtTelefono").value); p.callRequest();...
3 545 posted 16 years ago by enzoscuro
I use this object verry often, so that I only need to pass one object as parameter on any function. No need to wory when we refactore the function Usage: $var = new open(); $var->url = 'http://www.world.com'; $var->title = 'Testing Site'; ech...
1 674 posted 16 years ago by ekobudisetiyo
1 2 3 4 5 6 Next »