[ic] Area tag?

Mike Heins mike at perusion.com
Tue Dec 16 17:39:43 EST 2003


Quoting Tim Good (draco at edsd.com):
> hello,
> 
> I am looking a 5.0 tag reference and wondering is
> this the proper way to pass the order # to the
> order_view page using the area tag,
> where($results->[$row]->[2])
> is the order #:
> 
> $link = $Tag->area(  { href => "admin/order_view", 
> 	arg  => "order=$results->[$row]->[2]", }  );
> 
> Resulting link:
> www.website.com/cgi-bin/scriptname/admin/order_view.html?id=
> xxIsd4hg&mv_arg=order%3d00011&mv_pc=2890
> 
> The resulting link hints this is incorrect so I am
> wondering what would be the right way.

  my $link = $Tag->area({
			    href => "admin/order_view", 
			    form  => "order=$results->[$row]->[2]",
			});

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295      <mike at perusion.com>

Friends don't let friends use Outlook. -- Bob Blaylock


More information about the interchange-users mailing list