Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function setContent() {
  2. try {
  3. console.log("Loading iframe content");
  4. document.getElementById('iframe').src = 'iframe-content.html?foo=bar';
  5. } catch (e) {
  6. console.log("Caught", e);
  7. }
  8. console.log("Done loading");
  9. }
  10.  
  11. 'iframe-content.html?foo=bar';
Add Comment
Please, Sign In to add comment