Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Issue with path for js file

  1. #11
    Senior Member
    Join Date
    Apr 2012
    Location
    United Kingdom
    Posts
    657
    Thank you very much.

    Interacting with VFP from Java is awesome and so easy the way you have implemented this.

  2. #12
    Lianja Support Team lianjasupport's Avatar
    Join Date
    Feb 2012
    Location
    Boston USA, Wokingham UK
    Posts
    1,259
    Quote Originally Posted by avianmanagement View Post
    Thank you very much.

    Interacting with VFP from Java is awesome and so easy the way you have implemented this.
    JavaScript

  3. #13
    Senior Member
    Join Date
    Apr 2012
    Location
    United Kingdom
    Posts
    657
    Yes I keep doing that, did it with an email to Hank last night and he made the same sort of comment.

    At the moment it's all Dutch to me anyway but slowly getting the hang of it.

  4. #14
    Hi,

    I am having some similar issues in getting to include a (local) js file in my .jssp page. I have a file by the name of GpsGate.js in my app and it's under "Javascript Files". How and where do I include this file in the .jssp file? Right after the <% ? I keep getting weird errors :-)

    Thanks,
    Murali

  5. #15
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Hi Murali,

    If the js file is in the App's directory (which it is if it's listing it under 'Javascript Files' in the Apps Workspace) you don't need to include the path on the file name:

    Code:
    ...
    <HEAD>
    <script src="GpsGate.js">
    </script>
    ...
    Regards,

    Yvonne

  6. #16
    Hi Yvonne,

    Oke thanks.

    Cheers,
    Murali

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us