in reply to How to make a friendly UI

An older trick is to set up the pages with an invisible frameset. Meaning 2 rows or cols, one * and the other width/height 0. Then all calls to the scripts will be done in this invisble frame... -Franknmonk

Replies are listed 'Best First'.
Re: Re: How to make a friendly UI
by daveh71 (Novice) on May 04, 2001 at 00:29 UTC
    Franknmonk,
    what does this buy me? I'm not sure i understand the significance of this. d
      You can have the javascript actions call the perl script in the invisible frame, so the perl script will run 'invisibly'