1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

scr on webpage ?

Discussion in 'Legacy Windows' started by merlin, 2003/02/07.

Thread Status:
Not open for further replies.
  1. 2003/02/07
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    I copy Myscr.scr to my webpage and upload an html for it :

    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    <a href= "/MyWeb/MyHtml/Myscr.scr "></a>
    </body>
    </html>

    The html will not load the .scr file.
    Why not ? I am baffled !
    regards
     
  2. 2003/02/07
    reboot

    reboot Inactive

    Joined:
    2002/01/07
    Messages:
    831
    Likes Received:
    0
    .scr is a screensaver. Your browser doesn't know what sort of file it is, so it does nothing with it.
    What are you trying to achieve?
     

  3. to hide this advert.

  4. 2003/02/07
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    I know it is a screensaver and that's why I posted the
    question.
    As far as I know, it's just an .exe with a .scr postscript.
    So what do I do in the html to get it displayed on my webpage ?
    regards
     
  5. 2003/02/07
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Nothing. It cannot ever be displayed on the web page. Yje web browser cannot display a screensaver or an exe.

    If you want to link to the scr so people can download it then you must add text or image to your html link:


    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    <a href= "/MyWeb/MyHtml/Myscr.scr ">CLICK HERE</a>
    </body>
    </html>
     
  6. 2003/02/08
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    Thanks !
    Learn something every day ..
    regards
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.