PDA

View Full Version : permission denied and framesets


dwbh
07-01-2002, 03:49 PM
Hi,

I have a frameset that calls a navigator page in the top frame and a form in the bottom frame. In the form, I am trying to call a function in the page's <HEAD> tag, and I repeatedly get the error "Permission denied". Anyone have any general suggestions about why this may be happening?

Thanks,
Sam

mordred
07-01-2002, 04:16 PM
Are you sure you're talking about a PHP problem? For me it sounds like something with JavaScript.
PHP does not know anything about framesets nor about <head> tags. All processing is done serverside. If you get the error message you mentioned, you usually tried to write to a file you didn't have permission to do so. Chmodding might help.

I think you have to elaborate on your problem. Don't hesitate to post any relevant PHP code, that will make things easier. :)

dwbh
07-01-2002, 04:18 PM
Whoops, wrong forum! :o Sorry to take up your time.

scroots
07-15-2002, 09:32 PM
do you have the wright to access the directory of the problem page?

scroots