Next revision | Previous revision |
talk:start [2019/10/12 21:25] – created garyrust | talk:start [2024/03/31 15:06] (current) – garyrust |
---|
https://www.duckdns.org/spec.jsp \\ | ===== - chat ===== |
<html> | <html> |
<iframe width="800" height="400" src="https://www.duckdns.org/spec.jsp" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | <blockquote class="twitter-tweet"><p lang="en" dir="ltr">QMesh<a href="https://t.co/2WaHjP32G4">https://t.co/2WaHjP32G4</a></p>— glassparrot (@glassparrot) <a href="https://twitter.com/glassparrot/status/1464658561254899713?ref_src=twsrc%5Etfw">November 27, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> |
| </html> |
| **Only works on Local Computers - Choose the link if not local** \\ |
| <html> |
| <head> |
| <title> iFrame </title> |
| <script language="javascript"> |
| function LoadPage(){ |
| var objFrame=document.getElementById("myIframe"); |
| objFrame.src=document.getElementById("URL").value; |
| } |
| </script> |
| </head> |
| <body> |
| <a |
| href="https://kiwiirc.com/client/irc.kiwiirc.com/?nick=n6xre|?#dokuwiki" |
| target="_self">#dokuwiki channel on KiwiIRC</a> - open TCP Port 6667 on |
| your firewall.<br> |
| <div style="Clear:both;"> |
| <input type="text" value="https://kiwiirc.com/client/irc.kiwiirc.com/?nick=n6xre|?#dokuwiki" class="frmUrlVal" ID="URL"> |
| <input type="submit" class="frmSubmit" value="Go" onclick="LoadPage()"> |
| <input type="button" VALUE="< < Back " onClick="myIframe.history.back()"> |
| <input type="button" VALUE="Forward > >" onClick="myIframe.history.forward()"> |
| </div> |
| <iframe src="https://kiwiirc.com/client/irc.kiwiirc.com/?nick=n6xre|?#dokuwiki" style="border:0; width:100%; height:450px;"></iframe> |
| </body> |
</html> \\ | </html> \\ |
| |
| [[http://192.168.0.5/dokuwiki/tw/tiddlywiki.html|Private Tiddlywiki]] \\ |
| https://www.duckdns.org/ \\ |
| https://www.duckdns.org/spec.jsp \\ |
| |
| |
| ===== - write html code for link with a button ===== |
| <html> |
| <a href="https://garyrust.github.io/TiddlyWiki5/1/#Notes" style="background-color: blue; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block;">N6XRE Tiddlewiki5 Notes</a> |
| </html> |
| |