Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling URL from a container
Message
From
07/05/2012 08:44:08
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Calling URL from a container
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01543252
Message ID:
01543252
Views:
77
It is known that browsers are built to show a progress or waiting for the response of a URL when a URL is submitted to a server. Thus, if you take IE for example, we can see a rounded image moving which represents that it waits for a response. We do not have to code for that as browsers are built like that.

Desktop applications sometimes will include a browser container in their form. If we control the desktop application, it is easy to intercept the in and out events to act accordingly to achieve the same purpose. However, if you do not control the desktop application, thus the client is giving a URL to call one of your page on your server, and the client wishes to have the same representation, what kind of approach would you do?

Some will try to initiate a javascript code locally to start such representation before calling the URL. This is getting somewhat complicated when you have to support GET & POST for example. Also, you need to intercept that on the incoming. I have done that before but this was only for GET and for only one or two pages. My perception is that should be at the container level, thus in the client application. But, they do not want to negotiate thus from a link in such a page we return, we need to do all this job from the server end.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Reply
Map
View

Click here to load this message in the networking platform