![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveDesign problem, call function from HTML?
From: bart <smap@scarlet.be>
Date: Mon May 30 2005 - 11:16:42 CEST
This is the python way i have.
imgref = 'image.py'
in ASP.NET u can do something like this
<img src="<%# image() %>">
//allready loaded data
image(){
Is there any remote possibility u can pulloff the same in python? Now
One solution would be to save the image to harddisk and then load it.
|