open popup in IE [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
window.open(address,'Audio Player','width=340,height=30,directories=no,location=no,menubar=no,resizable=no,scrollbars=no, status=no,toolbar=no');
this is my code which is not working in IE. bu i want in IE.can any one suggest me to how

You can't have a space in the Window title in IE. Change it to 'AudioPlayer'

Related

quill text editor for textarea is not working correctly with bootstrap [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to use quilljs-textarea in my project hosted here, but it gives me weird output as shown:
please any body help me.

Make div stay active in any page on a website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
Is it possible to have a stay on the page regardless of where the users goes to within the website?
Example: https://youtu.be/T3f-MPPH4Co
content can be done by positioning within a specific item.
https://en.m.wikipedia.org/wiki/Single-page_application

Is this a memory leak of angular? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
At http://docs.angularjs.org, click back and forth between pages the DOM Node Count continues to go up and up. No dramtical drop when I click "collect garbage".
I have opened an issue: https://github.com/angular/angular.js/issues/4864

after window.print = "" how can I use javascript to print? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
After window.print = "" how can I use javascript to print?
I just want the window.print() can work in Google Script
You can get it out of window's constructor:
window.constructor.prototype.print.call(window);

how to use multiple ID in javascript Preloader? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
that's my code
Click Here
example
$(function(){$("#album-left", "#album-right").loader();});
Use a CSS Selector
$(function(){$("#album-left, #album-right").loader();});

Categories

Resources