Archive for the ‘Javascript’ Category

Prototype Compressed

Saturday, June 28th, 2008

I am a prototype user, but i want to save some bandwidth using a compressed version, so i start looking for it and i found a compressed version called protopack it includes different versions, just spaces removed ( no eval required ), encrypted(eval required) and gziped version for both. i ...

Send a post request to a popup

Saturday, January 26th, 2008

Today i want to send the post request from a form to a pop up window and the solution is pretty simple first we have to create our form and then we add a target attribute where we specify the name that our popup window will have second we ...