N6XRE DokuWiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sandbox [2020/04/19 11:52] – [16. Cut & Paste HTML to JavaScript converter] garyrustsandbox [2020/09/18 21:28] (current) – [2. 200+ Samsung Galaxy S10 and S10 Plus Tips, Tricks & Hidden Features] garyrust
Line 27: Line 27:
 <html><a href="https://www.shroomery.org" title="Hallucinogenic Magic Mushroom Information" target="_blank"><img name="Magic_Mushrooms_Shroomery" src="https://www.shroomery.org/banner/magic-mushrooms-shroomery-button.png" border="0" alt="Magic Mushrooms Shroomery"><br></a> <html><a href="https://www.shroomery.org" title="Hallucinogenic Magic Mushroom Information" target="_blank"><img name="Magic_Mushrooms_Shroomery" src="https://www.shroomery.org/banner/magic-mushrooms-shroomery-button.png" border="0" alt="Magic Mushrooms Shroomery"><br></a>
 </html> \\ </html> \\
 +===== - The Porn List =====
 +
 +[[Sandbox#top|Top]]\\
 +Here is a list of porn sites you can go to rather than here. This is a technical site.\\
 +http://thepornlist.com/ - https://chaturbate.com/\\
 +<html><iframe width="800" height="400" src="http://thepornlist.com/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html>
 +<html>
 +<head>
 +  <title> iFrame </title>
 +  <script language="javascript"> 
 +   function LoadPage(){ 
 +     var objFrame=document.getElementById("myIframe"); 
 +     objFrame.src=document.getElementById("URL").value;
 +    }
 +  </script>
 +</head>
 +<body>
 +<div style="Clear:both;"> 
 + <input type="text" value="http://milfporn.tv/creampie/" class="frmUrlVal" ID="URL">
 + <input type="submit" class="frmSubmit" value="Go" onclick="LoadPage()">
 + <input type="button" VALUE="&lt; &lt; &nbsp; Back &nbsp;"  onClick="myIframe.history.back()"> 
 + <input type="button" VALUE="Forward &nbsp; &gt; &gt;"  onClick="myIframe.history.forward()"> 
 +</div>
 +<iframe align="center" width="800" height="400" src="http://milfporn.tv/creampie/" frameborder=yes scrolling="yes" name="myIframe" id="myIframe"> </iframe>
 +</body>
 +</html>
 +
 +\\
 ===== - 200+ Samsung Galaxy S10 and S10 Plus Tips, Tricks & Hidden Features ===== ===== - 200+ Samsung Galaxy S10 and S10 Plus Tips, Tricks & Hidden Features =====
 [[Sandbox#top|Top]]\\ [[Sandbox#top|Top]]\\
Line 178: Line 206:
   - Whose the boss, If ladies go first? ([[https://en.wikipedia.org/wiki/Indefinite_and_fictitious_numbers|the person with the most assets]]?)   - Whose the boss, If ladies go first? ([[https://en.wikipedia.org/wiki/Indefinite_and_fictitious_numbers|the person with the most assets]]?)
  
-===== - The Porn List ===== 
  
-[[Sandbox#top|Top]]\\ 
-Here is a list of porn sites you can go to rather than here. This is a technical site.\\ 
-https://chaturbate.com/\\ 
- 
- 
-<HTML> 
-<html> 
-</HTML> 
-<html><iframe width="800" height="400" src="http://thepornlist.com/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> 
- 
-<HTML> 
-</html> 
-</HTML> 
-\\ 
 ===== - HTML Elements - Valid DOCTYPES ===== ===== - HTML Elements - Valid DOCTYPES =====
 https://www.w3schools.com/tags/ref_html_dtd.asp \\ https://www.w3schools.com/tags/ref_html_dtd.asp \\
Line 380: Line 393:
  
 <code> <code>
-<iframe src="https://en.wikipedia.org/wiki/TiddlyWiki" style="border:none;height:800px;width:100%"></iframe><br>+<iframe src="https://en.wikipedia.org/wiki/TiddlyWiki" style="border:none;height:400px;width:400%"></iframe>
 is  is 
 <script> <script>
-info="<iframe src="https://en.wikipedia.org/wiki/TiddlyWikistyle="border:none;height:800px;width:100"></iframe><br>"+info="<iframe src=&#34;https://en.wikipedia.org/wiki/TiddlyWiki&#34; style=&#34;border:none;height:400px;width:400%&#34;></iframe>"
  
 document.write(info) document.write(info)
 </script> </script>
 </code> </code>
-<html> 
-<script> 
-info="<iframe src="https://en.wikipedia.org/wiki/TiddlyWiki" style="border:none;height:800px;width:100"></iframe><br>" 
  
-document.write(info) 
-</script> 
-</html> 
-===== - Cut & Paste Pop-under window ===== 
-[[Sandbox#top|Top]]\\ 
-http://www.javascriptkit.com/script/script2/popunder.shtml \\ 
-<html> 
-<script> 
  
-//Pop-under window- By JavaScript Kit 
-//Credit notice must stay intact for use 
-//Visit http://javascriptkit.com for this script 
- 
-//specify page to pop-under 
-var popunder="https://time.is" 
- 
-//specify popunder window features 
-//set 1 to enable a particular feature, 0 to disable 
-var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0" 
- 
-//Pop-under only once per browser session? (0=no, 1=yes) 
-//Specifying 0 will cause popunder to load every time page is loaded 
-var once_per_session=0 
- 
-///No editing beyond here required///// 
- 
-function get_cookie(Name) { 
-  var search = Name + "=" 
-  var returnvalue = ""; 
-  if (document.cookie.length > 0) { 
-    offset = document.cookie.indexOf(search) 
-    if (offset != -1) { // if cookie exists 
-      offset += search.length 
-      // set index of beginning of value 
-      end = document.cookie.indexOf(";", offset); 
-      // set index of end of cookie value 
-      if (end == -1) 
-         end = document.cookie.length; 
-      returnvalue=unescape(document.cookie.substring(offset, end)) 
-      } 
-   } 
-  return returnvalue; 
-} 
- 
-function loadornot(){ 
-if (get_cookie('popunder')==''){ 
-loadpopunder() 
-document.cookie="popunder=yes" 
-} 
-} 
- 
-function loadpopunder(){ 
-win2=window.open(popunder,"",winfeatures) 
-win2.blur() 
-window.focus() 
-} 
- 
-if (once_per_session==0) 
-loadpopunder() 
-else 
-loadornot() 
- 
-</script> 
-</html> 
QR Code
QR Code sandbox (generated for current page)