0
votes
3answers
55 views

Jquery dialog submit not working

yesterday I started working on a Jquery Dialog box to replace the default confirm box that jquery has... I came across an issue and all the tutorials I see tell me to use .submit() on my form but that ...
0
votes
2answers
46 views

Display errors after dialog confirm on the same page. Jquery and PHP

So far I have a html form that allows the user to post some data. This is the steps I need the form processing to happen. 1, Once the user has submitted the data on page A it then brings up a Jquery ...
0
votes
2answers
71 views

Jquery dialog form submission

I have to choices for a user to make at a sign in form. They can either submit or cancel. If they click submit then they get this : if they cancel they get this : I have a minor issue that ...
-1
votes
1answer
43 views

Perl CGI Jquery dialog form submit problems

I believe I'm doing something wrong here. I have a Perl script that says "if not submit button name submit/save, display html page. Then on submit, run subroutines which pretty much insert6/update ...
1
vote
0answers
50 views

JQuery UI dialog not passing form variables after preventdefault

I believe I'm doing something wrong here. I have a Perl script that says "if not submit button name submit/save, display html page. Then on submit, run subroutines which pretty much insert6/update ...
0
votes
1answer
37 views

.NET Print Any File To XPS With File Name

I am trying to create method that prints any file to XPS using its default aplication, in my Windows forms app. This works fine, but I am unable to pass destination XPS path to the printer and open ...
2
votes
1answer
114 views

Clear form in p:dialog on close after failed action/method call

Okay-- I have really been struggling with this for a couple of days now, so I'm hoping someone here can help me out. I've got a form within a p:dialog component being submitted via AJAX. The form in ...
-2
votes
2answers
147 views

passing html input value into jquery ui dialog ass variable

I have a html form with an autocomplete input field that open an jquery dialog. in this dialog i have an sql search that will need the value from the input box. How can i get the input in the Dialog ...
0
votes
1answer
111 views

Making VCL Forms and Dialogs play nicely with WinApi Window

The short version - I have an OpenGL Window which is created using WinApi calls. I would prefer to keep it this way, instead of wrapping OpenGL into a VCL Form. To provide some preference menus ...
-2
votes
1answer
38 views

Display JQuery Dialog After Form Submission

Question: After user submits the form, there should be a JQuery Dialog that use to display message after getting response from java servlet.
0
votes
0answers
116 views

JAVA show my own form as a dialog

Creating Java application, and have a task: Need to open new form from my "parent" form, but it should be opened like a dialog (block "parent" form from editing, while new form is opened) Tried, to ...
0
votes
1answer
193 views

How to make and display a form in a Dijit Dialog programmatically?

I've been trying to figure out how to create and display a form inside of a Dialog using Dojo 1.7. I want my dialog to look something like this: All the samples I have seen do it using Markup, but ...
0
votes
0answers
97 views

Generating payment in AP journal in Dynamics AX without generating dialog form

I need to use class VendOutPaym for generating payment(modifying all fields necessary to be modified after payment generation with all data validations required to generate check). I need to write ...
0
votes
1answer
142 views

Dialogs not showing correctly using modal=true and appendToBody=true

I read many posts about this issue, but couldn't find a solution. I have a form at the beginning of my JSF with a commandButton, which should open the dialog. The Dialog has a form inside the Dialog ...
0
votes
2answers
135 views

Primefaces why invoke setXXXX method when closing the Dialog

When closing the Dialog why setDataTransferRangeInSeconds() method is invoked? Normally I might not have been invoked when closing Dialog? <h:form> <p:dialog header="Service ...
0
votes
1answer
87 views

.NET Compact Framework 2.0 Dialog lost focus

I have a form that opens a another as a dialog with form.ShowDialog() But I have a problem that I think is being cause by the new dialog losing focus. Sometimes the original form just remains and ...
1
vote
3answers
355 views

Retain values in dialog box after closing - windows forms c#

I'm relatively new to C# and Windows forms so excuse me for what may seem like an easy question. I have a windows application which has a dialog box which when opened contains textboxes with some ...
0
votes
5answers
212 views

jQuery button widget not working properly on submit in Chrome

I have one little problem with my web. I have there form in external file, something like below. <form action="/action.php" method="post" id="formularz_dodaj" target="iframe_id"> ...
0
votes
1answer
48 views

Cant read variable inside jQuery post

I can't get my form to remove from the page when I pass the element to the .remove() function when its inside a $.post call. Here's my code: function cancelUpload(form) { $( "#closeModal" ).dialog({ ...
4
votes
1answer
58 views

Growing form when opened with acDialog

I open a form with that command: DoCmd.OpenForm "frmGraphData", acFormDS, , , , acDialog, "A" & Me.OpenArgs When I created the form I save it in the size I want it. But the form grows every time ...
0
votes
3answers
205 views

Call id textarea with variable using jquery

Hi i have this form opening with window's dialog: <form method="GET" id="formparam"> <table><tbody><tr><td> <label>ID</label></td> ...
0
votes
3answers
2k views

jQuery UI Dialog using a form

I have the following code: HTML <form action="" method="post" accept-charset="utf-8" class="button-to-delete"> <input type="submit" name="delete" value="Delete" class="btn btn-danger" ...
0
votes
4answers
329 views

Trying to grab information from a Data Table in Form 2 and set Textboxes in Form 1 using C#

I have two forms (Form 1 and Form 2), I am successful in passing a data table from Form 1 to Form 2 by filling a data grid view in a dialog box. I also have an event handler to capture double click ...
2
votes
5answers
196 views

Managing the dialog form in C#

On click of a button I have this code with is should show a dialog on top of the current form and display text, wait for one second, change the text and then finally close it: Form p = new Form(); ...
0
votes
3answers
264 views

Form with jquery not working in dialog

I have 3 buttons each opening a different form into a dialog. The buttons show the dialog ok but i want to use jquery within the form. Anytime i try to include some jquery functionilty to the form to ...
0
votes
0answers
484 views

synchronization validation and display of dialog in a primeface JSF2.0 form

I have a form with jsf2 and primefaces that contains a submit button that managed two things: First: form validation with the update attribute and second launching a confirmation dialog box when ...
1
vote
1answer
601 views

Jquery .change check for dirty form

I have just started working with PHP and JQuery and want to display an alertbox if all input field in a form is dirty - and if not, go to the selected page. I can’t get the code below to function. ...
0
votes
1answer
915 views

jQuery dialog and ajax login on form submit

here is the scenario working in CodeIgniter: ( I am sorry if the Question format is not the right one, this is my fist post here.) I have large form to be submited and it is submiting OK with ajax, ...
1
vote
1answer
212 views

How do I pop up a custom form/dialog in a Greasemonkey script?

I have been working on a script to use as a plugin in Firefox, and have come across the need to pop up a custom form when a certain button is clicked. I need to be able to create the entire form ...
0
votes
3answers
2k views

how to get checkbox values in form in jquery dialog?

I have a form in a jquery dialogue. How do I get the values of the selected checkboxes once the form is submitted? $(document).ready(function(){ var $dialog = $('<div></div>') ...
0
votes
4answers
189 views

File System Entries Browser Dialog c#

I'm usin Windows.Forms aplication and I can get files or directory from my user using OpenFileDialog or FolderBrowserDialog. But I need get both in a unique dialog. I Try use OpenFileDialog with ...
0
votes
1answer
414 views

Form submit doesn't work in IE and Chrome

I've made a script to submit a form and then opens a dialog showing "added to cart". It works in FF. Chrome redirects me to the cart page and IE does nothing, not even submit anything. <script ...
1
vote
3answers
74 views

Retrieve input from specific div

I currently have multiple dialogs, but I would like to keep the element 'name' just as they are so that I can handle it in one function. Code: <div class="hiddenInViewSource" ...
2
votes
2answers
2k views

Jquery mobile submit form with a dialog (straight POST)

I am building a mobile web app using the jquery mobile framework. I need to have my submit form button open up a dialog popup as well. But the input type ="submit" element does not allow for the ...
1
vote
0answers
189 views

problems with maintaining session over a hidden cross posting to an iframe inside a modal jquery dialog

I am trying a hidden FORM post to an iframe in a dialog to carry on my checkout. Its the classical scenario of filling up a shopping cart and open a window with the transferred cart to checkout ...
2
votes
3answers
535 views

jQuery dialog/serialize conflict?

I have run into an issue where an input field within a form I'm using should only be shown under certain conditions. I chose to display it with jQuery's dialog() method. However, after the dialog() ...
1
vote
2answers
494 views

how to open a dialog over topmost form window in C#

i have a C# program that i made that uses forms to display the control for the user. the main form open other forms on top of it, each new form is set to topmost in the program i call for PDFCreator ...
1
vote
4answers
3k views

jQuery dialog - submit form via ajax?

I'm displaying a large form with lots of validation in a jQuery dialog box, but I'm now wondering if there's anyway of getting it so that once I submit the actual form, it will load via Ajax and stay ...
0
votes
1answer
562 views

Are there any good alternatives for jQuery popBox (a script that automatically extends a text field into a popup textarea in a dialog window?)

I'm trying to find a replacement for popBox, a script that opens a textarea in a dialog window when you click a text input field in a form (more info at ...
0
votes
1answer
254 views

jqgrid: How to render a field as link and open a jquery.dialog containing an ajax loaded edit page?

I'd like to render a field as a link and open a jquery dialog when a user clicks on the link. Then, the dialog should ajax load an edit form and alert user if load fails...already exists some example? ...
0
votes
2answers
602 views

jQuery UI for form confirmation

This is my first question on StackOverflow and I've already visited every single question about jQuery Dialog & Forms, but still have an issue. I'm trying to implement a jQuery Confirmation ...
0
votes
0answers
331 views

jQuery Form Plugin Not Submitting Request To CakePHP

First of all I apologize for my English. I have a problem with the jQuery.form plugin (http://jquery.malsup.com/form/). I'm trying to make a form (which appears in a jQueryui modal dialog) to add a ...
2
votes
3answers
2k views

Recommendation for a jquery plugin for dirty forms - Notify user that changes will be lost when exiting page [closed]

I'm looking for a way to notify our users not to leave a page if the form-data was changed without saving. A warning message should appear (with the option to leave anyways or stay at the page). We're ...
0
votes
1answer
287 views

Passing data to a jQueryUI dialog using PHP

Fairly new with jQuery itself. I am trying to use the jQueryUI dialog widget as a messaging service wherein users can click on a "Send Message" link and the dialog widget pops up. I was wondering how ...
0
votes
1answer
1k views

Zend form inside dijit dialog on submit validation

I'm fairly new with creating a web application and would like to seek help regarding dojo and zend framework. I'm having problems with validation on form submission and also need to create dynamic ...
0
votes
2answers
431 views

jQuery validation within dialog

I'm creating popup forms using jQuery dialog & validation plugin. It all works fine except one thing - the error message doesn't clear off when form is closed, i.e. the form does not "reset" ...
2
votes
1answer
648 views

JQuery UI Dialog buttonpane div appendTo form

I want to append the panel that is created for the buttons in the dialog. So i can access controls in the form with the Print button. $(document).ready(function() { $(".dialogDiv").dialog({ ...
1
vote
4answers
1k views

How do I ShowDialog based on MessageBox selection

I am using C# here. I have a form where the user can select Yes or No, and if they choose No, a message box appears and asks them if they are sure. If they click No, I want to show the form again. ...
1
vote
1answer
171 views

dialog content not loading on one page

Symptoms This applies to a Wordpress blog where there is a link that is used to activate a dialog containing a form. The link and the dialog are available on any page on the site. They are activated ...
1
vote
0answers
616 views

Using jquery forms plugin with Wordpress

EDIT I solved most of the problems on this issue by rewriting the script. However, there is one remaining problem that I've posted as a new question. Problem Clicking on the submit button fails but ...

1 2