![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: JS for Mozilla
From: RobG <rgqld@iinet.net.au>
Date: Wed Feb 01 2006 - 03:05:15 CET
sni.ukr@gmail.com wrote:
Where is 'Global' defined? Where is its getObject method defined?
> var confirmMessage = "('Do you want to delete this item?');"
Allowing auto-wrapping nearly always introduces errors and makes helping
Post a minimal example that works in IE but not in Mozilla. Posting
[...]
> onclick: function() {
What parameter?
> But in Mozilla doesn't work.
Here is a test that works in IE and Firefox of something like what you
<div id="div01">div 01 - click on me</div>
<script type="text/javascript">
var qTest = [
document.getElementById('div01').onclick = qTest[0].onclick;
</script>
-- RobReceived on Tue Feb 7 21:29:30 2006 |