How can i pass querystring value in thickbox here is my code :
Page 1 :
<a href="tab1.html ?keepThis=true& TB_iframe=true& height=500&widt h=1000&hotelid= <?php echo $hotelid; ?>" class="thickbox ">tab1.html </a>
Page 2 :
$hotelid = $_REQUEST['hotelid'];
Her i cannot get hotelid value on the other page.
i m using jquery and thick box for pop up.
ITS URGENT !
Page 1 :
<a href="tab1.html ?keepThis=true& TB_iframe=true& height=500&widt h=1000&hotelid= <?php echo $hotelid; ?>" class="thickbox ">tab1.html </a>
Page 2 :
$hotelid = $_REQUEST['hotelid'];
Her i cannot get hotelid value on the other page.
i m using jquery and thick box for pop up.
ITS URGENT !
Comment