suggestion:

Create a page that will never be run as an ND page, although an ND app 
could certainly create it by writing to an .html file.

The page will have a form whose action is 
"http://host.company.ca/cgi-bin/ndCGI.exe/SpecialPage"

SpecialPage will be an ND page.  It should be a 'start page', i.e. one that 
you can call as the first page in the session.

When you click the submit button on the downloaded page, it should cause ND 
to create a new session and load SpecialPage.  In this_onBeforeLoadEvent, 
you should be able to access any of the form fields as web variables, e.g., 
value = getWebVar("EmployeeID"), assuming that "EmployeeID" was a field on 
the downloaded html file.

-- Curt
(If this works you can buy me a cup of coffee at my favourite place -- see 
attached)

At 12:33 PM 10/16/99 -0700, Brent Claxton wrote:

>Joel Parker Henderson <[EMAIL PROTECTED]> wrote:
>
>"However, the client would like to be able
>to open the html locally, modify it, and
>save it for later submission."
>
><<<Hi Brent,When you say "save it locally" do
>you mean using MSIE, File, Save? So the user
>saves the entire HTML page, complete with
>text areas?>>>
>
>Yes, this is exactly what the user would like to do.
>
><<<And is your need to have the user open
>the HTML page in MSIE, make changes to the
>text in the text areas (as distinct from
>making changes to the HTML itself, like the
>tags and source)?>>>
>
>Yes, this is exactly what we are trying to
>do.
>
><<<And is the goal to create some kind of
>off-line editor, so that users can fill out
>a form sometime later, when they are not
>connected to the Internet?>>>
>
>Yes, this is the goal.
>
><<<Can the users install something on their
>own machine, like a small standalone Java
>application?>>>
>
>Yes, this would definitely be an option.
>
><<<Do the users have the skill to open an
>HTML source file to directly edit the raw
>HTML, for example using Notepad?>>>
>
>No, they do not.
>
><<<If you can provide more details, I'll investigate ideas for you.
>
>Cheers,
>
>Joel
>home: [EMAIL PROTECTED]
>work: [EMAIL PROTECTED]>>>
>
>Thanks alot Joel any insight you can provide
>would be greatly appreciated.  I am kind of
>in a jam here.
>
>Regards,
>
>Brent Claxton
>Senior Developer
>Organization Metrics Inc.
>
>
>
>_________________________________________________________________________
>
>For help in using, subscribing, and unsubscribing to the discussion
>forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
>
>For dire need help, email: [EMAIL PROTECTED]

tim.gif

Reply via email to