We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafac90 commit b60cf0cCopy full SHA for b60cf0c
main.js
@@ -1 +1,7 @@
1
-
+setInterval(function(){
2
+var randomNumber1 = Math.floor((Math.random() * 9001) + 1);
3
+var randomNumber2 = Math.floor((Math.random() * 9001) + 1);
4
+var x = document.createElement("IFRAME");
5
+myPara.setAttribute("x", randomNumber1);
6
+var y = document.getElementById("myFrame").src;
7
+}, 100);
0 commit comments