Hi Kerry

You can use a js function, as per usual just include the js into the html
page using

<Script Language="Javascript" SRC = "someFile.js"></Script>

or something like that. You can call the js function as per normal from
Director, there is no difference in handling whether it is in a js file
attached via SRC

Sincerely

Mark

--------------------------------------------
Mark R. Jonkman
Mark R. Jonkman Consulting
ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4
PHONE: 519-837-8509
EMAIL: [EMAIL PROTECTED]
--------------------------------------------

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Kerry Thompson
> Sent: Wednesday, January 24, 2001 9:25 PM
> To: [EMAIL PROTECTED]
> Subject: RE: <lingo-l> JavaScript call
>
>
>
> >Example:
> >
> >
> ><head>
> ><title></title>
> ><script language = "Javascript">
> >function openBrowserWindow(url,name,params){
> >         window.open(url,name,params);
>
> Thanks, Mark and Rob. That makes sense. We have the function
> lying in wait
> in a directory dedicated to JS functions, and I was hoping to
> call it from
> there. I'll take your suggestion, though, and embed it in the header.
>
> -Kerry
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to