I'm currently amending an application to introduce a postcode lookup field using ASP & VBScript.
I've got a button on my NameAddress.asp and also a value for the current address. When I click the button I want a new page called Postcode.asp to pop up with the current address value taken over & also the postcode value.
I'll then do the postcode search in Postcode.asp to provide me with the list of results in hyper links. Then clicking the hyperlink will close the popup window (postcode.asp) and populate the NameAddress.asp.
I have the postcode lookup functionality, I'm just struggling with linking it all together.
I've got a button on my NameAddress.asp and also a value for the current address. When I click the button I want a new page called Postcode.asp to pop up with the current address value taken over & also the postcode value.
I'll then do the postcode search in Postcode.asp to provide me with the list of results in hyper links. Then clicking the hyperlink will close the popup window (postcode.asp) and populate the NameAddress.asp.
I have the postcode lookup functionality, I'm just struggling with linking it all together.