hey guys have an intresting questions
* A user selectes from a list of options from an asp page. when he clicks on this option which rep a record in an access DB it pulls out all the information/fields related to that record selected..On the page where the Information is displayed I have a button (link) that takes you to an external site. Now this is what I want to achieve.
This external link has so many different pages the only thing that differentiates these pages is the number of the bill at the end of url before the .htm eg ; and so on
Now my asp page(that displays a particular record)like I said above has a field bearing these numbers called the billNo field that is also displayed. I want the link button
of the asp page to link exactly to the external site that corresponds with the billNo on my asp.
This is the link address I put on my button.
" '" &<% Request.Form("BILLNO")%>& "'.htm">
But when the url opens I get only this showing in the address bar which is no page really
Does anyone know how I can get around this. Thanks
* A user selectes from a list of options from an asp page. when he clicks on this option which rep a record in an access DB it pulls out all the information/fields related to that record selected..On the page where the Information is displayed I have a button (link) that takes you to an external site. Now this is what I want to achieve.
This external link has so many different pages the only thing that differentiates these pages is the number of the bill at the end of url before the .htm eg ; and so on
Now my asp page(that displays a particular record)like I said above has a field bearing these numbers called the billNo field that is also displayed. I want the link button
of the asp page to link exactly to the external site that corresponds with the billNo on my asp.
This is the link address I put on my button.
" '" &<% Request.Form("BILLNO")%>& "'.htm">
But when the url opens I get only this showing in the address bar which is no page really
Does anyone know how I can get around this. Thanks