Forum Moderators: coopster

Message Too Old, No Replies

url

url

         

xbl01234

9:43 am on Nov 18, 2007 (gmt 0)

10+ Year Member



Hi;
i'd like to ask you a question.

in the page of the "http://www.google.com.au", i typed a word into search function,
then it bring to a page with a link of the "http://www.google.com.au/search?hl=en&q=java&btnG=Google+Search&meta="

Could anyone tell me how i can create a link like the "http://www.google.com.au/search?hl=en&q=java&btnG=Google+Search&meta="

Habtom

1:41 pm on Nov 18, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Could anyone tell me how i can create a link like the "http://www.google.com.au/search?hl=en&q=java&btnG=Google+Search&meta="

What do you mean by 'getting a link'?

The link you see can be brought up to URLs through links or by submitting a form to the browser.

mojomartini

3:51 pm on Nov 18, 2007 (gmt 0)

10+ Year Member



The values after the initial '?' and subsequent '+'s can be passed along from one form to another using action="GET" in the form statement.

xbl01234

9:27 am on Nov 19, 2007 (gmt 0)

10+ Year Member



Thanks for your time, i known how to do it now, do it by submit form.