[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] flypage fails due to not building a complete url
if you use <a href="[area [loop-code]"> {loop ... you should get a
complete correct url.
Matt
On 18 May 2001 07:39:46 +0800, Leon Harris wrote:
> Hi.
> I am having a problem with a simple site I am working on.
>
> I have a section of code to list all products:
>
> [loop search="ra=yes/fi=products"]
> <tr>
> <td>[loop-code]</td>
> <td><a href="[loop-code].html"> [loop-field description]</a></td>
> <td align=right>[loop-field price]</td>
> </tr>
> [/loop]
>
> when I look at the html source this generates for an item, I get
> something like this:
>
> <tr>
> <td>CAB602</td>
> <td><a href="CAB602.html"> APPLE MODEM CABLE</a></td>
> <td align=right>$13.00 </td>
> </tr>
>
> When I look at the url in my browser, I get
> http://www.myhost.com/cgi-bin/CAB802.html
>
> ^^^------------------- the name of the vlink program
>
> is missing
> As a result of this missing vlink name, the flypage doesn't work. When I
> put the vlink name in, so that it becomes
> http://www.myhost.com/cgi-bin/tutorial/CAB802.html , the flypages work.
>
> Can anyone please tell me why this happens?
> Cheers,
> Leon
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users