Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fancy javascript manipulation
Message
From
14/10/2001 23:27:56
 
 
To
14/10/2001 02:09:06
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00568245
Message ID:
00568400
Views:
17
Here's the trick. That works well. When I saw it working, I say Wow! :)

From the opener in the icon field which is used to call a pick list to select a member:
...A HREF=javascript:AssignationMember(document.FournierTransformation.NoMember)
From the opener, the AssignationMember() javascript function:
loField=''

function AssignationMember(toField)
{
   window.open("MyUrl");
   loField=toField
}
Then, from the called window:
window.opener.loField.value=lcMessageMark
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform