I try to use some code I copied from www.bookmarklet.com. Used as a 
bookmark it should open a separate window and give a list of all
links in the current document. This is the code (all in one line):

javascript:WN7z=open('','Z6','width=400,height=200,scrollbars,resizable,menubar');DL5e=document.links;with(WN7z.document){write('<base
target=_blank>');for(lKi=0;lKi<DL5e.length;lKi++){write(DL5e[lKi].toString().link(DL5e[lKi])+'<br><br>')};void(close())}

When I use the bookmark, a new window opens but I get the following
error in my Javascript console:
  Error: WN7z.document has no properties

This happens on SuSE Linux 7.3 / Galeon 0.12 / Mozilla 0.9.4 and on
Mandrake Linux 8.0 / Galeon 1.0.1 / Mozilla 0.9.6.

  Bernd

Reply via email to