User Profile

Collapse

Profile Sidebar

Collapse
jdgregson
jdgregson
Last Activity: Oct 28 '10, 10:54 PM
Joined: Oct 27 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jdgregson
    replied to Popup not working in Firefox/IE?
    Okay, I changed it from

    copyUrlWindow.d ocument.head.ap pendChild(copyU rlWindowScript) ;

    copyUrlWindow.d ocument.head.ap pendChild(copyU rlWindowCSS);

    to

    copyUrlWindow.d ocument.body.ap pendChild(copyU rlWindowScript) ;

    copyUrlWindow.d ocument.body.ap pendChild(copyU rlWindowCSS);

    and it works great in Chrome and Firefox, but still no dice in IE.
    See more | Go to post

    Leave a comment:


  • jdgregson
    replied to Popup not working in Firefox/IE?
    Firefox's error console returns two errors each time the button is clicked. Here they are:

    Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXP ECTED) [nsIPrefBranch.c learUserPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXP ECTED)" location: "JS frame :: chrome://dotnetassistant/content/bootstrap.js :: BootStrapDotNet AsssitantExtens ion :: line 52" data: no]...
    See more | Go to post

    Leave a comment:


  • jdgregson
    started a topic Popup not working in Firefox/IE?

    Popup not working in Firefox/IE?

    After finishing this proof-of-concept, I realized that it only works in Google Chrome, the browser I was using.

    I'm not going to try to explain how it works, because it's pretty much noobie scripting.

    But basically, in Chrome, it does exactly what it's supposed to and writes copyUrlWindowTe xt, copyUrlWindowEx p, copyUrlWindowCS S and copyUrlWindowSc ript to a new window called copyUrlWindow. But in Firefox and IE, I'm...
    See more | Go to post
No activity results to display
Show More
Working...