Tuesday, November 16, 2004

I don't know how many people will ever need to use this code to be honest as most people would use php, cfm etc to do the work and rightly so, but I am working with some legacy code that needed a quick fix. The problem was retrieving url variables using Javascript, the solution was this excellent function posted by podlob on the SitePoint forum.

Jon 10:12 AM Permalink

Comments:

Yes, I have written something simillar to this 2 yrs back. Belive me it is very userful. My senario was I wanted to show some 50 thumbnails and on clicking those thumbnails I wanted top open a bigger picture in separate popup window. So, insted of making 50 pages for 50 popup images I made only one page and sent a image name on click on thumbnail as url string. So this saved me time to make 50 pages. Isnt it kewl :)

Post a Comment