Results 1 to 2 of 2

Thread: Need help Comparing iframe url

  1. #1
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help Comparing iframe url

    hi all,

    i am using the widget script found here
    http://www.dynamicdrive.com/dynamici...ndow/index.htm

    I am hoping you can help me.

    Lets say the url of the popup goes to http://www.firefox.com i would like it to close/ hide the popup.

    Is this possible?

    thanks

  2. #2
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    please im desperate.

    i have tryed using vbscript :

    <script language="VBScript">

    if document.ALL.googlebox.src = "http://www.firefox.com" then
    googlewin.close(); return true

    end if

    </script>

    but that didnt work to no suprise.

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
  •