Re: js TypeError: document.body has no properties!

2007-10-13 Thread liupeng
sorry, send error On Sat, Oct 13, 2007 at 03:30:47PM +0800, liupeng wrote: > vimperator version: 0.5.2 > i want to use document.body in .vimperatorrc, load .vimperatorrc no error > -- > xxx = function() { > ... > ...document.body... > ... > } > --

js TypeError: document.body has no properties!

2007-10-13 Thread liupeng
vimperator version: 0.5.2 i want to use document.body in .vimperatorrc, load .vimperatorrc no error -- xxx = function() { ... ...document.body... ... } -- :js xxx() display the error msg: "TypeError: document.body has no properties" :js aler