Questions tagged as 'modal'

3
answers

Modal form validation using Bootstrap

I have the following question. I have a simple registry and I want to register a new registry and tell me: If the field is empty it shows me the message "Fill in the fields"; If the form field already exists in the database it shows "Dupl...
asked by 21.09.2015 / 20:11
3
answers

window.showModalDialog does not work in Google Chrome, is there something equivalent?

Hello, I'm trying to open a modal in google Chrome ... The current application already uses window.showModalDialog for years, it works in IE ... I can not make changes using the html 5 dialog tag, there is some other method or a jquey / javascri...
asked by 13.11.2017 / 14:40
1
answer

How to activate modal through the option in a select?

Example: When I select the "volvo" option, the modal appears ... <label>Recinto</label> <select class="form-control" data-toggle="modal" data-target="#cria-recinto"> <option data-toggle="modal" data-target="#cria-recint...
asked by 13.01.2016 / 03:45
1
answer

Page Print

Good morning, I wonder if there is any way to count how many times a particular page (html) has been printed. I know we can count the times that a modal was opened with the click of the button, in the same modal I have a button to print (the con...
asked by 28.01.2016 / 11:32
2
answers

Is there a way to open an HTML page within a modal? As?

I have the following code that opens a modal: <div class="uk-modal" id="new_task"> <div class="uk-modal-dialog"> <div class="uk-modal-header"> <h3 class="uk-modal-title">{{ newTask.name }}</h3...
asked by 04.10.2016 / 12:26
4
answers

Increasing modal size using bootstrap and html

I have a certain modal responsible for displaying some content of the site, however the content can not fit the modal screen, it always stays the same width regardless of the content ... how can increase the size of a modal? code being used...
asked by 08.03.2017 / 18:59
1
answer

Pass an object to a modal Bootstrap

I need to pass a database object to a modal when I open it to show the object information. Is it possible to do this? follows the cshtml of the view in which the modal button is called, it opens correctly but I can not pass the object informa...
asked by 10.12.2015 / 20:10
1
answer

What is the difference between Show (), ShowDialog () and Application.Run ()?

I read something about modal but I did not understand, could anyone explain?     
asked by 28.05.2017 / 12:57
1
answer

Modal + form + values (bootstrap and javascript)

From the link below link I created the following modal link In the modal I fill in a value and it will update this value in the page form (which will have more fields ...) Question : How do I do this using just Javascript, JQ...
asked by 05.10.2015 / 07:40
1
answer

Submit form to a php script and open a modal once it is submitted

I have a form that already does the validation of the fields, but I wanted that when I clicked the send button it sent the data to the file recebe.php and already opened a modal that I created. Here is the code for my form: <form...
asked by 23.07.2016 / 17:49