Forums
This topic is locked
Dynamic link
Posted 19 Apr 2005 20:51:20
1
has voted
19 Apr 2005 20:51:20 Christian Sen posted:
Hi there!I have a list of members, information stored in an Access Db.
I was wondering how I can get information about a certain
member by clicking his/her name.
Was thinking a dynamic link, but how do I filter and what
would the link look like?
Regards, Christian
Help is only a click away...
~~~~~~~~~~~~~~~~~
DWMX2004 | ASP | Access
Replies
Replied 20 Apr 2005 17:37:04
20 Apr 2005 17:37:04 Simon Bloodworth replied:
set a link for each record and set this to go to a detail page passing the id of that record. use dreamweavers 'go to detail page' function for this.
now on the detail page create a recordset and get it to filter the database using the data sent by the previous page. you can use the 'move to specific record' functions for this.
Then on the datil page choose the information that you wish to have displayed out of the recordset.
have can see a tutorial which will help you to do this here >>
www.webthang.co.uk/tuts/tuts_dmx/dmxf_2/dmx2_1.asp
Regards
Simon
DWMX 2004 | ASP | VBScript
now on the detail page create a recordset and get it to filter the database using the data sent by the previous page. you can use the 'move to specific record' functions for this.
Then on the datil page choose the information that you wish to have displayed out of the recordset.
have can see a tutorial which will help you to do this here >>
www.webthang.co.uk/tuts/tuts_dmx/dmxf_2/dmx2_1.asp
Regards
Simon
DWMX 2004 | ASP | VBScript
Replied 27 Apr 2005 01:15:11
27 Apr 2005 01:15:11 Christian Sen replied:
Hi Simon!
Sorry for the late reply.
I checked out your suggestion and it did the trick.
Just what I was looking for, thank you <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Help is only a click away...
~~~~~~~~~~~~~~~~~
DWMX2004 | ASP | Access
Sorry for the late reply.
I checked out your suggestion and it did the trick.
Just what I was looking for, thank you <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Help is only a click away...
~~~~~~~~~~~~~~~~~
DWMX2004 | ASP | Access