After searching a lot over the internet I finally decided to post this question.
I am using THICKBOX jquery tabs.When any of the tab is clicked I want to pass the URL.IDNUMBER to the iframe which on tab pages . I was able to send the IDNUMBER and display it in a text box by simply using jquery on the main page
$("#mytest").val('IDNUMBER');
Tab Page:
<input id="mytest" name="IDNUMBER" type="text">
But am unable to pass the idnumber as a url parameter to the iframe.The tab page is an HTML page.
Thank You