ASP problems after upgrade to windows XP

asp.net Israel
  • 13 years ago

    Hello friends!

    Can anybody help me - PLEASE?!

    After upgrade windows to XP I have problem with ASP files. They run but can't load picture files (for example)

    --------------------------------------------------

    <script LANGUAGE='javascript'>
    var pic7 = new Image();

    function LoadImages(){
    pic7.src= 'file://d:/files/sub_pic/7sub_pic.jpg';

    --------------------------------------------------------

    ASP files are on Server computer, but I run them from client. Picture files are on client computer.

    I have reed many information about ASP problems and have tried many solutions - but nothing helps. :(

    Help me please!

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan