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
Comment on
Re: How to make a friendly UI
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
[reply]
Re: Re: Re: How to make a friendly UI
by
franknmonk
(Monk)
on May 04, 2001 at 16:12 UTC
You can have the javascript actions call the perl script in the invisible frame, so the perl script will run 'invisibly'
[reply]
In Section
Seekers of Perl Wisdom