Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 29th, 2005, 08:50 AM
Authorized User
 
Join Date: Feb 2005
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kumarop
Default onclick

Dear all,
How to proceed?
      I have one form say form_a .from here through anchor another form form_b is being opened in another window using (window.open command). Now I have some value say val_b1 in form_b. Once again I am coming to form_a through following code

Code:
<td  align = middle colspan=3><p><A href="JavaScript:onClick=window.close()">Close Window</A></p>
I want value of val_b1 should automatically copied into one of the field of form_a say field_a1 the moment user close window (form_b)

Right now first user have to close the window form_b then have to write the value manually in field_a1 of form_a which leads to spelling mistake.

I need concept ,please help?

Regards


om prakash kumar
__________________
om prakash kumar
 
Old March 29th, 2005, 09:09 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

in javascript,set the value as
window.opener.document.form_a.field_a1.value = document.form_b.val_b1.value

 
Old March 30th, 2005, 04:47 AM
Authorized User
 
Join Date: Feb 2005
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kumarop
Default

Thanks Santhi,
I got concept i will do it now.



om prakash kumar





Similar Threads
Thread Thread Starter Forum Replies Last Post
onClick crmpicco Javascript How-To 1 March 21st, 2005 09:18 AM
onClick crmpicco HTML Code Clinic 2 February 24th, 2005 11:28 AM
onClick outside a layer markp Javascript How-To 1 July 8th, 2004 08:59 AM
onclick event pigtail Javascript 1 April 11th, 2004 03:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.