trouble saving my scripts

E

Ed

Hi I saved my script as a .js file now when I go to call
it via behaviours what do I do?

and when saving I remove the </script> from the end of
the script do I also remove the <scrip> from the
beginning of the script?

Thanks
 
J

Jens Peter Karlsen[FP-MVP]

See inline.

-----Original Message-----
From: Ed [mailto:[email protected]]
Posted At: 26. juli 2004 20:44
Posted To: microsoft.public.frontpage.programming
Conversation: trouble saving my scripts
Subject: trouble saving my scripts

Hi I saved my script as a .js file now when I go to call it via
behaviours what do I do?

In the Behaviours menu under Insert choose Call JavaScript and in the
dialog type the name of the function plus any needed parameters.
and when saving I remove the </script> from the end of the script do I
also remove the <scrip> from the beginning >of the script?

Yes, only the code itself can be there or it wont work. The
<script></script> you have where you include the js file in the header.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
E

Ed

Hi, what does that mean? Thanks
-----Original Message-----
See inline.

-----Original Message-----
From: Ed [mailto:[email protected]]
Posted At: 26. juli 2004 20:44
Posted To: microsoft.public.frontpage.programming
Conversation: trouble saving my scripts
Subject: trouble saving my scripts

Hi I saved my script as a .js file now when I go to
call it via
behaviours what do I do?

In the Behaviours menu under Insert choose Call JavaScript and in the
dialog type the name of the function plus any needed parameters.
and when saving I remove the </script> from the end of
the script do I
also remove the <scrip> from the beginning >of the script?

Yes, only the code itself can be there or it wont work. The
<script></script> you have where you include the js file in the header.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

.
 
J

Jens Peter Karlsen[FP-MVP]

It means that you should follow the instructions I gave.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Ed [mailto:[email protected]]
Posted At: 28. juli 2004 00:19
Posted To: microsoft.public.frontpage.programming
Conversation: trouble saving my scripts
Subject: Re: trouble saving my scripts


Hi, what does that mean? Thanks
-----Original Message-----
See inline.

-----Original Message-----
From: Ed [mailto:[email protected]]
Posted At: 26. juli 2004 20:44
Posted To: microsoft.public.frontpage.programming
Conversation: trouble saving my scripts
Subject: trouble saving my scripts

Hi I saved my script as a .js file now when I go to
call it via
behaviours what do I do?

In the Behaviours menu under Insert choose Call JavaScript and in the
dialog type the name of the function plus any needed parameters.
and when saving I remove the </script> from the end of
the script do I
also remove the <scrip> from the beginning >of the script?

Yes, only the code itself can be there or it wont work. The
<script></script> you have where you include the js file in the header.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top