"Sol Yanett Cordova Milano" <[EMAIL PROTECTED]> wrote:
>This is a multi-part message in MIME format.
>--------------52A49B36167A3255B9FF5666
>Content-Transfer-Encoding: 7bit
>
>Hi,
>
> How I can integrate JavaScript code with NetDynamics pages ???,
> that is to say, like passing data that is in a ComboBox from a
>JavaScript window to
> ComboBox in NetDynamics page (HTML) when pressing the button to
>accept from the
> JavaScrip page.
> if it has any code of example for this case ???,
>to be thankful ......
>
>
>Thanks in advanced and waiting for its answer.
>
> Sol ...
>
>--------------52A49B36167A3255B9FF5666
>Content-Description: Card for Sol Yanett Cordova
>Content-Disposition: attachment;
> filename="scordova.vcf"
>
>begin:vcard
>n:Cordova Milano;Sol Yanett
>tel;cell:014-243-78-80
>tel;work:508-21-32
>x-mozilla-html:FALSE
>adr:;;;Caracas;;;Venezuela
>version:2.1
>email;internet:[EMAIL PROTECTED]
>title:Especialista de Producto
>fn:Sol Yanett Cordova Milano
>end:vcard
>
>--------------52A49B36167A3255B9FF5666--
>
You can integrate JavaScript code with NetDynamics pages, that is edit the
page's html page and write your own js code. To make a call for that js function from
a
ND object, add the code either in the extra HTML text property with corresponding
event handles.
example
<html>
<script = "JavaScript>
your function()
{
}
</Script>
</html>
from ND objects's extraHTML Text property, add the following:
onMouseOver()="YourFunction() "
this way you can do set, pass, get parameters, try with this, best of luck
- Ravi
_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]