JZL003 Posted July 22, 2011 Report Posted July 22, 2011 I am trying to make a all purpose framed page with everything i need, all pages that can revert to a larger frame and i have a menu on the side. I wanted a quick way to type in a book name and see the corresponding google books page. I dont even need to replace spaces with %20 as it compensates. I can get the form to store the variable but cant get it into the web address. P.S. Any cool functions or ideas for things to add to page are appreciated.
Archadian28 Posted July 23, 2011 Report Posted July 23, 2011 (edited) This might be an option: http://www.w3schools.com/php/php_get.asp Edited July 23, 2011 by Archadian
JZL003 Posted July 23, 2011 Author Report Posted July 23, 2011 sorry my php is very rusty. i dont understand how that helps. Could in javascript use this script: var searchentry=harry potter var webaddress="http://www.google.com/search?q="+searchentry+"&btnG=Search+Books&tbm=bks&tbo=1&qscrl=1" <a href=webaddress> or something similar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now