Forums
This topic is locked
can I link javascript menu items to an Access db?
Posted 09 May 2003 21:49:10
1
has voted
09 May 2003 21:49:10 chris Griffin posted:
Hi ..could somebody please tell me if its possible in Dreamweaver MX to link Javascript menu items(created in Fireworks MX) to an Access database? basically i want to be able to click on a menu item and have it get its content or its link from the database and then put the page in an Iframe. I believe i need to pass hidden values using Asp..i'm just wondering if Dreamweaver has some of this functionality built in?..thanks a lot..Chris
Replies
Replied 13 May 2003 16:35:22
13 May 2003 16:35:22 Matthijs Horsman replied:
try
server behaviours > got to detail page
DM will give ask for the unique ID of the page you want to pass. On the page in your iframe, create a recordset and filter it on that ID.
Or just create a recordset and use the server behaviours > recordset paging > move to specific record
Good luck <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Matthijs
----------------
DWMX/W-XP-PRO/IIS/ASP-VB/MS-SQL
server behaviours > got to detail page
DM will give ask for the unique ID of the page you want to pass. On the page in your iframe, create a recordset and filter it on that ID.
Or just create a recordset and use the server behaviours > recordset paging > move to specific record
Good luck <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Matthijs
----------------
DWMX/W-XP-PRO/IIS/ASP-VB/MS-SQL