cancel
Showing results for 
Search instead for 
Did you mean: 

how can i set an image to a portal

former_member188685
Active Contributor
0 Kudos

how can i set an image to a portal using response.write();

please guide me i have an image in C drive how to get the image

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use HTMLB Image Control to display an image

Hari

gregorw
Active Contributor
0 Kudos

Hello,

you can use the HTML Tag:

<img src="file://c:/path/image.jpg" />

Regards

Gregor