You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
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
Link
Report message as abuse
Sign in to report message as abuse
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
>
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:48 PMMay 12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
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