![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
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. |
#2
| |||
| |||
|
|
In article <er0bc.6948$oR5.4493@pd7tw3no>, "Noozer" <dont.spam (AT) me (DOT) here wrote: 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. Would a free lunch help? ;-) |
|
Couldn't you just copy the html page that the form is on and modify it? |
|
I mean a form comes down to a method attribute with a get or post option. You just have to do the same get or post. Unless there is some security method employed in the form, you should be able to submit your modified form. I mean hackers try this all the time. |
#3
| |||
| |||
|
|
"Robert" <rccharles (AT) my-deja (DOT) com> wrote in message news:rccharles-A7958A.15135803042004 (AT) news2 (DOT) west.earthlink.net... In article <er0bc.6948$oR5.4493@pd7tw3no>, "Noozer" <dont.spam (AT) me (DOT) here wrote: 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. Would a free lunch help? ;-) Doh! I just want to know if it's at all possible, and maybe what object I'd refer to as the "document" object isn't high enough up the tree to get me out of my browser window and into the other browser window. Couldn't you just copy the html page that the form is on and modify it? Nope... No way of getting users to the new page. We have absolutely zero control of the content on that server. We do have another server and regulary create forms and templates on it and was hoping that we could get our pages to interact with the other pages on the other server. Heck, even just selecting a specific textbox and then sending keystrokes would be fine. I mean a form comes down to a method attribute with a get or post option. You just have to do the same get or post. Unless there is some security method employed in the form, you should be able to submit your modified form. I mean hackers try this all the time. As much as I'd like to be able to directly submit data to the other site, it just isn't possible. |
#4
| |||
| |||
|
|
Nope... No way of getting users to the new page. We have absolutely zero control of the content on that server. We do have another server and regulary create forms and templates on it and was hoping that we could get our pages to interact with the other pages on the other server. Heck, even just selecting a specific textbox and then sending keystrokes would be fine. |
![]() |
| Thread Tools | |
| Display Modes | |
| |