i am working on a page where user will enter the url and hit enter to display the web site… so i am not sure which control will serve the best. any help?
so something like this:
textbox _www.cnn.com____________
display the web site here ……
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
onkeypressevent and call a JS function where you can check whether the Enter key was hit, then set the url toWindow.Locatione.g.**Edit:**After reading your comments, now I understand correctly what you are looking for; you can use the Iframe control of html http://www.w3schools.com/TAGS/tag_iframe.asp