[ic] calling flypage

Steffen Dettmer interchange-users@interchange.redhat.com
Sat Nov 24 18:48:01 2001


* Steve Graham wrote on Sat, Nov 24, 2001 at 23:16 +0000:
> Thanks - much less code.
> 
> What about the simple way to include an items
> price/detail/order button in a page?

You can make a page for that. Use i.e.

<form action="[area detail]" method=post>
  <input type=hidden name=mv_session_id value="[data session id]">
  <input type=hidden name=detail_sku value="[item-code]">
  <input type="image" alt="Details" width="45" border="0" 
        src="__THEME_IMG_DIR__details.gif">
</from>

This will open a page called detail.html in the pages directory
and pass the detail_sku parameter, which can be used by a loop,
scan, query or whatever. I think foundation built the details
with a scan, too. It's a scan by sku which will return exactly
one match. On the Page you put the wanted informations.


oki,

Steffen

-- 
Dieses Schreiben wurde maschinell erstellt,
es trägt daher weder Unterschrift noch Siegel.