Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

open link?

2 views
Skip to first unread message

Dale

unread,
May 12, 2022, 12:12:30 PM5/12/22
to
Hi,

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?


--
Mystery? -> https://www.dalekelly.org/

Dale

unread,
May 12, 2022, 12:21:34 PM5/12/22
to
On 5/12/2022 12:14 PM, Stefan Ram wrote:
> Dale <da...@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

Dale

unread,
May 12, 2022, 12:35:47 PM5/12/22
to
On 5/12/2022 12:21 PM, Dale wrote:
> On 5/12/2022 12:14 PM, Stefan Ram wrote:
>> Dale <da...@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>

I will also have to research the layout.

John-Paul Stewart

unread,
May 12, 2022, 3:18:48 PM5/12/22
to
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 <da...@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.

Dale

unread,
May 12, 2022, 4:30:47 PM5/12/22
to
Thank You !!!!

I still may be able to use iFrame elsewhere.
0 new messages