473,805 Members | 2,076 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with popup

Hi,
I am loading a popup from my parent page when an image is clicked. How can I
now pass a value from a textbox to the popup page. Currently this is how I am
calling the popup from parent page

<A href="javascrip t:GetInfo(txtRe tVal', true)"><IMG height="16"
src="images/lookup.gif" width="16" align="middle" border="0"></A>

txtRetVal is the name of the textbox on the parent page that accepts the
value returned from the popup.

Thanks
Nov 19 '05 #1
2 1124
you might wanna take a look at query strings
Hth..
R. Thomas

"Chris" wrote:
Hi,
I am loading a popup from my parent page when an image is clicked. How can I
now pass a value from a textbox to the popup page. Currently this is how I am
calling the popup from parent page

<A href="javascrip t:GetInfo(txtRe tVal', true)"><IMG height="16"
src="images/lookup.gif" width="16" align="middle" border="0"></A>

txtRetVal is the name of the textbox on the parent page that accepts the
value returned from the popup.

Thanks

Nov 19 '05 #2
Or you might call the opener window. We've included small sample code, one
containing some code from a default.htm page, the other one should be saved
in 'open.htm'. The javascript from open.htm calls the opener page. Hth.

Kind regards,
Nikander & Margriet Bruggeman

Default.htm:

<html>
<head>
<script>
var strGlobal = "test1";

function SayHi()
{
return "Hello!";
}

function ChangeGlobal()
{
strGlobal = "aaa";
}
</script>
</head>
<body>
<a href="#" onClick="window .open('open.htm ', 'myWin','toolba r=no,
directories=no, location=no, status=yes, menubar=no, resizable=no,
scrollbars=no, width=300, height=200'); return false">
Open</A>

<a href="javascrip t:ChangeGlobal( )">Change</a>

</body>
</html>

Open.htm:

<html>
<body>

Open

<script>
alert(window.op ener);
alert(window.op ener.strGlobal) ;
</script>

</body>
</html>

"R. Thomas, aka Xtreme.Net" wrote:
you might wanna take a look at query strings
Hth..
R. Thomas

"Chris" wrote:
Hi,
I am loading a popup from my parent page when an image is clicked. How can I
now pass a value from a textbox to the popup page. Currently this is how I am
calling the popup from parent page

<A href="javascrip t:GetInfo(txtRe tVal', true)"><IMG height="16"
src="images/lookup.gif" width="16" align="middle" border="0"></A>

txtRetVal is the name of the textbox on the parent page that accepts the
value returned from the popup.

Thanks

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
5857
by: dave yan | last post by:
hi, i have some forms which use javascript for data validation, e.g., checking to make sure all required fields are completed, checking that data falls within valid ranges for certain fields, etc. if an error occurs, i'm sending the user a message via the alert window. the form is then not submitted until the errors are corrected. however, i've discovered that some users using the aol browser are
1
383
by: Medical Watch | last post by:
Can anyone help me on this: I want to be able to open my paypal "view shopping cart" window with. window.open(url, cartid,window attrb) but it gets blocked by the popup blockers. window size is 740X400. is there any way to avoid popup blocker? or do i need to open the full screen size window with form.post. Thanks
3
1404
by: Chris | last post by:
Hi, I have a parent page that loads a popup and when the OK button is press it pass the value back to the parent form textbox. It passes the value but it doesn't close the popup but also open another copy of the popup. Guys I checked everywhere. I get the same thing. This is the code on the parent form webform1.aspx HTML
8
1129
by: Chris | last post by:
Hi, I want to use a popup control in my asp app like the one in outlook web access and msn. This will be used to notify users of a change in the database. I plan on using the one on codeproject, however, how can I have the popup control check by itself every minute or two minutes in the database instead of waiting for the current page (which the control is on) to be refreshed or postback? Thanks
4
2684
by: Chris | last post by:
Hi, I am trying to create a popup calender so a user can click on a button on the main form, a calender will then popup, the user will select a date and then click ok on the popup. The date will then be passed back to the main form and populate a textbox. I tried two options. None worked. First. I used the popup calender form the time tracker starter kit. On my page I have an image buton. In the click event I have the foll code
5
2044
by: Chris | last post by:
Hi, I have been trying for days, yes days, to use the calender from the asp.net timetracker starter kit. I am now frustrated. I finally get the popup calender to popup but when I click ok to insert the date to the calling page I get the error "A runtime error has occured Line 14
3
1281
by: Richard Bell | last post by:
I'm working on a VB application that must run 24x7 for a LONG time, think 60 days of so. As part of what it does it must automate an instance of IE and navigate to many different URLs, think many thousands. Issue 1: Most of the time, these navigations succeed. All is well. But, based on early runs, from time to time, say once or twice every 24 hrs IE inexplicably hangs and the automation object hangs, gets stuck, becomes...
1
1470
by: mailme.grover | last post by:
Below is my code, which is kind of virtual and with its help ill use it in my main project. Now what i am looking for is can anybody write all the code inside a class...so that I can reuse it. I am kind of novice...n kind of stuc with that. from Tkinter import * root = Tk()
9
2230
by: rousseaud | last post by:
I'm having some trouble getting popup forms to work properly. I have a main form that contains 4 fields that I want to fill in by using a series of 4 popup forms that I initiate by clicking a button. Each popup form has a save button that will save the data and open up the next popup form in the series. Each of the popup forms have a single combo box that looks at various tables to populate date into the main form. The problem I'm having is...
0
1278
by: NewJavaBee | last post by:
please guide me. i have the following problem: i have a parent window that has a dropdown that is showing names and which is getting its value from a table.table conatins two columns, one is Name and other is Release. there is a button called AddNew which is used to add new Name and release in table. on clicking the button a popup window opens that has two textbox for Name and Release. on clicking the submit button new jsp page is...
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10613
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.