• Re: links to other's pages

    From Janis Papanagnou@21:1/5 to Dale on Fri Jun 27 04:18:28 2025
    XPost: comp.infosystems.www.authoring.stylesheets, 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David E. Ross@21:1/5 to Dale on Thu Jun 26 21:15:29 2025
    XPost: comp.infosystems.www.authoring.stylesheets, 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Y Lee Coyote@21:1/5 to Dale on Fri Jun 27 05:23:20 2025
    XPost: comp.infosystems.www.authoring.stylesheets, alt.html

    On Thu, 26 Jun 2025 21:24:54 -0400, Dale <[email protected]> wrote in <103krt6$3ovgg$[email protected]>:


    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Janis Papanagnou@21:1/5 to Helmut Richter on Fri Jun 27 12:06:26 2025
    XPost: comp.infosystems.www.authoring.stylesheets, 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Helmut Richter@21:1/5 to Y Lee Coyote on Fri Jun 27 11:37:03 2025
    XPost: comp.infosystems.www.authoring.stylesheets, 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Dale on Mon Jun 30 00:13:27 2025
    XPost: comp.infosystems.www.authoring.stylesheets, 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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Philip Herlihy@21:1/5 to All on Mon Jun 30 11:49:30 2025
    XPost: comp.infosystems.www.authoring.stylesheets, alt.html

    In article <103s1c4$1lkfj$[email protected]>, [email protected]
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Siard@21:1/5 to Philip Herlihy on Mon Jun 30 13:52:11 2025
    XPost: comp.infosystems.www.authoring.stylesheets, alt.html

    On Mon, 30 Jun 2025 11:49 +0100, Philip Herlihy wrote:
    In article <103s1c4$1lkfj$[email protected]>, [email protected] 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

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