![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveAny way to read custom html attributes in firefox/opera ?
From: <andyjgw@gmail.com>
Date: Thu Jun 30 2005 - 17:59:50 CEST
Hi
Just a quick question - I guess this is more a 'standards' thing than
I'm working on a digital mapping application. One of the things I'm
< img id="myMap" src="somemap.gif" northing="1" easting="2" >
The reason I'm doing this is I'm looking to output some useful
In IE, I can read document.getElementById("myMap").northing, but when I
Does anyone have any suggestions as to what I can do here?
Thanks in advance
|