[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Need help in... Javascript

Subject: Need help in... Javascript
From: <michella@xxxxxxx>
Date: Fri, 27 May 2005 16:37:21 +0200
javascript imagesize
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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.