I need to design a multi browser / tags within a webpage. I:e:- I need to open several web pages within one browser. Something like Internet Explorer 7. It%26#039;s ok if it%26#039;s VB or JavaScript. Please let me know the coding / the method how to do it.. or place where to find details about such..as it is really urgent !!
Creating multi web browsers / tabs in a single page?
I need to open several web pages within one browser: use a tabbed browser as described above. Almost all of the common browsers are tabbed.
If you want to open many pages in a single page: use the %26lt;iframe%26gt; tag or you can actually used a framed webpage depending on the effect your looking for. An example of a framed page is google image results, where the %26quot;return to google%26quot; frame stays at the top of the page with the source page in the bottom frame. An iframe does something similar (pulls in multiple sites into one page) however it does it %26quot;inline%26quot; and much more seemlessly
Creating multi web browsers / tabs in a single page?
Both IE and Firefox in their latest versions provide tabbed browsing.
To enable it in Firefox click Tools %26gt; Options. In the options dialog click the %26quot;Tabs%26quot; icon. Select the radio button %26quot;Open pages in a new tab.%26quot;
Otherwise you can open a new tab in Firefox by pressing Ctrl + T.
To enable it in IE click Tools %26gt; Options. In the options dialog click tabs on the bottom of the dialog. Check the box %26quot; Enable Tabbed Browsing.%26quot;
Other Replys:when u give a href tag to ur another page, give attributes target=%26quot;_blank%26quot; so it will open in a separate page.
No comments:
Post a Comment