Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to open popup window using jsp or jquery? [closed]

Tags:

People also ask

How do I open a popup with JavaScript?

The syntax to open a popup is: window. open(url, name, params) : url. An URL to load into the new window.

How do I force close a pop-up window?

To safely close a pop-up window, locate the button in your Taskbar that corresponds to the pop-up. Normally, the button and the pop-up will have the same title. Right click on the button and select Close.

What a popup () method in JavaScript is?

In Javascript, popup boxes are used to display the message or notification to the user. There are three types of pop-up boxes in JavaScript namely Alert Box, Confirm Box and Prompt Box. Alert Box: It is used when a warning message is needed to be produced.

How do I open popups in HTML?

Open Link in a Popup Window In order to open them in a new window, we add target="_blank" attribute to links. However to open the links in a separate popup window, we can make use of the onclick property and specifying a inline JavaScript code window.


In my Program have one hiperlink ..

when we click hiperlink a small popup will open and ask name and this name sending using form.

So how to create popup using jsp or javascript or jquery?