I have a project where I am trying to load a PDF in the middle of my page, inside a div
, upon clicking on buttons in a side menu located on the left. While I have been successful in loading the PDF in the div
, I am facing issues with triggering this action upon clicking the menu buttons. My project does not allow the use of iframes. Can someone please assist me?
Below is a snippet of my code. Upon clicking on the menu items, the PDF should be loaded in the div class="col-sm-9 col-md-10"
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li style="padding-left:1em;"><h4>MENU</h4></li>
<li class="active"><a href="shows.aspx" class="user-icon">TV Shows</a></li>
<li><a href="history.aspx" class="sub-icon">History</a></li>
<li><a href="#" class="menu1">Movies</a></li>
<li><a href="#" class="menu">Sports</a></li>
<li><a href="shows.aspx" class="user-icon">TV Shows</a></li>
<div class="col-sm-9 col-md-10">