Display image and text in a javascript popup

Hi,I am using javascript function to generate a help popup. The code for this is:

function openpopup(){

var popurl=“VKeywordsHelp/Type?OpenDocument”

winpops=window.open(popurl,“”,“width=400,height=338,scrollbars,resizable,”)

}

openpopup()

I use a form called FKeywordHelp to create help docs and a view called VKeywordsHelp . The javascript looks to the relevant keyword in the view and pulls the appropriate text into the popup.

However I now need to include an image with this text (gif file). So far I have tried attached images into my db by using a rich text field. When I open a popup I can see the text but only a link to the image is seen.

Can anyone tell me the best way to includes text and images with a javascript generated popup.

Many thanks for any help that the forum may give.

Regards

Charlie

Subject: Display image and text in a javascript popup

Charlie,

Are you using Pass-Thru HTML with tags? I guess I would either need a better example or some HTML source code to get a better understanding of what you are trying to do.