in reply to Re^3: how can i take value in TextBox and pass to a URL?
in thread how can i take value in TextBox and pass to a URL?

Yes correct. TEXTBOX value should be forwarded to different URLs depending on

1. Which button is clicked (Button-A or Button-B)

or if user hits {ENTER} it should always pass the {TEXTBOX VALUE} to the URL assigned to Button-A. if no input is available and hit {ENTER} or clicked on either button, nothing should happen!

URL for each button will be like

Button-A: site.com/index.php?script={TEXTBOX VALUE}&first?=method

Button-B: site2.com/index.php?script={TEXTBOX VALUE}&other?=ways

Thank you all for your suggestions and great helps. I am not into programming side, therefore developing even a simple script as this is tough job. It shall be a great help if a server side cgi script also could be provided! Thanks alot for the help!

  • Comment on Re^4: how can i take value in TextBox and pass to a URL?