Hi i have this HTML code to display the contents using 2 separate div.This is ab.html \[code\]<!DOCTYPE html><html><body><div id="no1">This is content one</div><div id="no2">This is content two</div></body></html>\[/code\]In another html page i have this thickbox code to pop up the ab.html page.but instead of showing the whole page in thickbox popup,i need to view only the contents of only 1 div with id no1. how to do this. can anyone help me?Thanks in advance......\[code\]<a href="http://stackoverflow.com/questions/12813907/ab.html?KeepThis=true&TB_iframe=true&height=300&width=600" title="hello" class="thickbox">content</a>\[/code\]