Re: AxShDocVw.AxWebBrowser.Navigate and object headers

Tech-Archive recommends: Fix windows errors by optimizing your registry



The cited CodeProject article you refer is working client-side, not
client-server - meaning that the html at the client can talk to the
winform at the client, which is what I was discussing (window.external
aka WebBrowser.ObjectForScripting).

I think you need to clarify "web application" - do you mean the
web-server, or the html-client (including client-side javascript)?
There is a big difference. I suspect you mean the former (web-server),
but there is no /single/ (or standard) way of doing this:

You can automate things quite easily, but you need to be *very* clear
what data you are sending to where. A plain "object" isn't going to
work over the wire (client-server), but if there is an agreed
serialization format it might work; likewise, you can populate html
form elements and submit them from a host winform; this may be fine.
Or web-services / vanilla web-requests (without a browser) may be an
option.

Sorry if I'm not giving much of an answer, but the question is still
more-than-a-little vague...

Marc


.



Relevant Pages

  • Re: submit form via HttpWebRequest or WebClient
    ... The HTML form odes not communicate in any ... Is there any problem with URL encoding the "^" character? ... > generate the necessary client-side code for you. ... > requests their web service can handle. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Using both server side validation and client side validation
    ... the form, a function that returns true or false, you can have a client-side ... Any time you wire up a server-side event handler for a Web Control, ... A client-side JavaScript event handler for the client-side ... HTML form element of that Web Control is added to its HTML. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Newbie... executing code when a button is clicked...
    ... Brad Pears wrote: ... questions about client-side code to one of the "dhtml" groups, ... HTML and Dynamic HTML. ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: Can I use HTML alone?
    ... I was hoping that everything that I was after could be done on a client-side ... HTML page without the need for an ASP page. ... >> It's a simple HTML file with scripting, not to mention deprecated as you ...
    (microsoft.public.scripting.vbscript)
  • Re: Question about separating logic from html?
    ... > the bottom of the page (html). ... ASPX Page Template in code blocks if you like. ... ASP.Net uses objects (Server Controls) to render HTML in the page. ... Controls have a server-side and a client-side aspect to them, ...
    (microsoft.public.dotnet.framework.aspnet)