On Thu, 31 Jan 2002, Phil Oertel wrote: > Thanks for the great examples. I got HTML::Pager working in my app this > morning, and I really like it. One question, though: why does it use > javascript? Not a big deal, I was going to require it anyway, but I'm > curious.
It seemed to be the easiest way to solve the problem. I suppose it could engineered out with enough work but it would only add to the complexity of the template - more VARs for stuff that's being computed in the JS code now. If you're interested I'd take a patch that added a "no_javascript" mode as long as it didn't complicate the code much. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
