Results 1 to 5 of 5

Thread: php and javascript

  1. #1
    Join Date
    Jul 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default php and javascript

    hi there,

    i'm trying to use javascript to scroll a php page inside an iframe, when i test the script on a html page it scrolls beautifully, however the php page will not scroll. i have echoed out the javascript and when you view source the page looks exactly the same as the pure html version, so i'm at a loss as to what's gone wrong! can anyone think of anything obvious to try, as far as i know i should work.

    cheers!

  2. #2
    Join Date
    Jul 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    proper php version which does not work
    http://www.gibbsfordloutsis.plus.com/dots00.html

    html mockup of the same content which does work]
    http://www.gibbsfordloutsis.plus.com/dots01.html

    nb: some, more sensitive, folk may find the content of these pages offensive because currently it is just me ranting and typing gobeldegook

  3. #3
    Join Date
    Apr 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i'm not 100% sure about this, but shouldn't the php page be dots00.php

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
    uncaught exception: Permission denied to get property Window.scrollspeed
    The problem is that the page in the iframe is on a different domain. Move it to your server, and it will all be fixed.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Jul 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    spot on thankyou very much!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •