Skip to content Skip to sidebar Skip to footer
Showing posts with the label Popup

Close Popup Window

I have a popup window which is opened using this code: function _openpageview(fieldid,objectid,open… Read more Close Popup Window

Js Popup Is Not Working On Safari (hide/show)

Simple popup with js is not working on IPhone and IPad Tried to replace href='javascript:PopU… Read more Js Popup Is Not Working On Safari (hide/show)

Is It Possible To Open A New Window And Embed Iframe In To This?

I need to open a new window and I want to embed a video in an iframe and show it in this window. A… Read more Is It Possible To Open A New Window And Embed Iframe In To This?

How To Set Title In Window Popup When Url Points To A Pdf File?

In javascript I create a URL which points to a PDF and open a new window. The window title contains… Read more How To Set Title In Window Popup When Url Points To A Pdf File?

Showing A Jquery Popup Before Browser Window Closes

I'm using the following js to show a popup before the browser/window closes. But it does not se… Read more Showing A Jquery Popup Before Browser Window Closes

Window Popups - How To Get Window.blur() Or Window.focus() To Work In Firefox 4?

I'm aware that FF4 doesn't allow the use of window.blur() unless 'Raise or lower window… Read more Window Popups - How To Get Window.blur() Or Window.focus() To Work In Firefox 4?

How To Display Html Content Using Window.showmodaldialog()

Will I be able to display a HTML content (not a file) in a pop up window using JS? I am trying to o… Read more How To Display Html Content Using Window.showmodaldialog()

Js Popup When Leaving Page But Not When Submitting Form

I use this code on my website to display a warning message in a popup when a user trie to leave the… Read more Js Popup When Leaving Page But Not When Submitting Form

External Popup Onclick To Open Only Once Per Session

I was able to duplicate the functional popup (coding is hell for me). The problem is that every tim… Read more External Popup Onclick To Open Only Once Per Session

Php And Window.close In Javascript

I have a problem. I have a page that when you click a button, a popup with a form is shown. So, I c… Read more Php And Window.close In Javascript

Close Popup By Clicking Outside It Javascript

I used this tutorial to add popups to my webpage. Is there a way to make it so a popup closes when … Read more Close Popup By Clicking Outside It Javascript

Javascript Popup Window And Reload

I have a slight variation on the window.opener.reload javascript. Normally, if I want to reload a p… Read more Javascript Popup Window And Reload

Open Popup, Click Link, Open In Parent Window, Close Popup?

I need help please. What I want to do from my page is to open a popup for which I use this: Solutio… Read more Open Popup, Click Link, Open In Parent Window, Close Popup?

Vaadin Javascript Popup Only Works First Time In Each Session

I have an application which requires a process to be cleaned up regardless of how the user exits th… Read more Vaadin Javascript Popup Only Works First Time In Each Session

What's An Easy Way To Show A Popover Based On If / If Else Statements?

I'm using the javascript on my site seen on the link below. It determines if the user 1. has al… Read more What's An Easy Way To Show A Popover Based On If / If Else Statements?

Show Pop Up Only Once Throughout One Navigation Of The Site

I have a website created using laravel. I want the user to be able to see a popup the first time he… Read more Show Pop Up Only Once Throughout One Navigation Of The Site

Storing The Window Object In Local Storage

I need the ability to persist the window object. I tried to stringify the window object but I recei… Read more Storing The Window Object In Local Storage

Onbeforeunload To Redirect User

In my OnBeforeUnload event, it asked the user whether they want to leave the page or stay on it. Wh… Read more Onbeforeunload To Redirect User

Javascript Popups: Submit Form, Show "wait" Screen For 5 Seconds, Then Auto-close Popup

I have a popup that requires the user to fill out a form. Once the form is submitted, I need to tak… Read more Javascript Popups: Submit Form, Show "wait" Screen For 5 Seconds, Then Auto-close Popup

How To Open A Pop-up Using Jsf Without It Being Blocked By The Browser

I'm working on a PrimeFaces 6.0, JSF 2.2 (Mojarra 2.2.7) application. I need to load a web page… Read more How To Open A Pop-up Using Jsf Without It Being Blocked By The Browser