python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Script Produces "Uncaught TypeError: Cannot read properties of null (reading 'scrollHeight')" When Iframe is Reloaded
I added the highlighted script to my PHP page's header to automatically adjust iframe size to iframe contents; the script is activated w/ <script>sizeit("#frame_id");</script>, a...
tj001
Votes: 0
Answers: 0
Stretch an iframe with width and height of parent
I've got a module in my Nextjs app that shows events that are currently being live-streamed. Within this module I've got an image preview with a play button that, when clicked, takes you to the live e...
Jesse Winton
Votes: 0
Answers: 1
js if statment to refresh iframe by checkbox
i have some code that is executed by a checkbox which then executes after a given time the it runs some code with a function name "ee()", I've texted it with alert and it doesnt execute what...
king cannibal
Votes: 0
Answers: 1
refresh iframe on checkbox in timer
i have some checkboxes which i want to execute some code each second, the code inside the timer, which is inside of the if checked == true, it sets the src to be the same which i want it to refresh th...
adam lewis
Votes: 0
Answers: 1