<@SCRIPT> runs your script on the server (server side javascript).  It 
sounds like you want the server to dynamically generate your javascript, 
which is really the same as generating html on the fly.  Just take care 
to properly escape (ENCODE in wiTango terms) your characters. 

>On a page opened in a child window, I have
>       <SCRIPT>
>               document.writeln(opener.document.hedit.RefNum.value);
>       </SCRIPT>
>which correctly displays the value on the screen.
>
>How can I assign this value to a local variable?
>
><@SCRIPT
>EXPR="server.setVariable('vRefNum',opener.document.hedit.RefNum.value,'local
>');">
>does not work.
>
>Thanks,
>
>Chuck Lockwood
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>LockData Technologies, Inc.
>309 Main Avenue, Hawley, Pa 18428
>Phone: 570-226-7340 ~ Fax: 570-226-7341
>Email: [EMAIL PROTECTED] ~ http://www.lockdata.com
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
>________________________________________________________________________
>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                with unsubscribe witango-talk in the message body
>


Bill Conlon

To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306

office: 650.327.2175
fax:    650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web:    http://www.tothept.com


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to