I am creating a page wherein there will be a text box , a button and a frame .
Wireframe:
http://gomockingbird.com/mockingbird/index.html?project=2e29104b80a65861df9c1113b029befcd9dd163c
Now, i am having two option,
1. I will keep text box [ it is used for URL ] and Button in a Div and will use Iframe to show the content of url.
2. I will use frameset, the first frame will have text box and Button and the next frame will be used to show the content of url.
What do you suggest which approach should i follow? I guess both of them will work.