Hi all, I hope this is the correct place to post this (probably not). I needed some help with a bit of coding, not sure if it would be a html or a php script I need, so advice on that would be appreciated as well.
I need help with the following:
I'm building a page and on this page I need the following:
An input box for someone to type in a web address.
A row of buttons below it that will take the code of the buttons and add the web address added to the input box and then open a new browser tab (I know how to the code for this, just not how to add the webaddress)
Eg of what I want to do: Text box where you type in http://domain.com
Button one has the code to open a new tab to http://www.google.com/"DOMAIN.COM", button two wll open tab http://www.yahoo.com/search?"DOMAIN.COM"
Can this be done?