Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

Javascript >> windows

How to pass data back and forth between two windows?

Visitor Ratings (6) :

Description
The following example, we have 2 files. test.html & test2.html.

In the file test.html we open a new window (test2.html) which contains a form. Then On changing the list values, we sets up a form field using window.opener property.
Code
Select All
 Rate this Resource