N
Noozer
We have a web based tool used to report issues in our office. Many times the
users do not enter the required information to deal with the issue.
Unfortunately we don't have control of this application to update or modify
it.
I would like to create another web based tool where users would fill out a
form, click submit and the info from that form would be inserted to a
specifically named textarea box in a separate IE window.
A couple of factors that would affect this...
- The URL of the reporting tool does contain form data. I'm not sure if this
would affect detection of the current address in the browser.
- The name/ID of the textarea/textbox that I want to paste to is always the
same.
- The only browser to consider is IE as this is an INTRANET application.
Are any of the following scenarios possible?
- User has reporting tool open in one window at the proper page to enter
info. In another window they have our new form. They click submit and our
page inserts information into the other page.
- Same as above, but user has a different page than the reporting page. Can
our form detect what page is showing in the other browser window and issue a
warning to the user, or cause the other page to move to the correct
reporting page?
- User only has our page open. When they submit the form it opens the
reporting page in the same window and updates, or in a frame in the same
window and updates?
.... This should explain pretty much what I'd like to accomplish.
Currently when the user submits on our form it just copies the contents of
our form to the clipboard and pops up an alert box telling the user to "now
please paste your clipboard in the the problem report." It works, but it's
not very elegant.
Thanks!
users do not enter the required information to deal with the issue.
Unfortunately we don't have control of this application to update or modify
it.
I would like to create another web based tool where users would fill out a
form, click submit and the info from that form would be inserted to a
specifically named textarea box in a separate IE window.
A couple of factors that would affect this...
- The URL of the reporting tool does contain form data. I'm not sure if this
would affect detection of the current address in the browser.
- The name/ID of the textarea/textbox that I want to paste to is always the
same.
- The only browser to consider is IE as this is an INTRANET application.
Are any of the following scenarios possible?
- User has reporting tool open in one window at the proper page to enter
info. In another window they have our new form. They click submit and our
page inserts information into the other page.
- Same as above, but user has a different page than the reporting page. Can
our form detect what page is showing in the other browser window and issue a
warning to the user, or cause the other page to move to the correct
reporting page?
- User only has our page open. When they submit the form it opens the
reporting page in the same window and updates, or in a frame in the same
window and updates?
.... This should explain pretty much what I'd like to accomplish.
Currently when the user submits on our form it just copies the contents of
our form to the clipboard and pops up an alert box telling the user to "now
please paste your clipboard in the the problem report." It works, but it's
not very elegant.
Thanks!