English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm writing an ASP.NET 1.1 application and want the users to be able to browse a specified website from within my application page and not go off surfing the net!, my bosses requirements!.

2006-12-08 01:02:36 · 4 answers · asked by flying the fish 1 in Computers & Internet Programming & Design

4 answers

If you are writing an .ASP application, I think you are already using a browser to view it. Include a frame which references the required URL. You can't run a 'browser within a browser' as such but you can include a page from another website within a frame (this is how Google's Image Search works when you select one of the links and there are many websites which use frames as a way of showing different information in a consistent format.) One problem you may encounter, however, is that not all browsers support frames.

2006-12-08 01:10:27 · answer #1 · answered by Owlwings 7 · 0 0

you could copy the pages from the website into an editor program like frontpage and save the file as an html document, then incorporate that into the application, that way they will be accessing the pages within the application and not through the internet. This could also be done by storing the website as an offline file onto the server, then they would be able to open IE and "surf" the page but not actually be online.

2006-12-08 01:09:35 · answer #2 · answered by Helping Since 1969 6 · 0 0

I would open the page in a frame, or in a new window. If they're already in a browser window though, surely trying to browse the net in a frame or window (or even an embedded browser like you suggest) would be a lot more hassle than simply navigating the original browser elsewhere?

The only good solution I can think of is write your own browser and limit the pages that can be viewed in it, or set up your sever security to only allow certain sites to be viewed. Either that or trust your staff a little.

Rawlyn.

2006-12-08 01:12:33 · answer #3 · answered by Anonymous · 0 0

From what you wrote do you want the Broswer within the webpage itsefl? If so then you will have to use a completely different technology such as Citrix.

Citrix is a remote computing application that will allow you to do what you described, an example of this is Microsoft have put there new MS Office package within a vitual desktop OS for you to try out the new versions of word, explorerer, excel etc

As i said from reading what you wrote this is what i thought you wanted to do, so hope it helps in some way.

2006-12-09 04:14:56 · answer #4 · answered by Kasabian 2 · 0 0

fedest.com, questions and answers