|
| |
|
|
sentinel
Posts: 568 Joined: 5/4/2005 From: Chicago, Illinois Status: offline
|
Populate Form Field from Pop Up Window DRW Hyperlink - 10/4/2005 17:40:54
Hey all.. I have a form page with one field on it. This field is called "TO:". Next to the field I have a button that pops up a window which displays a FPDRW. I would like to be able to Hyperlink from the pop up drw window and send the value to the "TO:" field on the page that spawned it. I can do everything but get it to put the value into the "TO:" field on the originating page. This is the script i use on the spawned page: <script language="javascript">
function to()
{
opener.document.input.compose.to = 'hello';
}
</script>
any ideas?
< Message edited by sentinel -- 10/4/2005 17:48:39 >
_____________________________
No matter where you go, there you are.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|