View Single Post
  #2  
Old 02-23-2011, 03:48 PM
tristantio tristantio is offline
Fire Giant

tristantio's Avatar

Join Date: Nov 2010
Posts: 888
Default

Looks nice however I think you could implement better with PHP/Javascript using AJAX calls so you don't have to load all the maps at page render time.

Edit: Using a Javascript framework like Jquery (with fancybox plugin) would make this easy even if you were not that familiar with Javascript. Also come to think of it, since you will just be parameter passing, the PHP could even be left out and run entirely via Javascript.
Last edited by tristantio; 02-23-2011 at 03:50 PM..