CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Jul 2006
    Posts
    19

    Javascript problem with IE7

    Hi Folks,

    I got a problem with some of my scripts with the new version of the
    internet explorer (7.0).

    It seems like this kind of assign:

    document.anyimage.src= "c:\car.jpg"

    does not work anymore.
    I used it on an "OnChange" event for File2Upload elements, so an user was able to see his selection immediately, worked fine in IE6.
    It still works in IE7, but only with a relatative path like "../images/car.jpg".

    Can anyone give me a hint on this? Sadly, File2Upload elements return an absolute path.. what can I do on this?
    Last edited by AndyTheAce; December 14th, 2006 at 09:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured