DC,
I'm not following. The call to the default run mode should set the correct runmode param as a hidden var in the html ... so a reload should just reload the default form ... Am I missing something?
| [reply] |
A browser's reload function will reload the URL that was sent, not the form that was received. Basically, don't think of it as a reload of the current page so much as a resend of the URL (including all params) that resulted in the current page. It's a resend of the request, not the response.
My criteria for good software:
- Does it work?
- Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
| [reply] |
Well that's just a big doh! on my part. Thanks for explaining what I should have known.
Thanks.
| [reply] |