Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Joe Lipman
has contributed to:
Why I got 'Access is Denied' error when using setTimeout('win.document.execCommand("saveAs")',500)?
how can I view the source (content) of a file included via <script src=xxx></script>?
Do someone know where to find a documentation about document.execCommand ?
Can you acquire the source code of a page and put it into a string variable?
If I have a frameset with 2 frames f1 and f2, how can I access an element in form f1 from form f2?
How can I access the reference of the windows opened with javascript window.open() command?
How can I make document.execCommand("SaveAs") work on Websites? (ie. saving other websites)
Is it possible to find out whether a user has bookmarked your page already? (via Javascript)
How can I make javascript read online websites using innerHTML? (ie. not Local)
Is it possible to read the source code of websites NOT stored locally?
How can I achieve the same as using a "reset" button, in JavaScript?
in my string, how do i replace spaces and other characters so that a proper URL is formed?
How can I force a File Download of a .pdf file with a hyperlink (bypassing Acrobat Reader)?