- URLs belong to web pages.
- frames are like web pages.
- web pages run on the client's computer in the browser.
- Perl runs on the server.
- use JavaScript to grab the URL of one frame from another frame.
- then send the grabbed URL back to the server in a form field.
- feed that form field value to Perl.