Javascript in the window.name

Monday, July 7th, 2008

Wow. What a nice idea. http://code.google.com/p/quipt/ Note: if you want to make the test.html to work checkout and test on http://... it is some beta but it works great only in Firefox

Copy checkboxes from one form to another with Prototype

Monday, June 23rd, 2008

I have a case where the user must select items from a basket and use them with different forms. Example: Some items in this form Item: Item: Item: Item: Another form here (I will create here hidden fields from the the checkboxes in the first box) I will show you how to use the ...