Topic awaiting preservation: form in external window (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: everywhere |
posted 04-19-2003 13:34
What I want to do is have a function that will open a window (got that) with a precpecified, off-site document (i.e. I can't modify the page I am loading). However this page has a form on it, and I want to be able to fill in some of the values of the form with ones I specify. I've searched google but any attempts to reference the external window have failed. Here is my code so far: |
Paranoid (IV) Inmate From: France |
posted 04-19-2003 17:09
quisja: You forgot that the FORM element is nested in the DOCUMENT, thus your function should be: code: function opengb{
|
Paranoid (IV) Inmate From: everywhere |
posted 04-19-2003 20:15
Hence I get an "access denied" error message when I try to do that. What are these abnormal ways that you speak of then..? |
Bipolar (III) Inmate From: schillmania.com |
posted 04-21-2003 01:07
It's possible you may be able to append parameters in the URL to fill out the form fields - that way you don't have to worry about cross-domain scripting security issues etc. |
Paranoid (IV) Inmate From: everywhere |
posted 04-21-2003 13:05
Hmm, nope, no workie... oh well, I'll have to look at doing this a different way... |