image src from remote host?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    image src from remote host?

    hi all!
    my coding is
    Code:
    <html>
    <body>
    <p>
    You can also use an image as a link:
    <a href="lastpage.htm"></a>
    <img src="art.gif" >
    
    </p>
    
    </body>
    </html>
    now i want to load an image from remote host. how should i give iamge source?
    for example the image is in another machine like (192.***.*.**/nirmal/singh/cow.gif)
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    <img src="http://192.***.*.**/nirmal/singh/cow.gif">

    Comment

    Working...