Hi all,
I need a quick fix for a simple problem:
I have a perl program that at this time is generating 
some thumbnails on a html page. My next step is to
open a new browser window by doubleclick or just click
and show the real size image in this new window. My
problem is that the source of the image is stored in a
perl variable ($imgsrc) and I couldn't convert it to a
valid variable for javascript as "var im= $imgsrc;".
I've also tried to relate every thumbnail to a
checkbox with "value=$imgsrc" and then "var im =
document.form.checkimg.value" and nothing.
I wonder if there is an easy way to do this using
javascript or a hint on how to do it with new window
opened with perl.
Thanks, 
Dan   

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to