I have a server side scripting generated catalog and I need to do a little image manipulation..
I know that cold fusion has third party tags available but I'd like for the server not to do the work, what I'm wondering is...
Is there a way I can say like...
<img src="image.gif" onLoad="checksz(some_sort_of_identifer);">
and function checksz would be like..
function checksz(imj) {
if image.width greater than 75 {
image.width = 75
}
}
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
I know that cold fusion has third party tags available but I'd like for the server not to do the work, what I'm wondering is...
Is there a way I can say like...
<img src="image.gif" onLoad="checksz(some_sort_of_identifer);">
and function checksz would be like..
function checksz(imj) {
if image.width greater than 75 {
image.width = 75
}
}
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.