|
hhammash -> RE: Adding to db and passing value to confirmation page? (9/10/2002 10:27:21)
|
Hi, If SiteID is a field in your DRW, and it has a hyperlink, and you want the hyperlink to have the parameter of the clicked SiteID record. Your Hyperlink should be like this: SiteID.asp?SiteID=<%=FP_FieldURL(fp_rs," SiteID" )%> This is what happens which I click the hyperlink in the DRW: http://www.MyWebSite/AddedRecords.asp?SiteID=3 1- In DRW desing right click the Site ID field 2- Insert Hyperlink 3- Select the Confirmation Page 4- Click Parameters 5- Click Add 6- Select Site ID 7- OK 8- OK Save the page. Now when you browse the Database Results, you will see a link on the SiteID field, click it, it will take the site ID number to the Confirmation page. The above is how to do the link to send parameters properly. But what I don' t understand what is your confirmation page. Is it an ASP page or is it a DRW, is the SiteID a field in the Database, what is the SiteID parameter is going to do. Please try the above steps, I hope this is what you need, but I am still not clear about the whole matter. Would you please put a test page on the web and post the URL so I can see it much better. Try this link, click an ID number and look at the next page and look at the Address field of the browser. http://www.fmhs.uaeu.ac.ae/nml/SitesList.asp The steps that I put for you will ensure that the SiteID has been taken with the hyperlink. But I don' t know what is it for and what is it supposed to do. Please post your pages and give me the address, I can see the whole picture, and also I am interested in seeing it. Best regards Hisham
|
|
|
|