vote up 0 vote down star

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

flag
It would help if you pasted code. – a paid nerd Nov 2 at 21:09
Thickbox has been deprecated. It's much wiser to use a different solution for your modal lightboxes, now. – Paul Irish Nov 2 at 21:21

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.