views:

666

answers:

1

I have jquery tabs, in which one tab has an iframe and the other has some settings for the content in the iframe.

When i update any content in second tab, how can i make it to reflect in the iframe of first tab.?

A: 

Have you tried calling location.reload on the iframe?

Blair McMillan
i have used the code, $('#myiframe').attr('src', sourcepath);
Prasad