Gossamer Forum
Home : Products : DBMan : Installation :

Problems with Gifs

Quote Reply
Problems with Gifs
Hello there...

I am trying to display some images in dbman, but every time do it

(I am using <img src="dbman/gifs/test.gif"> )

I get the gif in a different netscape window.

Any ideas on why it is not displaying in the same window?

Cheers
-JO
Quote Reply
Re: Problems with Gifs In reply to
Hello again,

I figured out what was wrong...

I was putting the gifs files inside a directory that the Web server though of as a cgi directory (hence it could not read that gif file...)
I added a new "readable for everybody" directory in the Web Server where I can locate and display the gifs without a problem.

By the way, does anybody know how to open a new window when clicking a URL? i.e. The user clicks on an URL and the result will show up in a new window not in the same one.

Cheers
-JO
Quote Reply
Re: Problems with Gifs In reply to
add TARGET="_new" to the A HREF tag, after the URL.