Updating A Form Field Using Popup Window
Mar 18, 2003
I am created a site where personal messages will be sent to other members. To do this I want to allow users to either type in the users seperating their name by ; (ie Joe Bloggs; Michael Jackson; Fred Flintstone). or alternativly have a popup box where all the names on the database are displayed in a list with a check box next to the names. I will be using PHP to interact with the database and know about this
My problem is getting details from the popup box and displaying them in the text field on the main browsers form? So if in the popup box the user checked Michael Jackson's name how would I get Michael Jackson to dispaly in the main browers field (input name ="to")?
Does anyone know how to do this?
View 8 Replies
ADVERTISEMENT
Jun 13, 2011
Im trying to create a hidden form field in a parent window from within a child window (popup). I am trying to use jQuery, but unfortunately the hidden field does not get created.
Code JavaScript:
View 2 Replies
View Related
Jan 25, 2011
I am very green in Javascript but I am working on it, I was wondering if this is even possible:
I have a bit of information as just text on a page, what I would like to do is to have the text change according to which form button they select. The trick is that the text information is not in a form, its just in a table.
example:
Here would be blah blah blah
()<-bad impression of a button
once I select that button, the information above it would change to something different.
View 3 Replies
View Related
Nov 23, 2005
I have a form that is using HTML and PHP to make calculations for an
order form. One of the fields is asking for a total number of
workstations. I would like this field to be a real-time total of five
other fields in this form.
View 7 Replies
View Related
Apr 7, 2007
My problem is that ..... I have to select Data from Popup Window and get that Data back to my Parent window's textarea field..
View 2 Replies
View Related
Aug 22, 2006
I have a form that has a drop down. In the drop down are items the person can select, then next to the drop down there is a link to add an item if the item is not listed in the drop down. That link is a popup window for the person to add a new item.
My question is, is there a way that after the person adds the item via the pop up the popup window closes and the drop down is now showing the new item they selected without losing all their form data they already entered??
View 1 Replies
View Related
Jan 8, 2004
I have a popup window which has the search form in. What I want to do is for the popup window to close once the form is submitted, and to post the form data to a page on the main window.
Is anyone able to advise. As the main page is dynamic, it is not possible to give the page a name.
View 4 Replies
View Related
Oct 11, 2006
I have a form that is in a popup window. I need the form to submit to the opener window. Is is possible to do that? The opener window is the main window so it is does not have a name and there are no framesets.
<form action="something.php" method="post" target="????">
I'd like to use window.opener in the target but that's JavaScript...
I know somebody has done this before and has the code.
View 2 Replies
View Related
Nov 18, 2010
I've got this hidden div that pops up using jQuery when the login menu item is clicked.
<div class="entry-wrapper" id="reg-login" style="display:none;">
<div class="t"></div>
<div id="loginFormHolder" class="c">
<div class="close">
<a href="index.php" class="spotlight-close"> </a>
</div> <!-- close -->
<div class="login">
<div> <!-- blank --> .....
What I'm trying to do is setting the input focus on the user_session_username text input and the code is not working. The div pops up but the focus is never put into the user_session_username edit field.
View 5 Replies
View Related
Jun 23, 2009
I have looked all over the Internet for the last few hours and the main articles I can find are using JQuery or Prototype to handle validation. However, I am trying to work on a series of forms (They won't work with tabs due to their nature) which depend on other items in a database.So, what I want to do is if someone is inserting a record in Form 1 to input into Table 1 which has an ID from Table 2, it will pop up a new form (shadowing out Form 1, sort of like LightBox does) to create the new record into Table 2. Once this record is inserted successfully, it will return control to Form 1.I plan on making an OnKeyUp activate this script when someone clicks on the textfield to add a new category. I understand what I have posted may be a little confusing, but I basically just need to be pointed in the right direction with a couple of tutorials to follow for how to use AJAX to show forms.
View 2 Replies
View Related
Dec 22, 2010
Basically, what I want to do is update a textarea in the parent window with data from the child (pop-up) window.There's an add image button on the main parent window that, when clicked, opens a pop-up window to upload an image and select its alignment (left, center and right). When the image is uploaded successfully, I want to send an img tag with the path to the newly uploaded file (and the alignment in the style attribute) to a textarea in the parent window.The original plan was to upload the file in the parent window itself, but any Ajax file uploading tutorial that I read didn't work in my code, though I tested it outside of my code and it worked fine (didn't refresh the page). It doesn't need to be on the parent page, I just thought it would be easier than doing it through a pop-up window, and I don't want to bother figuring out why it's not working with my code so I'm sticking with a pop-up
View 1 Replies
View Related
May 25, 2004
Here is a short and sweet code snippet for submitting a form to a popup window. It only requires modifying the <form> tag a bit. Non-JavaScript users simply get a regular new window.
<form action="formParser.php" method="POST" target="newFormWindow" onsubmit="window.open('about:blank', 'newFormWindow', 'width=340,height=260');">
.....
</form>
View 7 Replies
View Related
Feb 17, 2006
I am using a standard html <form> to send data to a pop up calculating somthing.
I want all coming requests to go to the same window.
Quite easy with forms since we have the target attribute, thus target="calculating_window".
However future <form> submitted entries will appear in the "calculating_window" window, but keep behind the current active window (with the <form> formular). The user therefore cannot see new entries beeing calculated.
I tried working with a OnClick thing with the submit button and javascript focus(), but i just can't get i to work. Any suggestions?
View 1 Replies
View Related
Aug 31, 2009
i am doing Screenshot development of my current project. I am gonna using jQuery as Javascript framework in my project. For this i need some help as i dont know jQuery very well.Is it possible to make Modal popup which is auto updating every 15 seconds and the updating continue for about 1minutes?
View 1 Replies
View Related
May 26, 2007
Need some working sample code to post hidden form data from a php page
to a new popup window. 540 x 500 centered. The popup that I'm calling
already is formatted and has a TITLE:web-2007.php so what I need to do
is to write the values from the PHP page to that popup in specific
places.
Some of the hidden values are also like this format;
<input type="hidden" name="handling" value="<?php echo $_POST["sub"];?>">
<input type="hidden" name="email" value="<?php echo $_POST["email"];?>">
Right now,the hidden input fields are on a PHP page, and I'm calling the
popup from the generated PHP page like so:
View 3 Replies
View Related
Feb 13, 2011
what i want this to do is take the x_cityid and add it to teh hidden field with the id of citiesid (I will do an ajax call before this but my simple javascript is not working)what am i doing wrong?
function addtocitylist() {
var x_cityid = document.getElementById('x_cityid');
var x_areaid = document.getElementById('x_areaid');
[code]....
View 22 Replies
View Related
Jan 8, 2008
What I need to do, is to change a form field value in a new window (window2) based on input from the parent window. The new window (window2) will pull up an existing site, with a form, which I can't change the code on. I will only be able to work with the code on the parent window.
After I load the new window (window2), with the onload function, the error says: ('window2' is undefined).
For example, here is the basic code I have been trying to work with:
<script type="text/javascript">
window.
window.open("window2.htm", "window2");
window2.theform.field.value=1;
}
</script>
View 1 Replies
View Related
Jul 17, 2009
I have a DB query that returns CustomerID, CustomerName, CustomerContact, CustomerSalesID. This Query populates a dropdown.
I need to have the Customer Contact applied to a text field and the customer Sales ID used to select the SalesRep from a different drop down when you select a customer.
Not too hard I'd think. I don't think I need to go as fancy as AJAX since I've already called the query when the page loads, that data is already there.
View 9 Replies
View Related
Feb 28, 2011
What I have right now:Endless loop of Rows/records.Each one has a checkbox and a submit button.� I tried to make the checkbox pick up updating `long_desc`� The submit button currently just marks the job completed in the DB. (0=Incompleted 1=Completed)Submit button works with updating the row, right now... but instead of the submit button doing that, I want to have 2 checkboxes. One that knows to update the text field, and one that knows to update the status of the job, submit button to initialize it.I have some Javascript in already to separate the forms I have, and assign ID's to each Submit button on the page, but I really am stuck right now.
View 1 Replies
View Related
Jan 5, 2011
I have on submit code that is checking to see if a field has any data. If not, some date fields are updated with generic data. The if statement does what I want it to do with the date fields, but it is overwritting what I have in the field that I am checking with either true or false. I don't understand why this would happen as I am not changing the value of this field with the code, just checking to see if there is a null/blank value.
Code:
if ((document.forms.Master.TrainAssocCourse2.value=null||document.forms.Master.TrainAssocCourse2.value=="")){
[code]....
View 2 Replies
View Related
Mar 18, 2009
I dont know a lot about Javascript or AJAX. But, what I am wanting to do is to have two forms and what ever is entered in either will open a new window with that info.
[URL]
In form one I want what is entered to be placed where the 77777 is in the URL in a new window.
In form two I want what is entered to replace IRN=77777 with Username=88888 and where the 88888 is will be what is entered in the field.
Here is what I have currently on my page:
Code:
<table border="0">
<tbody>
<tr>
<td>Search IRN:<br /><input name="" style="width: 200px;" type="text"></td>
[Code]....
View 3 Replies
View Related
Oct 7, 2002
I am trying to open a window, with a url, and parameter from array form field. Here is the code:
<input type="text" name="parameter[1]" value="1223344"><input type="button" value="Check ID" + document.MainForm.parameter[1].value)">
I am getting that document.MainForm.parameter.1 is null or not an object.
How can I properly make javascript recorgenize the field?
View 2 Replies
View Related
Jul 7, 2003
How can I create a popup window in a form without showing the status, menubar, location and with width of 502 and height 550?
I was doing something like this, it will popup a window, but I do not want to show the status, menubar, location, etc. The form is submitted to other site.
<form action="http://www.otherdomain.com/preview.php" target="_blank">
<input type="text" name="value" size="20">
<input type="hidden" name= "1" value="1">
</form>
Any idea?
View 1 Replies
View Related
Jul 23, 2005
I have a requirement in which, I need to capture a loan amount and the amount of down payment for that loan. According to the requirement, the user is going to enter enter the loan amount and then will enter the down payment in either percentage of the loan amount or an actual amount. I have designed a form to capture this information with three text fields, one each for loan amount, down payment in % and down payment in $.
So the user has the option of entering downpayment in $ or in %. If the user enter the down payment in $ then my code has to calculate the equivalent % value and populate the corresponding text field and vice versa. My question here is, what would be the best way to handle this
situation.
Shall i just use the OnChange event of the text field to handle this scenario? If I do that wont I be running into a loop?
View 3 Replies
View Related
Aug 17, 2009
I'm trying to set up a new window that contains a button. Then, if the user clicks the button, the window would display new information accordingly. I have written a simple test that won't seem to work:
<html>
<head>
<script language="Javascript" type="text/javascript">
var count = 0;
function Window() {
[Code]....
View 2 Replies
View Related
Jul 25, 2005
i've a simple script that basically replaces the textnode attached to the title tag. and i thought since i'm updating the title tag the window title will automatically change. unfortunately it does not :(. what is wrong ?
function getText(txtMsg) {
if ( document.createTextNode ) {
return document.createTextNode(textMsg);
}
return false;
}
function setTitle(newTitle) {
var title = document.getElementsByTagName("title");
if ( title[0] ) {
title[0].replaceChild(getText(newTitle), title[0].firstChild);
}}
i know for sure this can be done coz gmail does that...but still wondering how else ??
btw i checked if this was getting updated to to DOM properly and it did that too
View 3 Replies
View Related