Hi,
I have a page with 2 frames. One frame has a form in which a user enters search choices. doPost() is used to accept those choices and generate the output based on them. This output is displayed in the other frame, and is a list of links.
When I try to reference those links, I get an "Access Denied" error. I looked through the forum, and now I understand that this is because of the 'same origin' security check that JavaScript does. Since the page created by doPost really exists off the webServer I get this error.
How do I fix this? Is there a way to force doPost to send the page in a way that it no longer references a location off the web server?
Thanks for your help,
Draug
I have a page with 2 frames. One frame has a form in which a user enters search choices. doPost() is used to accept those choices and generate the output based on them. This output is displayed in the other frame, and is a list of links.
When I try to reference those links, I get an "Access Denied" error. I looked through the forum, and now I understand that this is because of the 'same origin' security check that JavaScript does. Since the page created by doPost really exists off the webServer I get this error.
How do I fix this? Is there a way to force doPost to send the page in a way that it no longer references a location off the web server?
Thanks for your help,
Draug