You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message