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]