Web Analytics Made Easy -
StatCounter permission denied and framesets - CodingForum

Announcement

Collapse
No announcement yet.

permission denied and framesets

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • permission denied and framesets

    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

  • #2
    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.
    De gustibus non est disputandum.

    Comment


    • #3
      Whoops, wrong forum! Sorry to take up your time.

      Comment


      • #4
        do you have the wright to access the directory of the problem page?

        scroots
        Spammers next time you spam me consider the implications:
        (1) that you will be persuaded by me(in a legitimate mannor)
        (2)It is worthless to you, when i have finished

        Comment

        Working...
        X