Im using jQuery tools overlay to load a page via ajax. I need to be able to pass some parameters to this page when the overlay is opened. The aim is that when the external page is opened it can look at these parameters and then use jquery to display the appropriate information depending on which link was clicked to open the overlay.
There's not really a useful code snippet i can show because im working from the demos on the jquery tools site. the demo in question is this one: http://flowplayer.org/tools/demos/overlay/external.html
Any help appreciated!