Hi am creating a small form where you can place postcodes to get directions, it then sends this data with the URL of Google maps with the postcode in it to show the directions.
I was wondering is it possible to somehow get thenew URL i have into a new browser tab / window.
The idea is that the user input the postcodes and then presses 'Submit' which then takes them to a new browser tab / window with the new URL in it.
Thanks