isp can't display the image that vs displays ok

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • _Who

    isp can't display the image that vs displays ok

    I wonder if you can explain what is going on?

    In vs browser, if I click, a window opens and the file is displayed.
    But I copy the files to the ips and click and get:

    Line 0 Object expected

    debug produces only this:
    openWindow('Sha rbel','Images/Sharbel.jpg',47 0+30,485+30)

    Not sure if the problem is with the image file or with OpenWindow so I add
    an img element to display the same image. It displays when I run locally but
    the uploaded display in IE produces a little box containing an X and the alt
    text. So I guess it's the image that's causing the problem. The folder and
    file names are identical. The downloaded source code includes:

    <td id="ctl00_Table CellR11C0S2" class="MainMast erDataBlack" colspan="2"
    style="text-align: center;">
    <p style="border-color:Maroon; border-style: Dotted;
    border-width:6; margin: 0 150px 0 150px;">
    Click below to open picture in a popup window. May take
    a few seconds at 56.6bps.
    <table id="ctl00_Table 2" border="0" style="text-align:
    center">
    <tr style="text-align: center">
    <td style="text-align: center">

    <img src='Images/Sharbel.jpg' alt="qqq" /<br
    />
    <a
    href="javascrip t:openWindow('S harbel','Images/Sharbel.jpg',47 0+30,485+30)"
    >Sharbel,</a>
    </td><td sty...




  • _Who

    #2
    Re: isp can't display the image that vs displays ok

    Fixed itself
    Works now

    "_Who" <CalWhoNOSPAN@r oadrunner.comwr ote in message
    news:edQlshbBJH A.1228@TK2MSFTN GP02.phx.gbl...
    >I wonder if you can explain what is going on?
    >
    In vs browser, if I click, a window opens and the file is displayed.
    But I copy the files to the ips and click and get:
    >
    Line 0 Object expected
    >
    debug produces only this:
    openWindow('Sha rbel','Images/Sharbel.jpg',47 0+30,485+30)
    >
    Not sure if the problem is with the image file or with OpenWindow so I add
    an img element to display the same image. It displays when I run locally
    but the uploaded display in IE produces a little box containing an X and
    the alt text. So I guess it's the image that's causing the problem. The
    folder and file names are identical. The downloaded source code includes:
    >
    <td id="ctl00_Table CellR11C0S2" class="MainMast erDataBlack" colspan="2"
    style="text-align: center;">
    <p style="border-color:Maroon; border-style: Dotted;
    border-width:6; margin: 0 150px 0 150px;">
    Click below to open picture in a popup window. May take
    a few seconds at 56.6bps.
    <table id="ctl00_Table 2" border="0" style="text-align:
    center">
    <tr style="text-align: center">
    <td style="text-align: center">
    >
    <img src='Images/Sharbel.jpg' alt="qqq" /<br
    />
    <a
    href="javascrip t:openWindow('S harbel','Images/Sharbel.jpg',47 0+30,485+30)"
    Sharbel,</a>
    </td><td sty...
    >
    >
    >
    >

    Comment

    Working...