javascript thread: selection.createRange() and extracting the image object data. PLEASE HELP ME!
> I found the answer and thought I might share this with you:
>
> function divalert()
> {
> var i = document.selection;
> var selcobj = document.selection.createRange().item(i);
> selcobj.setAttribute('align','right');
> }
Thanks George, appreciated.
Chris
|





