how can pass querystring value using thickbox ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krupapatel
    New Member
    • Mar 2011
    • 1

    how can pass querystring value using thickbox ?

    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 !
  • mfaisalwarraich
    New Member
    • Oct 2007
    • 194

    #2
    hi,

    try to type 'height' instead of 'heigh t' inside your href parameters.

    Comment

    Working...