|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Need help in... Javascript
Hi all,
sorry to post my problem in this forum, but after xsl-ing a while, I got
through a little problem while inserting Javascript into my xsl
generated html page, and I'm stuck there since two days already!
function rescaleCoord(x,img,wantedSize) {
diagramPre = new Image();
diagramPre.src = img;
var imageSize = diagramPre.width;
var scale=(wantedSize * 100) / imageSize;
return Math.round(x * (scale / 100));
}
This function works well.
Now, I need to have my AREA MAP COORDS' Attribute get the results of my
Javascript function.
Example : ...
COORDS="javascript:rescaleCoord('774','../../InformationsManagement/XML/
Images/Diagrammes/d0000102.png','650'),javascript:rescaleCoord(...),java
script:rescaleCoord(...),javascript:rescaleCoord(.)"
It doesn't work properly...
Thanks for your help
Lawrence Michel
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








