Dear Perl advancer:

  I want to post a photo to a website, not mine, and not load to their local
disk, that is post directly from my site.

in their html webpage I add a line as

<img src="http://www.linuxspice.com/cgi-bin/showphoto.pl";> </Br>

and in my C:/apache2/cgi-bin/showphoto.pl

----------------------------------------------------

#!c:\perl\bin\perl.exe
use strict;
use CGI qw(:standard);



print "Content-type:  text/html\n\n";


print "<HTML><BODY>";

print "</Br> This is an exmaple CGI script</Br>.\n";


print "</table>
</Br>
<table border=0 width=\"200\"
class=\"rightsidebar\">

<tr><td><img src=\"computer2G.jpg\" width=\"200\" height=\"150\"> </td></tr>
</table>
</Br>";






print "</BODY></HTML>";
----------------------------------------------------
but it still dispaly no photo as computer2G.jpg should have
I use <a href="http://www.mycompany.com/computer2G.jpg>   ----        it
work if I click on that hyperlink

also
the following photo(counter banner) work not in the hostsite, but directly
broadcast from the banner's company work
----------------------------------------------------------------------------
-------------------------------------
<center>
<img
src=http://counters.honesty.com/cgi-bin/honesty-counter.cgi?df=gen.0000000.0
4077><br>
<font size=-1>Free counters provided by <a
href=http://216.33.236.250/cgi-bin/linkrd?_lang=EN&lah=3d496a6e87fe66f92029f
79efa3ae737&lat=1039839856&hm___action=http%3a%2f%2fwww%2eandale%2ecom
target="_blank">Andale</a>.<br></font>
</center>
----------------------------------------------------------------------------
----------------

  Please help why my ideal is not work , thanks in advance

Sincere Eric
www.linuxspice.com
linux/window pc for sale


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

Reply via email to