Click to See Complete Forum and Search --> : loading and displaying picture


azra
07-09-2005, 05:57 PM
i have problem loading and displaying picture without using applet.
plz provide me source code that how i load a picture from file and display it without using applet.plz provide it to me soon.
thankx in advance

buntine
07-09-2005, 07:15 PM
You use HTML.

<img src="yourfile.jpg" alt="Some alternate text" />

Regards.