Author: jimmybondo
Link: http://cod
e.campware.org/phorum/read.php?8,4475,4475#msg-4475
------------------------------------------------------------
--------------------
I know Mugur said he fixed this before, but there seems to
be a problem. For some reason, when I do this:
<!** List ArticleImage>
s = new slide();
s.src = "/cgi-bin/get_img?<!** urlparameters
image>";
SLIDES.add_slide(s);
<!** EndList>
s.src becomes "http://foghorncamp.usfca.edu/cgi-bin
/get_img?NrImage=79&NrArticle=61" Not only
does the "&" throw it off, but the image
is wrong. The image number points the the number of the
actual image, not the number of the image within the article
which is required. If formatted correctly ("http://foghorncamp.usfca.edu/cgi-bin/get_
img?NrImage=1&NrArticle=61"), it yields the
correct image. Is there a place I should file a bug report,
or is this a problem on my end?
Thanks!
Jim
--
Sent from Campware Forums
http://code.campware.
org/phorum
|