[jQuery] passing a value to thickbox iframe via GET
im using thickbox to display a quicktime video in an iframe. to avoid
having to create a new page to display in the iframe for every video,
id like to just use one page in which i query the db to pull out the
proper video, based on the id value stored in my table.
the thickbox homepage says to use the string below and add on any
parameters you need. so i have:
?KeepThis=true&TB_iframe=true&height=400&width=600&id=32
problem now i cant get the id to echo out on the page, doing a simple:
$id = GET['id']; and then echo $id;
should this work?