[jQuery] Thickbox question: Passing variables to pages in the iframe
Hi folks,
First let me say that I *did* search the list, and I *did* find a
thread or two on this subject, but the solutions I found there seemed
hokey to me.
The problem is I'm trying to pass a JSON string on the URL (I'm using
TB_show directly), and my most recent guess as to the problem is that
the string is too long. :o(
Here's the code that opens the TB:
TB_show("Model Dialog", "HELPER_SelectModel.cfm?Models=" + thisVehicle
+ "&keepThis=true&TB_iframe=true&height=90&width=300", null,
CloseButtonImage);
Where thisVehicle is the JSON encoded string.
Is there another approach I should take?
I hope someone can help.
Thanks,
Chris