Hello all,
Im hoping someone can help me out here.
Ive been sitting for days with this one.
Im pulling a recordset from an access database on ASP pages using VBS.
The user types in a name in a text box and then a list of names found is displayed for the user to choose from....This works.
When the user clicks a record from the results a detail page opens with the full record to view, the record on the details page has Hyperlinks on some of the fields shown so that the user can click them and view their record.......this also works!!
But when the second details page is shown the record is fine and the correct details are showing so I wanted to use the same idea again to let the user click on the Hyperlinks on the Fields and be shown another record.
Im hoping to let the user go on clicking till there are no more records or they get fed up basically.
So I have 4 pages just now.
The search page, A detail page 1 that links to details 2 and then details 3
I was hoping it would go like this
Do search >>
Details 1 show >>
Click link on Details 1 >>
Details 2 show >>
Click link on Details 2 >>
Details 3 show >>
Click Link on details 3 >>
Details 2 Show
So now Details 3 and details 2 just loop round each other.
Thats tha plan but im not getting past clicking on the links in details page 2.
Any advice or assistance would be appreciated.
Thanks again
Im hoping someone can help me out here.
Ive been sitting for days with this one.
Im pulling a recordset from an access database on ASP pages using VBS.
The user types in a name in a text box and then a list of names found is displayed for the user to choose from....This works.
When the user clicks a record from the results a detail page opens with the full record to view, the record on the details page has Hyperlinks on some of the fields shown so that the user can click them and view their record.......this also works!!
But when the second details page is shown the record is fine and the correct details are showing so I wanted to use the same idea again to let the user click on the Hyperlinks on the Fields and be shown another record.
Im hoping to let the user go on clicking till there are no more records or they get fed up basically.
So I have 4 pages just now.
The search page, A detail page 1 that links to details 2 and then details 3
I was hoping it would go like this
Do search >>
Details 1 show >>
Click link on Details 1 >>
Details 2 show >>
Click link on Details 2 >>
Details 3 show >>
Click Link on details 3 >>
Details 2 Show
So now Details 3 and details 2 just loop round each other.
Thats tha plan but im not getting past clicking on the links in details page 2.
Any advice or assistance would be appreciated.
Thanks again