cRaig Forrester wrote: > I am then calling the function (with no effect) in Firefox as follows: > > :js gmark You must call a function always with (), so try :js gmark() and rereport if that works. Martin