Hi!<br><br>well &quot;javascript:&quot; is not an URL is an URI..<br>the document is not about the name of the technique (JaSiLDBG is the &quot;code name&quot; we decided to use, you are free to name it as you want).<br><br>
the document really is a handbook on how to use the &quot;javascript&quot; URI for debugging web sites &quot;on the fly&quot;.. I think that most of the persons that should know how to use &quot;javascript URI&quot; for debugging purposes doesn&#39;t know it, that&#39;s why we wrote the document.
<br><br>about the attribute/property issue, I think you are right :P there has been a problem when transcribing the document from my notes :P<br><br>Greetz!!<br><br><div><span class="gmail_quote">On 2/3/07, <b class="gmail_sendername">
Ben Bucksch</b> &lt;<a href="mailto:news@bucksch.org">news@bucksch.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
SirDarckCat wrote:<br>&gt; JaSiLDBG<br>&gt; JavaScript inLine Debugger<br><br>Are you selling us the &quot;javascript:&quot; URL as &quot;JaSiLDBG JavaScript inLine<br>Debugger&quot;? From all I can tell from your doc, you simply renamed
<br>&quot;javascript:&quot; to &quot;JaSiLDBG&quot;.<br><br>Would have been more appropriate, and more useful, if you would have<br>called your doc &quot;How to use the javascript: URL<br>Dynamically inspect and modify webpages&quot;.
<br><br>The doc does seem to be a useful as introduction.<br><br>It contains an error right on the second page, though (I didn&#39;t read<br>much further): &quot;the difference between properties and attributes is that<br>
you can't change attributes&quot;. That&#39;s not correct. Properties are (in C++<br>language) &quot;member variables&quot; of JS objects, while attributes are<br>conceptually more or less the same, just on DOM/XML/HTML nodes. Most of
<br>them are not represented as JS properties due to potential name<br>collisions, but you can get them via the getAttribute() function, and<br>you can set/change them via setAttribute(). You mention it yourself on<br>page 14. The whole DHTML / AJAX movement bases on that.
<br><br>See also<br>&lt;<a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/idl-definitions.html">http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/idl-definitions.html</a>&gt;<br><br>A very interesting and very stretching use of javascript: URLs can be
<br>found at &lt;<a href="http://www.squarefree.com/bookmarklets/">http://www.squarefree.com/bookmarklets/</a>&gt;. Highly recommended.<br><br>Ben<br></blockquote></div><br><br clear="all"><br>-- <br>Att.<br><a href="mailto:SirDarckCat@GMail.com">
SirDarckCat@GMail.com</a><br><br><a href="http://www.google.com/search?q=sirdarckcat">http://www.google.com/search?q=sirdarckcat</a>