http://msdn.microsoft.com/workshop/author/om/xframe_scripting_security.asp

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/reference/properties/application.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/vsconfrcr1.asp?frame=true

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaskdr/html/drgui50.asp
 then
scroll down to: The Frame Game


Not necessarily in that order.   I have a real simple HTA I made just to work up the 
feasibility.
By the time you get this, it will be at http://www.byerley.net/FramesHTA.zip and is 
available for
anyone that wants to check it out.
A small readme of what is going on will be included.  This demo is very simple in its 
current state,
but shows how it will work.



----- Original Message ----- 
From: "Jim Limburg" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 12:39 PM
Subject: [RBASE-L] - Re: How to fill a HTML form from a RBW app ?


> Mike
>
> Do you have specific MSDN links for this???
>
> Jim Limburg
>
> MikeB wrote:
> > J.M.
> >
> > I have figured out how to do this.
> >
> > I need the URL to the page you are trying to update.
> >
> > I will look at the page source and identify the Name/ID of the text boxes.
> >
> >>From that I will get the RBase Data mapping from you to create a text file 
> >>containing the
> > WebPageTextBox=RBaseFieldValue list.  This textfile you will create dynamically 
> > from RBase then
you
> > can call the HTA passing in the FullPathName of the File so the HTA can Find it.
> >
> > What I have done is using a HypertextMarkupApplication (HTA) with 2 frames, 
> > opening the target
> > document in the second frame.
> >
> > The HTA allows access to the local filesystem so we can create variables in the 
> > HTA and assign
them
> > to the textboxes in the second frame by getElementByID.
> >
> > All the info was on MSDN.
> >
> > I have a couple other things to finish (after battling customers viruses for the 
> > last week) but
> > should be able to flesh this out for you in a week or so if you want.  Also, I can 
> > send you a
couple
> > small test files that will load the HTA on your local machine and then load a file 
> > from my
webserver
> > into the second frame and then with a button click, update a textbox on the page 
> > loaded from the
> > remote webserver.
> >
> >
>
>

Reply via email to