Jquery :: Passing Parameters - Parent / Child Templates

Mar 3, 2010

I have little bizarre problem. Working in Java web development we have project that we use plenty of templates from Velocity. Where one template can refresh section of it self and display one or more templates. My problems is that in parent template I have to pop up window with message if in child template and item from group A been moved to group B or vice-versa. How to change on child template can be propagated up to parent?

View 3 Replies


ADVERTISEMENT

Child And Parent Passing Values

Mar 23, 2006

I have a parent page who allows user to view an invoice for service. My page bases the date and the value for payment to <%now%> and to <%total_price%>.
However I'd like to permit for users to editing those two fields by opeing a popup window with a new form and asking for these two new inputs. Afterward off corse, this values need to populate the equivalent fields on the parent page.

My questions:
1)I'm opening the new window after a js confirm instead of href or onclick methods, so I don't know how to pass the parent variable ID to the child window..

The code:
if (confirmation) {return true;}else{popupwindow("invoice_editing.asp?ID="id"");}

Problem:
the parentID=request.querystring ("ID") don't work

2)My child window picks the new values from the form... but I don know how to pass back the new values to the parent page and then reload it..

Please, but as much specific as you can to my problems and also please put the whole code of proposed solution, since I'm totally lost.

View 3 Replies View Related

Passing Value From Parent To Child Window Created By Pop Up

Dec 5, 2006

Passing value from parent to child window created by Pop up.

View 2 Replies View Related

Passing Data From Parent To Child Window

Sep 28, 2006

I am trying to pass user data from a parent window to a child window. I read somewhere that if i want to pass data as soon as child window opens i need to add a pause for the form elements to load. I am using the code snippet below.objf.form_parent.text1 is a text field in the parent window and newWindow.document.test.text1. is a field in child window. Can anyone help what I am doing wrong. Code:

View 2 Replies View Related

Passing Properties From Parent Window To Child?

May 25, 2010

In javascript I need to pass a variable or function or something from the parent window to the child window. There will be a URL in the parent that needs to be passed into the child so when you click on the link in the child window it pulls in the link from the parent's js. Like this (ignore my rubbish javascript as I'm just writing it to explain my point!)...

Parent window var variableName="http://www.google.com" (send variable to child window)

Child window (pick up variable from parent window and drop it into the link's URL)
<a href="(variableName);">google</a>

This might seem like a crazy way of doing things but it's totally neccasery in the project I'm working on for various reasons.

Not sure if its a variable it needs but either way it needs to be in the js somewhere in the parent and the child needs to read it within the link. Everywhere I've looked on the internet shows how to do this with forms etc but I can't make it work for a URL.

View 5 Replies View Related

Passing Control From Child To Parent Window?

Mar 12, 2010

I am opening a pop up in a new window (window.open) . I have no control on the code of the pop up. Its a third party pop up (twitter). Now that generates a callback url and I can specify that.My problem is the callback page is loaded on the pop up window. I want that window to close and have the call back page loaded on the parent window.

View 1 Replies View Related

Passing Data From Multi-page Child Form To Parent Form

May 23, 2010

I would like to have a main form (written in PHP) that has a "lookup" button next to a text field. When the user clicks "lookup", it should open a new window that lets them search (child.page1). When they enter a name or DOB into the search form, it submits the form through PHP (via POST), to a results page (child.page2). This displays all persons in the database which have a name or DOB == to the search term(s), with a checkbox next to each match. They click the checkbox (or alternenatively, a link), and return the checkbox value to the main window.

I have everything working right now, except that (child.page2) doesn't recognize the main window. If the data is entered on (child.page1), it works fine. I'm not very familiar with javascript.. is this even possible? I've considered using frames, to keep the parent-child relationship evident to the computer, but figured I'd check to see if there's an easier way.

View 4 Replies View Related

Passing Value From Child Form To Parent Form

Dec 13, 2011

i'm newbie in javascript fucntion. here i got problem to passing the value from child popup form to parent form. here my code

parent form
<script language="JavaScript">
function selectItem(){
var selindex=document.myForm.myselect.selectedIndex;
if (selindex!=0) {
document.myForm.item_desc.value=myArray[1];
document.myForm.item_code.value=myArray[0];
}
}
</script>
[Code]....

View 2 Replies View Related

Parent Child Checkbox - Only Same Name Of Child And Parents Should Be Unchecked

Oct 28, 2010

I have created parent child checkboxes. When one child is selected, then parent of that child, other child of same name and parent of that same name's child will be selected... Now I want if I unchecked any child, then only same name of child and parents should be unchecked or if I unchecked Parent Child, then same name of parent and child will be unchecked.

[Code]...

View 1 Replies View Related

JQuery :: Passing Parameters Through Anchor Tag?

Jun 7, 2010

I am new to JQuery and trying to post some parameters from an anchor tag. But only my 'site' parameter gets passed. Here is my code :

<a class="screenshot-link" href="#" site='dv2' num='1'>1</a>
$(
".screenshot-link").click(function () {

[code]....

View 6 Replies View Related

JQuery :: Passing Parameters In Address Bar

Mar 27, 2010

There is a website that allows unlimited voting for one of my friend's sons. Someone else has been automating the process because another person received 14,000 votes in about an hour.

So my question is: [url]

How can I pass a parameter at the above site so that it votes for the selected person (example - PJ Howell) without clicking the name and then hitting vote?

View 1 Replies View Related

JQuery :: Passing Parameters To PHP Script From .Load?

Feb 16, 2011

I cannot seem to get this code to work properly and I'm wondering if it's a simple error in usage.I have a html page that calls a PHP and refreshes a DIV section every 10 seconds. So far works like a charm...but now I want to add some parameters to pass to this script...

Code:

$(document).ready(function() {
$("#DTable").load("response_query.php");
var refreshId = setInterval(function()

[code]....

So I added the ?a=aaa,b=bbb,c=ccc, randval='+Math.random()); to the load section and then in my PHP script got the $_GET values . but nothing seems to get passed so I'm wondering whether I have used or incorrectly passes these parameters to the script.

View 2 Replies View Related

Passing + Character When Passing Parameters Through Url?

Sep 30, 2009

I'm passing the variables myTitle and myLink to form.php using javascript.
This is the way I'm doing it:

Code:

<a href='form.php?title=" + myTitle +"&link="+myLink+">Click me</a>

It's working great but sometimes myTitle and myLink contain the plus character (+). When this happens it's not passed. In the case of the title, it's just a problem of looks but in the case of the link, well, the link won't work without the character.

As an example if the title is: Laptop + Accessories What is passed is: Laptop Accessories

What can I do to pass also the plus character??

View 4 Replies View Related

JQuery :: Datepicker Passing Parameters On Select/close?

Feb 16, 2011

When datepicker closes the calendar window I'd like to pass both the date and the id of the <input> tag in the code below. The documentation mentions 'this' but no info on how to use it or how to use 'inst'.

View 1 Replies View Related

JQuery :: Passing Parameters In Ajax Function Call?

Mar 11, 2010

I'm trying to pass parameters using the jquery's ajax function, but I end up with a "function undefined" error message when I try.

I had trouble finding simple examples of ajax passing parameters with jquery.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[Code].....

View 1 Replies View Related

JQuery :: Passing Extra Parameters To Ajax Check With Validation-Engine?

Feb 3, 2011

I like the looks of the validation engine plugin, but I can't figure out one thing... For a particular form field, I need to use an Ajax service to validate the data. I have to pass the value of the text input, of course, but I also need to pass a couple of other key=value pairs along with it. In the file with the selectors there's the option to add extraData (like extraData="name=eric") but I need to set these parameters based on some dynamic info.Is there a way to pass extra information to the ajax service?

View 1 Replies View Related

JQuery :: Select The 2nd Child Of A 'closest' Parent?

Jul 19, 2010

I am trying to figure out the syntax for the following. For this version I am simply trying to select the 2nd child of the SLIDE HOLDER div. For this test I am just making the width grow. My next pass will be to get the index of the DOT clicked and then pass it to the child of the other parent. Please see line 24. I know this is incorrect but placed it to give you an idea of what I am trying to accomplish.

[Code]...

View 4 Replies View Related

JQuery :: Change Parent Div Height After Child?

May 29, 2009

I have the following layout.

.panel
{
position:relative;
width:580px;

[Code]....

The parent (class="panelContent") div contains a child element that is generated/rendered last. This makes the child element #ReportViewer1 overlap the parent (class="rptViewer"). Can I jQuerytize the parent div to adjust it's size after the child renders so it is contained/displayed in the parent?

View 3 Replies View Related

JQuery :: Get All Child Control ID Or Attribute Or Tag Name In Parent Div

Mar 25, 2011

I have a Div control d1and in this div I have furter div and span control.I want to get a list of all element in an array.

<div id="d1">
<div>
<div id="h1">
<div id="h2">

[Code].....

View 2 Replies View Related

Passing Parameters From JSP To JavaScript

Jul 23, 2005

I have a JavaScript function that receives an Array with words. This
Array can be gotten from a query to a DB using JSP.

The JavaScript function is executed when onFocus event occurs:
<input type='text' onFocus='myFunction(this.event, myArray);' />

myArray is declared as:

<script>
var myArray = new Array('j'habite', 'tu habites', 'il habite');
</script>

I want to tell javascript:
var myArray = myJSPArray;
Where myJSPArray is declared some where in the JSP document.

View 2 Replies View Related

Passing 1 Variable Containing 3 Parameters?

May 14, 2009

myfunction(a,b,c)
{
do something;
}

[Code]....

passing 1 variable containing 3 parameters?

View 2 Replies View Related

Passing Parameters Using HTML

Aug 22, 2000

i need to pass values from one page to the next after clicking next...how do i do this using parameters?

View 2 Replies View Related

Passing Functions As Parameters

Jun 10, 2011

Say I have the following code:

And I want this code to print 21.

How should I implement the function Curry?

I tried intuitively:

But it didn't work.

View 6 Replies View Related

JQuery :: Displaying A Child Whilst Hiding A Parent?

May 11, 2010

I have a div (representing a form) with a number of images positioned absolutely within it. The images represent buttons and what I'd like to do is click on one of the images/buttons and the whole form to fade out with the exception of the selected button which merely changes it's opacity from 1 to 0.5 (to remind the user it was clicked). Here's the code I'm using:

$(this).parent().fadeOut("fast");
$(this).stop().css("opacity", 0.5).fadeIn("fast");

However, despite referencing the elements in a number of ways (they have unique id's), every time I run this, $(this) won't show - the opacity is being set but it seems to remain steadfastly invisible whilst the parent div is invisible/hidden - am I barking up completely the wrong tree here ?

View 10 Replies View Related

JQuery :: Trigger A Event In Parent On Clicking Child?

Aug 18, 2011

I need to click on a child element and trigger an function in the parent, but know when i enable it both child and parent are getting executed.As you see in the attachment photo when I click the flip page icon the T-shirt should hide and create a description on T-shirt.

View 3 Replies View Related

JQuery :: Transfer Data From Child To Parent (Modal)?

Jun 1, 2011

I have two pages parent.html and child.html, the parent has a link called "Search", when clicked the child open in a modal centered window that has a search form, the search in the child return a list of rows, so when clicking a row the child window close and data is transferred to the parent.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved