I know how to put a link on a page.
<p><a href="link.html"> LINK </a></p>
But how can I put an opened link on a page?
Dale <dale@dalekelly.org> writes:
I know how to put a link on a page.
<p><a href="link.html"> LINK </a></p>
But how can I put an opened link on a page?
iframe?
On 5/12/2022 12:14 PM, Stefan Ram wrote:
Dale <dale@dalekelly.org> writes:
I know how to put a link on a page.
<p><a href="link.html"> LINK </a></p>
But how can I put an opened link on a page?
iframe?
Thank You !!!!
Looks like it will fit
https://www.w3schools.com/tags/tag_iframe.asp
I'll give it a try and get back
On 5/12/2022 12:21 PM, Dale wrote:
On 5/12/2022 12:14 PM, Stefan Ram wrote:
Dale <dale@dalekelly.org> writes:
I know how to put a link on a page.
<p><a href="link.html"> LINK </a></p>
But how can I put an opened link on a page?
iframe?
Thank You !!!!
Looks like it will fit
https://www.w3schools.com/tags/tag_iframe.asp
I'll give it a try and get back
this one works
<iframe src="https://www.dalekelly.org/" title="Dale"></iframe>
this following one says "refused to connect"
<iframe src="https://www.whitehouse.gov/about-the-white-house/our-government/the-constitution/"
title="America"></iframe>
On 2022-05-12 12:35, Dale wrote:
On 5/12/2022 12:21 PM, Dale wrote:
On 5/12/2022 12:14 PM, Stefan Ram wrote:
Dale <dale@dalekelly.org> writes:
I know how to put a link on a page.
<p><a href="link.html"> LINK </a></p>
But how can I put an opened link on a page?
iframe?
Thank You !!!!
Looks like it will fit
https://www.w3schools.com/tags/tag_iframe.asp
I'll give it a try and get back
this one works
<iframe src="https://www.dalekelly.org/" title="Dale"></iframe>
this following one says "refused to connect"
<iframe
src="https://www.whitehouse.gov/about-the-white-house/our-government/the-constitution/"
title="America"></iframe>
www.whitehouse.gov sets "X-Frame-Options: DENY" in the headers to
prohibit browsers from opening it in an iframe. You're simply not
permitted to do what you're trying.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 415 |
Nodes: | 16 (2 / 14) |
Uptime: | 71:18:28 |
Calls: | 8,737 |
Calls today: | 10 |
Files: | 13,279 |
Messages: | 5,960,128 |
Posted today: | 4 |