Roy
|
| Posted: 01/10/2003, 11:12 AM |
|
Hello,
I want to generate the links in the menu of the header page out of the database.
I am doing this with a grid form, but this doesn't work as soon as the header page is includeble. Further I tried without making a grid but with making links as in the portal example. In the properties you can choose the 'href type = database' instead of 'href type = page' then.
But the control source doesn't become available.
Is it possible to retrieve the links out of the database in a header page.
I am using ccs 1.0
thanks
roy
|
|
|
 |
JAcobo
|
| Posted: 01/10/2003, 12:33 PM |
|
My project have this HTML code in the header, first cut or delete your header design, may can help you this, the images and the HREF's can be written by a codecharge link.
<!-- BEGIN Grid NewGrid1 -->
<table>
<!-- BEGIN Row -->
<tr>
<td><a href="../Home/default.asp"><img src="{Image1}" border="0"></a><a href="/web/ventas/default.asp"><img src="{Image2}" border="0"></a><a href="/web/ventas/registration.asp"><img src="{Image3}" border="0"></a><a href="/web/ventas/shoppingcart.asp"><img src="{Image4}" border="0"></a><a href="/web/ventas/Login.asp"><img src="{Image5}" border="0"></a><a href="/web/ventas/adminmenu.asp"><img src="{Image6}" border="0"></a></td>
</tr>
<!-- END Row -->
</table>
<!-- END Grid NewGrid1 -->
Put codecharge links and after change the text and replace with the images.
|
|
|
 |
|