Dear i m using this code to print image but i m getting error message: Response.Write ("<br>") Response.Write (rsGuestbook("view")) Response.Write ("<br>") Response.Write <img src=\"http://wallpapers101.com/wallpapers/andiana/(rsGuestbook("url"))\"> Response.Write ("<br>") PHP: error message i m getting is : Error Type: Microsoft VBScript compilation (0x800A03EA) Syntax error /view.asp, line 45, column 15 Response.Write <img src=\"http://wallpapers101.com/wallpapers/andiana/(rsGuestbook("url"))\"> --------------^ plz help me how to correct img code.
Use a single quotes: <% Response.Write("<img src='http://helios.gsfc.nasa.gov/image_euv_press.jpg'>") %> Code (markup): ' HTH Regards
Of course it works. Otherwise i would not send the code here But, anyway thanks for the confirmation. Regards