Hello there!
First of all, thanks to you all for being so kind and helpful. You have
really been of help to me for the past two weeks.
This time my problem is, I don't know the correct path to use. To give you
a clear picture of what I'm trying to say, here is how the directories are
arranged:/data/../login/webdir. In webdir I have the following
directories: cgi-bin, daten and some html pages. I saved the directory
images and cgi scripts in cgi-bin. In the directory daten are quit a big        
number of subdirectories. In the suddirectories, I've saved html pages,
image and soundfiles of respective directories.
My problems are:
 I want to show the image from the directory cgi-bin/images in my web
pages. I wrote the following html code in my perl script:
<img src=/images/unilogo.gif border=0 height=30 width=30>
The image is in the directory, but cannot be seen on the page.

second, I want to use for the html pages in the subdirectories the images
and sound which I saved  in these subdirectories.
I wrote <img src=/data/../login/daten/../12/images/image.gif ...> and I
get the message 404. Which path am I supposed to use?

third and last, I want to link a page written in perl and saved in cgi-bin
to pages in webdir.
I wrote <a href=\"../name.html\"></a> .

Note: All this is being read by a script in cgi-bin. I suppose I have to
move from cgi-bin to other directories. I've tried several ways. It just
doesn't seem to work. Please help
ciaos,

Collette.  



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to