[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[more-list] and [data session arg]
Mike and All:
In looking at the Interpolate.pm module, I see something that might be
a future addition... in the [more-list] tag, there is no way to pass a
data session arg over to the ``next'' or ``previous'' page. Here is a
little snip of the code (line 2847..2858).
unless ($prev_anchor eq 'none') {
$arg = $session;
$arg .= ':';
$arg .= $first - $chunk;
$arg .= ':';
$arg .= $first - 1;
$arg .= ":$chunk:$mod";
$list .= '<A HREF="';
#$list .= vendUrl('search', $arg);
$list .= vendUrl("scan/MM=$arg");
$list .= '">';
$list .= $prev_anchor;
$list .= '</A>';
I see that you're calling practically everything else, however, there is
no carry over of the data session arg parameter! I'm currently working
on getting it in here, but I haven't been in this module ever... Anyone
have any pointers on getting the data session arg in there?
Thanks,
Jason Korkin.
--
Jason Korkin - jkorkin@korksoft.com
KORKSOFT
+1 (603) 472-8262
http://www.korksoft.com
Design, Hosting, Custom Programming, Database Mgt., E-Commerce