I have a page which comprises 2 frames. In the top frame is a form in which the user can select various processing options from drop downs. As each drop down changes a message is written to the bottom frame instructing the user what processing will be performed on submit. This works fine!
However on submitting the form calls a cgi script on a unix server and the call targets output of the cgi script to the bottom frame. This works fine!
The problem arises now if the user changes the dropdowns and an attempt is made to write info the the bottom frame...I get a Javascript Error
Error: Access is denied
Code: 0
URL: blah blah
Any help greatly appreciated as I am now desperate.
However on submitting the form calls a cgi script on a unix server and the call targets output of the cgi script to the bottom frame. This works fine!
The problem arises now if the user changes the dropdowns and an attempt is made to write info the the bottom frame...I get a Javascript Error
Error: Access is denied
Code: 0
URL: blah blah
Any help greatly appreciated as I am now desperate.