Hello everyone,
Could you please help me that the splitter does not work inner an iframe?
This is my code :
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#CCFFFF">
<div align="center">
<iframe width="800" height="600" frameborder="1" scrolling="no" marginheight="0" marginwidth="0"
src="http://localhost/Mywebsite/DocumentBrowser.aspx?login=mpt">
</iframe><br />
</div>
</body>
</html>
The src here is url for a page that use splitter to display pdf file. It’s no problem if the page works separately but when I call it by iframe like that, the splitter does not render at all. 
Do you have any idea for this?
Thank you so much!
Best regards,
Phuc