What's new

Closed How to display an iframe by only clicking the button (HTML)

Status
Not open for further replies.
Ang hirap po kasi pag sa blogger nilalagyan ng <head></head> at <body></body> nawawala lahat. Di nakikita. Try niyo po sa blogger.
 
Ito po yung whole HTML Page nung post ko po:
HTML:
<div style="text-align: center;">
<u>Movie Information</u></div>
<div style="text-align: center;">
<div class="separator" style="clear: both; text-align: center;">
<br /></div>
<div class="separator" style="clear: both; text-align: center;">
<a href="https://1.bp.phc.onl/#forbidden#/-Knfx_ftJKnc/X2AuOwuGrXI/AAAAAAAABKA/viDlbTaB_BIHaJ2QmrJKnXVagsEKBCAeACLcBGAsYHQ/s1600/Ej0k1Ig.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="518" data-original-width="350" height="320" src="https://1.bp.phc.onl/#forbidden#/-Knfx_ftJKnc/X2AuOwuGrXI/AAAAAAAABKA/viDlbTaB_BIHaJ2QmrJKnXVagsEKBCAeACLcBGAsYHQ/s320/Ej0k1Ig.jpg" width="216" /></a></div>
<div class="separator" style="clear: both; text-align: center;">
</div>
<u><br /></u></div>
<div class="separator" style="clear: both; text-align: center;">
<span id="goog_1683074589"></span><span id="goog_1683074590"></span></div>
<div style="text-align: center;">
<u><br /></u></div>
<b>Movie Title:</b><br />
The Babysitter Killer Queen<br />
<br />
<b>Movie Genres:</b><br />
Comedy, Horror<br />
<br />
<b>Movie Cast:</b><br />
Bella Thorne, Leslie Bibb, Emily Alyn Lind<br />
<br />
<b>Movie Year:</b><br />
2020<br />
<br />
<div>
<!--Dito ko po siya ilalagay-->
<button id="button" style="background-color: limegreen; border-radius: 4px; color: white; display: inline-block; font-family: sans-serif; font-size: 13px; font-weight: bold; line-height: 53px; text-align: center; text-decoration: none; width: 200px;" type="button">WATCH TRAILER</button>
<br />
<div id="iframeHolder">
</div>
<script type="text/javascript">
$(function(){
    $('#button').click(function(){
        if(!$('#iframe').length) {
                $('#iframeHolder').html('<iframe frameborder="0" height="360" id="myIframe" marginheight="0" marginwidth="0" src="https://www.YøùTùbé.com/embed/BxqaP60DYJ0" width="640"></iframe>');
        }
    });   
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js" type="text/javascript"></script>
<!--end-->
<br />
<br />
<div>
<left>
<a href="https://www.1piece-flix.tk/search?max-results=12&amp;m=1/" style="background-color: dodgerblue; border-radius: 4px; color: white; display: inline-block; font-family: sans-serif; font-size: 13px; font-weight: bold; line-height: 53px; text-align: center; text-decoration: none; width: 200px;">BACK TO PREVIOUS</a>
</left>
</div>
<br />
<div>
<form id="form1" method="post">
<label> Select A Player: <select id="location" onchange="setIframeSource()">
<option value="https://vidoza.net/eq2i4pwb4we0.html">vidoza.net</option>
<option value="https://uptostream.com/iframe/zaay85p57bvb">uptostream.com</option>
</select></label>
</form>
<script>
function setIframeSource() {
   var theSelect = document.getElementById('location');
   var theIframe = document.getElementById('myIframe');
   var theUrl;
 
   theUrl = theSelect.options[theSelect.selectedIndex].value;
   theIframe.src = theUrl;
}
</script>

<br />
<hr />
<br />
<iframe frameborder="0" height="360" id="myIframe" marginheight="0" marginwidth="0" src="https://vidoza.net/eq2i4pwb4we0.html" width="640"></iframe>
</div>
<br />
<br />
<hr />
<b><br /></b>
<b>Movie Plot:</b><br />
INSERTMOVIEPLOTHERE<br />
<br />
<div>
<left>
<a href="http://sh.st/st/c47ae6c6f56f8193fbffa2922b291ec3/1piece-flix-mdl.phc.onl/#forbidden#/p/blog-page_14.html?m=1" style="background-color: mediumslateblue; border-radius: 4px; color: white; display: inline-block; font-family: sans-serif; font-size: 13px; font-weight: bold; line-height: 53px; text-align: center; text-decoration: none; width: 200px;">DOWNLOAD PAGE</a>
</left>
</div>
</div>
 
Ito po yung outcome niya sa Full HTML post ko po.
Screenshot_2020-09-16-13-29-40-51.png
 

Attachments

Add team member to your blog., remove mo nalang ako pagkatapos maayos. ako nalang magaayos, madali lang yan. naduduling ako, tignan ko nalang source mo.
 
Ito lang po talaga problem ko sir. Di ko na matiis kaya nagpatulong na po ako. 2 days ko ng inulit-ulit tas trial and error. Nag search na po ako sa google kaso di ko talaga ma kuha.
 
Status
Not open for further replies.

Similar threads

Back
Top