what should I do if I want to open http://www.google.com on click of a form button....
thanks in advance
what should I do if I want to open http://www.google.com on click of a form button....
thanks in advance
Something like that ?
<form method="get" action="http://google.com">
<input type="submit" value="Go" />
</form>
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.