Joel, Curt

I think from Curt's message I need to explain the problem further.

The user can save the page via the IE Save As and later connect to the
intranet, modify it and submit it.  I have had this working for some time.

However, the issue is that the user wants to save the page via IE Save As,
open the page in IE while disconnected, modify it, save the changes to the
text areas back to the local drive,  then submit it at some later point in
time.

As indicated in Joel's message IE does not save the changes to the text
areas, or any other controls for that matter, when the user resaves the
document to the local drive.

I think the solution may be one of the following:

1)    find some kind of off-line html form editor which will actually resave
the HTML with the modifications but saving the user from having to modify
the html directly via notepad

2)    somehow use javascript to actually read the text in the text areas and
modify it's own html accordingly

But to be honest I'm not sure if either of these solutions is possible.

Thanks for you help thus far.  Please let me know if you have any further
thoughts.

Regards,

Brent Claxton
-----Original Message-----
From: Joel Parker Henderson <[EMAIL PROTECTED]>
To: Curt Springer <[EMAIL PROTECTED]>
Cc: Brent Claxton <[EMAIL PROTECTED]>;
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
Date: Monday, October 18, 1999 2:21 AM
Subject: Re: [ND] Can offline HTML later be sumitted continued


>
>Curt wrote:
>>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,
>
>Hi Curt & Brent,
>
>If I understand the issue correctly, Brent needs a way to have a
>client-side app (MSIE? Netscape? Some custom Java app?) save any
>HTML file, edit any form textarea data, then submit it later.
>
>The snag is that MSIE and Netscape don't save the values of forms.
>For example, save this as test.html and open it in MSIE or Netscape:
>
>  <form method=get>
>  <textarea name=notes>Hello World</textarea>
>  <input type=submit>
>  </form>
>
>Edit the text "Hello World" to say "Dumb Browser" then choose File,Save.
>Re-open the file, and see that the browser failed to save your edits.
>
>I personally consider this a bug-- the browsers are being dumb.
>
>When the client-side issue is addressed (via JavaScript, or a custom Java
>app?) then Curt's solution will do the trick nicely.
>
>Brent, is this accurate?
>
>-Joel
>
>

_________________________________________________________________________

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]

Reply via email to