• Re: links to other's pages

    From Siard@saylor259@mailbox.org to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Mon Jun 30 13:52:11 2025
    From Newsgroup: alt.html

    On Mon, 30 Jun 2025 11:49 +0100, Philip Herlihy wrote:
    In article <103s1c4$1lkfj$1@dont-email.me>, dalekellytoo@gmail.com says...
    I see this is good some places but in others I would rather click on a title link before a frame comes up.

    Ideas?

    Experiment with the HTML tags <details> and <summary>

    https://www.w3schools.com/tags/tag_details.asp

    Another option: the 'accordion'.

    https://www.w3schools.com/howto/howto_js_accordion.asp
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Dale@dalekellytoo@gmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Thu Jun 26 21:24:54 2025
    From Newsgroup: alt.html


    Hi,

    What is a good way to view another's link inside of one of my pages?

    I would like a guide back to my page where the link was clicked on.
    --
    Mystery? -> https://www.dalekelly.org/

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Janis Papanagnou@janis_papanagnou+ng@hotmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Fri Jun 27 04:18:28 2025
    From Newsgroup: alt.html

    On 27.06.2025 03:24, Dale wrote:

    Hi,

    What is a good way to view another's link inside of one of my pages?

    I had once used the <iframe> mechanism to embed third party pages on
    my pages. I used it like this (for example)

    <iframe width="1000" height="725" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?[...snip...]" style="border: 1px solid black">

    I would like a guide back to my page where the link was clicked on.

    You cannot change the third party pages. But if you embed it as shown
    with iframe then you're still in your domain and can do what you like.

    Janis

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From David E. Ross@nobody@nowhere.invalid to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Thu Jun 26 21:15:29 2025
    From Newsgroup: alt.html

    On 6/26/2025 6:24 PM, Dale wrote:

    Hi,

    What is a good way to view another's link inside of one of my pages?

    I would like a guide back to my page where the link was clicked on.


    Select the link to visit the other Web page. When done, select the Back
    button on your browser to return to your own page. If that does not
    work, the link is to a redirect, and you should not embed the link in
    your Web page.
    --
    David E. Ross
    <http://www.rossde.com/

    The stranger that sojourneth with you shall be
    unto you as the home-born among you, and thou shalt
    love him as thyself; for ye were strangers in the
    land of Egypt: I am the LORD your God.
    Leviticus 19:34
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Y Lee Coyote@See.signature.line@mail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Fri Jun 27 05:23:20 2025
    From Newsgroup: alt.html

    On Thu, 26 Jun 2025 21:24:54 -0400, Dale <dalekellytoo@gmail.com> wrote in <103krt6$3ovgg$1@dont-email.me>:


    Hi,

    What is a good way to view another's link inside of one of my pages?

    I would like a guide back to my page where the link was clicked on.


    It is best just to use a simple link with a warning that it leaves your
    site.

    Forcing a new tab/window is rude as it can cause problem.

    Using a frame could cause security issue (not sure about this).


    Y.

    Valid return address is <YLeeCoyote (at) juno.com>
    (Posting address is for the spammers)

    See my stories at: https://yleecoyote.asslr.org/
    Status page at: https://yleecoyote.weebly.com/

    P & E
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Helmut Richter@hr.usenet@email.de to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Fri Jun 27 11:37:03 2025
    From Newsgroup: alt.html

    On Fri, 27 Jun 2025, Y Lee Coyote wrote:

    It is best just to use a simple link with a warning that it leaves your
    site.

    Forcing a new tab/window is rude as it can cause problem.

    On the other hand, voluntarily using a new tab/window is the simplest way
    for the user to keep his way back open.
    --
    Helmut Richter

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Janis Papanagnou@janis_papanagnou+ng@hotmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Fri Jun 27 12:06:26 2025
    From Newsgroup: alt.html

    On 27.06.2025 11:37, Helmut Richter wrote:
    On Fri, 27 Jun 2025, Y Lee Coyote wrote:

    It is best just to use a simple link with a warning that it leaves your
    site.

    Forcing a new tab/window is rude as it can cause problem.

    On the other hand, voluntarily using a new tab/window is the simplest way for the user to keep his way back open.

    Yes. And, actually, as a visitor, I find it even the most desired
    behavior to have an "external" (non-local) link open a new tab.
    (Opening a new window I'd consider invasive, though.) - I guess
    that opinions on that may vary.

    Janis

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Dale@dalekellytoo@gmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Fri Jun 27 15:48:55 2025
    From Newsgroup: alt.html

    On 6/26/2025 9:24 PM, Dale wrote:

    Hi,

    What is a good way to view another's link inside of one of my pages?

    I would like a guide back to my page where the link was clicked on.


    Thank You Everyone,

    I am looking into iframe on W3Schools.

    I think I did this before.

    How would you suggest iframe on a line of three links like this:

    <p><a href="https://www.wikipedia.org/wiki/Meta">Meta?</a> -|-
    <a href="https://www.wikipedia.org/wiki/Physics">Physics?</a> -|-
    <a href="https://www.wikipedia.org/wiki/Metaphysics">Metaphysics?</a></p>
    --
    Mystery? -> https://www.dalekelly.org/
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Dale@dalekellytoo@gmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Fri Jun 27 20:45:44 2025
    From Newsgroup: alt.html

    On 6/27/2025 3:48 PM, Dale wrote:
    On 6/26/2025 9:24 PM, Dale wrote:

    Hi,

    What is a good way to view another's link inside of one of my pages?

    I would like a guide back to my page where the link was clicked on.


    Thank You Everyone,

    I am looking into iframe on W3Schools.

    I think I did this before.

    How would you suggest iframe on a line of three links like this:

    <p><a href="https://www.wikipedia.org/wiki/Meta">Meta?</a> -|-
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a <a href="https://www.wikipedia.org/wiki/
    Physics">Physics?</a> -|-
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a <a href="https://www.wikipedia.org/wiki/
    Metaphysics">Metaphysics?</a></p>



    https://www.dalekelly.org/

    Here is iframe on W3Schools

    https://www.w3schools.com/tags/tag_iframe.ASP

    They show using it in a CSS, I have a CSS

    https://www.dalekelly.org/mystyle.css

    I have different iframes I think to do

    1) a single link
    2) a single link with an icon
    3) a line with multiple links
    4) a line with multiple links with each link having an icon

    Can I do four kinds in my CSS ?
    --
    Mystery? -> https://www.dalekelly.org/
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Dale@dalekellytoo@gmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Sun Jun 29 14:41:09 2025
    From Newsgroup: alt.html

    On 6/27/2025 8:45 PM, Dale wrote:
    On 6/27/2025 3:48 PM, Dale wrote:
    On 6/26/2025 9:24 PM, Dale wrote:

    Hi,

    What is a good way to view another's link inside of one of my pages?

    I would like a guide back to my page where the link was clicked on.


    Thank You Everyone,

    I am looking into iframe on W3Schools.

    I think I did this before.

    How would you suggest iframe on a line of three links like this:

    <p><a href="https://www.wikipedia.org/wiki/Meta">Meta?</a> -|-
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a <a href="https://www.wikipedia.org/wiki/
    Physics">Physics?</a> -|-
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a <a href="https://www.wikipedia.org/wiki/
    Metaphysics">Metaphysics?</a></p>



    https://www.dalekelly.org/

    Here is iframe on W3Schools

    https://www.w3schools.com/tags/tag_iframe.ASP

    They show using it in a CSS, I have a CSS

    https://www.dalekelly.org/mystyle.css

    I have different iframes I think to do

    1) a single link
    2) a single link with an icon
    3) a line with multiple links
    4) a line with multiple links with each link having an icon

    Can I do four kinds in my CSS ?




    If I just code an iframe the frame shows up with no title link to click
    on first:

    <iframe src="https://www.wikipedia.org/wiki/Meta" title="Meta"></iframe>

    I see this is good some places but in others I would rather click on a
    title link before a frame comes up.

    Ideas?
    --
    Mystery? -> https://www.dalekelly.org/
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Lawrence D'Oliveiro@ldo@nz.invalid to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Mon Jun 30 00:13:27 2025
    From Newsgroup: alt.html

    On Sun, 29 Jun 2025 14:41:09 -0400, Dale wrote:

    If I just code an iframe the frame shows up with no title link to click
    on first:

    <iframe src="https://www.wikipedia.org/wiki/Meta" title="Meta"></iframe>

    I see this is good some places but in others I would rather click on a
    title link before a frame comes up.

    Ideas?

    You can do some fancy hide/show stuff with JavaScript. There are
    frameworks, like JQuery, that offer effects beyond those available in
    straight CSS, e.g. expand/collapse.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Dale@dalekellytoo@gmail.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Sun Jun 29 20:25:28 2025
    From Newsgroup: alt.html

    On 6/29/2025 8:13 PM, Lawrence D'Oliveiro wrote:
    On Sun, 29 Jun 2025 14:41:09 -0400, Dale wrote:

    If I just code an iframe the frame shows up with no title link to click
    on first:

    <iframe src="https://www.wikipedia.org/wiki/Meta" title="Meta"></iframe>

    I see this is good some places but in others I would rather click on a
    title link before a frame comes up.

    Ideas?

    You can do some fancy hide/show stuff with JavaScript. There are
    frameworks, like JQuery, that offer effects beyond those available in straight CSS, e.g. expand/collapse.

    Thank You !
    --
    Mystery? -> https://www.dalekelly.org/
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Philip Herlihy@nothing@invalid.com to comp.infosystems.www.authoring.stylesheets,comp.infosystems.www.authoring.html,alt.html on Mon Jun 30 11:49:30 2025
    From Newsgroup: alt.html

    In article <103s1c4$1lkfj$1@dont-email.me>, dalekellytoo@gmail.com
    says...
    I see this is good some places but in others I would rather click on a
    title link before a frame comes up.

    Ideas?



    Experiment with the HTML tags <details> and <summary>

    https://www.w3schools.com/tags/tag_details.asp
    --
    --
    Phil, London
    --- Synchronet 3.21d-Linux NewsLink 1.2