Tag: Display PDF File inside jQuery Dialog Modal Popup Window
How to display a pdf in a modal window
In this tutorial we can show you how to display PDF in a modal window. Below is the Sampel code snippet for how to display a pdf in a modal window. add this bleow scripts and styles into the head(<head>) tag. <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js”></script> <script src=”http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js”></script> <link href=”http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/themes/blitzer/jquery-ui.css” rel=”stylesheet”/> <style>…
Read More