• Re: open link?

    From Stefan Ram@21:1/5 to Dale on Thu May 12 16:14:53 2022
    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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to All on Thu May 12 12:12:37 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets

    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/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Stefan Ram on Thu May 12 12:21:40 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets

    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

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Dale on Thu May 12 12:35:54 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets

    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>

    I will also have to research the layout.


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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John-Paul Stewart@21:1/5 to Dale on Thu May 12 15:18:43 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets

    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to John-Paul Stewart on Thu May 12 16:30:56 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets

    On 5/12/2022 3:18 PM, John-Paul Stewart wrote:
    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.


    Thank You !!!!

    I still may be able to use iFrame elsewhere.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)