Using jQuery with no access to the file system

Hello

I use APEX 3.2.1 with Oracle 10 g on Windows XP Pro SP3.

I need (I want!) to use the JQuery library to get more beautiful datepickers (especially).

I tried to download the jQuery library and included in my page template. I have followed me some tutorials and help from the page (or tried to help...):
http://www.oracleapplicationexpress.com/tutorials/66-integrating-jQuery-into-apex
http://www.oracleapplicationexpress.com/tutorials/65-jQuery-datePicker
http://carlback.blogspot.com/2007/12/Apex-and-3rd-party-JS-libraries.html
etc...

Nothing has worked.

But if I understand I need a file system access? I don't have!
I can't use Google links too my application needs to be secured (actually https).

I really need a script that fits easily just by adding a js for example file.
Is it possible, or perhaps you know of other good libraries?

Thank you.

Yann.

Hmm... I vaguely remember a thread about this the other day:

Re: SEO image of workspace in the CSS file

I think that it is best to put the style in the header html section or in the page template

And their SEO in external JS files is discussed here: #WORKSPACE_IMAGES # is accessible from an external JS?

Good luck!

BTW... why not have access to / i?

Tags: Database

Similar Questions

  • Access to the file system

    My script needs a Framemaker template file to create a new file. I did work hard-code the path to the template in the script:

    sFilename = "C:\\Users\\gisteppen\\Desktop\\fm change bars\\dev\\changes-template.fm";

    I want to make is easy to distribute. I want the script to search for this template file in any directory the script is in, but I find that it won't work if I just put the model name without the path like this:

    sFilename = "changes - template.fm";

    Is there a way to get the current directory where the script is the file system? Then I could build the path absolute Fm seems to need.

    Or maybe there's a better way to go about this?

    Thank you

    Mark

    You can do something like the code below, which detects a settings file with the same name as the script, but with a .cfg extension.

        // Make a File object for the settings XML file.
        var settingsFile = new File($.fileName.replace (/\.jsx$/i , ".cfg"));
        if (settingsFile.exists === false) {
            $.writeln ("Settings file does not exist: " + settingsFile.fsName);
        }
    

    The property of. Filename $ gives you the path to the script running. Here, I am replacing the .jsx by .cfg extension.

    In your case, you could use something like this:

        // Make a File object for the template.
        var template = new File($.fileName.replace (/[^\/]+$/, "changes-template.fm"));
        if (template.exists === false) {
            $.writeln ("Template does not exist: " + template.fsName);
        }
    

    Important: make sure that you save the script before using this code. $. Filename returns (Script #) from a script without a title.

    -Rick

  • Concerned by several users, reading files interfering with write access to the files

    I have a LV MY application that will run in several places/computers. Each will create a single HTML report and update frequently. These HTML files will be accessed and combined by another application of LV in a new HTML file that will be updated frequently. All HTML files could be opened by a user at any time in a web browser.

    What concerns me, it's HTML reports could be avoided by a user, or the application of the combination to be written by the app MY? If the user or application combining a box open report she always written by the app MY? It goes the same for the app combining prevented to be written if a user has his open output HTML code?

    Each HTML file can only be written by an application but read by many potential users and/or an app.

    All programs run independently and asynchronously. Each application runs on its own computer and files all exist in a network location.

    Can I do this by controlling all users file privileges? If anyone has read only permissions except the written computer the HTML file that will be enough?

    MES Manufacturing Execution System is

    Thank you

    Judd

    I guess as long users see the reports with a web browser, it should be no problem.

    Browsers Web do not "lock" a file when they open it like Word or Excel because web browsers are not and should not modify or change the file somehow.

    If only one person could display a web page to internet time would not work as we know it.

    But if you're worried about it use LabView to lock files during execution of the program. Only in this way, users can open the file as read-only if they use something that can change the files. If you use the standard LabView open file read/write vi passing a file reference, then this will be done automatically.

  • Access to the file system for Extraction and load testing

    Hello

    I did a study with me the different techniques of Extraction and load using Oracle database as a source for the extractions and targets for loads.

    I would like to run the same tests on my test service to compare the run times.

    To do this, I need my schema to be able to write files and read them as external tables.

    I didn't need to download files, I can create using the UTL_FILE utility that comes with the Oracle database.

    My test service will include limited access to a directory read / write flat files?

    Thanks in advance,
    Stew of Ashton

    Stew,

    The cloud of Oracle does not support external tables, nor access to the OS files (utl_file etc.). Only, you have sftp and download access via Apex or SQL Developer to load or import data. Someday, there may be a place to store files in the cloud, but I don't know the details of this.

  • VM simulator - how to access the file system.

    I was wondering if anyone knows how to access the file vmware playbook simulator system.

    I don't want access programmatically, I covered, for access to the file system to copy files to the Simulator in shared directories.

    When you connect a playbook on the USB, it shows up as a drive, and I would like access to the same playbook vm dir structure to copy files for testing. for example if your s app access the pictures on the camera, I would like to copy some images for the test. Any ideas?

    TIA - dave

    Search the forum for more information on using 'ssh' to access the Simulator and more specifically help 'scp' or 'sftp' to transfer files to. You will do this in the files under/accounts/1000/shared, and if you're on Windows you will probably be to install PuTTY to do this. Feel free to ask for help more once you have dug through it all.

  • Recursive loop through the file system.

    Hello!

    I'm trying to figure if Javascript is my answer to my problem.  I have been able to re - write all my AppleScript scripts that manipulate Illustrator with the exception of those that he had to use the file system.  We stayed in PC at work and now I have to figure this out.  Our art files are saved with a number of 7 digits, followed by the name of art in the file.  Ex: 1000049-Bob Garage.  My applescript had a recursive loop that worked its way down through the structure of the files on our server art until it finds the record low where it belonged, then saved in itself.  Here is an example of how the structure of server files (these are the folder names) is extended:

    1000000-1004999

    1005000-1005999

    1010000-1014999

    and so on.

    The script would load all foldernames in the first level of the directory, loop through them and watch the first and last name of each of these folder names, then compare the Illustrator file name to them.  If my file is between the two, then the loop itself, called loaded the files inside of that folder and in doing so, working its way down through the folders through the tree structure until there where records is no longer.  At this point, the file was saved, in the order, where it should be.

    I have no idea on how to start this task with Javascript, if this is possible even with a language developed for browsers.  I'm with other people who are frustrated by such a widely adopted language, if little info is available on its use outside the browser.  If anyone can tell me all resources dealing with Javascript programming of the file system, or even to have the kindness to write this little monster for me, I'd always in your debt!

    Thanks in advance for any time you spend with this problem!

    Open the ESTK, and then on the Help menu, you will find a link to the Javascript Tools Guide. You will find everything that you need in Chapter 3 file system access.

  • Using Player Adobe 11, now comes up with an error, once the file is opened. "Invalid Plugin detected, will waive the software Adobe reader." Close the program so cannot display PDF files. Running windows 7. I uninstalled and reinstalled the same Adobe. He

    Using Player Adobe 11, now comes up with an error, once the file is opened. "Invalid Plugin detected, will waive the software Adobe reader." Close the program so cannot display PDF files. Running windows 7. I uninstalled and reinstalled the same Adobe. Help

    It seems that something has been added in the folder on the drive. I would recommend http://labs.adobe.com/downloads/acrobatcleaner.htmluninstalling the program, running, removing any left over parts of the record player (this could be the problem), reboot and reinstall. If all goes well, that solved the problem. Future questions about the player, you should consider asking in the forum of reader, is not.

  • Lost access to the files on the hard drive.

    After you use the SYSTEM RESTORE, my office has lost access to all my files of data written and the pictures on the hard drive.

    I tried a backup disk or restart several months ago, but the drive will not read it!

    How can I restore access to "My Documents" and other folders?

    I use Windows XP with all updates of February/March 2013

    Alan / Alfasun

    [Moved from comments]

    Hi Alan,

    Thanks for posting your query in the Microsoft Community Forums.

    According to the description of the problem, it seems that you have lost access to the files of data and images after doing a system restore.

    I would appreciate it if you could answer the following questions to help you best:

    1. Why did you perform a system restore?

    2 do you have questions about the computer?

    3. If so, please specify the question to better help you?

    4. What are the data and images file format?

     

    System Restore will return all your files non-system as documents, email, music, etc., to a previous state. These files of types are completely affected by the restoration of the system.

    Based on the current situation, I suggest you to Undo a restoration of the system after performing a system restore.

    Check out the link and check if that helps.

    http://support.Microsoft.com/kb/306084

    If the problem persists, or you have any questions about the restoration of the system, do not hesitate to let us know. We will be happy to help you.

  • When I try to open Firefox and explore, I get a menu of recommended programs and asked me to choose the program with which to open the file.

    Original title: open Firefox and explore

    When I leave early to Mozilla Firefox or Explorer, I get a menu of recommended programs and asked me to choose the program with which to open the file. When I do, I get a security warning asking if I really want to do. If I check "Run", I get redirected to the previous list, and I find myself in a circle without end. It does not matter what choice to make. Used to be that I went from starting Firefox directly.  I can get in if I have Firefox right click and choose to run the file as an administrator and then give permission to open the program. How can I cut these two additional and direct access, that I used to enjoy. I run Vista. The same thing happens if I have to explore. Would be grateful for the help.

    Hello

    1 during how long have you had the problem?
    2. don't you make changes to your computer before the problem?

    I suggest that you follow the steps below and check if the problem persists.

    Method 1:

    When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program
    Method 2:
     
    Step 1:
     
    Make SFC scan and check if this is related to missing or damaged system files.
     
    Step 2:
     
    After the SFC scan, set the file association and check.

    Method 3:

    Test the issue in a new user account .
     
    See also:
  • Writing a file with the file system

    I'm trying to export a file in javascript and write it in the retentive memory.

    I use 2 WebWorks (BB10.2) and the plugin 'com.blackberry.io '.

    I am able to access the file system

    window.requestFileSystem (window. PERSISTENT, 0, {function (fileSystem)
    fileSystem.root.getFile (sFile, {create: true}, {(fileEntry) function)
    Console.log ("Cordova about to create the writer of the entry in the file");

    Console.log (JSON.stringify (fileEntry));
    fileEntry.createWriter ({function (writer)
    Console.log ("Cordova about to write to the file");

    Writer.onwrite = function (evt) {}
    Console.log ("write successful:" + fileEntry.fullPath);
    Alert (fileEntry.FullPath);
    };

    I'm sorry that my original post has seemed to be cut short.

    The problem is when the call actually:

    Writer.Write (new Blob ([surlabasedesdonneesdufabricantduballast], {type: "text/csv;})) charset = utf - 8 "}));

    I discovered also for what was causing the problem. The debugger on the pc seems to interfere with the process. As soon as I removed the breakpoints it started working.

  • After that the effects cannot continue: error when access to the files instead of inside "/ users/dsvp/Library/Preferences/Adobe/After Effects / 13.8.

    After Effects after several months, I now can't launch After Effects without this error: After Effects can't continue: error when access to the files instead of inside "/ users/dsvp/Library/Preferences/Adobe/After Effects / 13.8.  There is no subfolder this Library which is the first obvious sign of something not going.  I've uninstalled and reinstalled twice with the same error and lack of file structure.  I do not understand why a re - install does not create the files and folders needed.

    reset your preferences - http://helpx.adobe.com/after-effects/using/preferences.html

    [moved from the installation, update, & members of Acrobat After Effects]

  • access to the file on the server goes down

    following my directory tree

    -root-
    -file1.php
    -file2.php
    -file3.php
    -folder1 (dir)
    -file4.php
    -textfile.txt


    the following code works for the first three pages in the poster, but not the fourth.

    the fourth MUST be here for the other links work properly, I tried to use the fourth at the root, does not work.

    What is the correct syntax to allow script access to the files in the root directory when the command is executed with a folder that is located in the directry root.

    I tried

    ./
    ./.. /
    .. /
    and with no attack. or / of

    None of them work for all four pages.

    not sure but will try would this work if I use the COMPLETE system directory?

    It's what code that I use and that works for the first three pages. but not the fourth.

    $names = @file ('textfile.txt');
    $rand_titles = array_rand ($names, 5);


    I hope someone can help with this problem.

    Thank you.

    Well, it was an afterthought and it woks...

    Follow the path of COMPLETE system to a working file.

  • I ran CHKDSK, the report tells me I have problems with the file system, usn journal. ___

    I ran CHKDSK, the report tells me that I have problems with the sys file. I ran CHKDSK/F, it is said it fixed the problem but I ran CHKDSK again and it shows that the same listed the issues.

    Describe how you run chkdsk.

    That is what the report said: you have problems with the sys file?

    CHKDSK examines the disk space and use of the disk for the table of allocation of files (FAT) and NTFS file systems. CHKDSK provides information specific to each file system in a situation report. The report shows the errors found in the file system. If you run chkdsk without the /f on an active partition command line option, it can report errors because it cannot lock the drive. You should use chkdsk occasionally on each disk to check for errors.

    If you run chkdsk from a command prompt while Windows is running, it can report errors or it may not report errors - and it may report different
    Errors each time you run.  If this is the case, it could just be the way you run chkdsk.

    Here's how Microsoft explains this observation:

    "... CHKDSK may report that the disc is damaged, even when there is no
    current real corruption. This can happen if NTFS happens to modify
    areas of the disc on behalf of some programme activities that CHKDSK is
    review at the same time. To check a volume correctly, the volume
    must be in a static state, and the only way to ensure that the State is
    to lock the volume. CHKDSK only locks the volume when /F or/r (which
    involves the 'F') is specified. For example, you may need to run CHKDSK more than
    time so that it can complete all the steps in read-only mode. »

    If you run chkdsk from a command prompt, you are not the necessary static state and you can encounter errors "when no real corruption is present. This is how it works when you use this way.  Any changes made to a NTFS file system modifies the USN Journal.  If you are not in a static state, your USN change Journal probably all the time, so what you see (says something like that) can be quite normal.

    Two ways to ensure that you are in a static state is to run chkdsk from the Recovery Console or to schedule a chkdsk to run the next time that the system
    Restart by answering Yes to the question:

    Would you want to check this volume to be the next time the system restarts?

    If chkdsk reports errors when running in a static state, the errors should be investigated, resolved or explained.  This may take several
    chkdsk runs all of the issues and some problems cannot be resolved by chkdsk.

    If chkdsk runs the next time the system is restarted, the activity and the result will be displayed in the application event log.  Look in the Application log for
    Winlogon events and a source have the date and the duration nearby time chkdsk.

    It is in fact a chkdsk additional reading if you want to learn about it and it will explain everything you see and why your expectations exceed reality.

    Please vote my posts as helpful so I can get a lot of points. I'm saving for a pony!

  • "Information MS cannot open this file. The file may be corrupt or incompatible with this version of the information system. »

    Original title:

    MS Info

    I need to send a file Ms Info to Wb tech support so that they can help me with the game on steam download. Whenever they open the file it says it gives the following message "information MS cannot open this file. The file may be corrupt or incompatible with this version of the information system. "I tried to open it too and had the same error message how can I send a file not corrupted for them?

    Information MS cannot open this file.

    They should use Notepad to open the file when it is a txt file.

    Another way to create a portable system information file is to select the hotkey Win + R, type msinfo32 , and press ENTER . Click file, Save and name the file. This method creates a file with an extension of nfo file. Perhaps the recipient expects the file in this format.

  • Why don't I have access to the files in the documents and settings, etc.. How can I change this?

    Original title: Documents & Settings

    I am the administrator of my new computers.  I just upgraded from XP to Windows 7.  Why don't I have access to all parts of my computer?  i.e. folders in documents and settings, etc.  How can I change this?

    I am the administrator of my new computers.  I just upgraded from XP to Windows 7.  Why don't I have access to all parts of my computer?  i.e. folders in documents and settings, etc.  How can I change this?

    Hello

    Since Windows XP, in the last several versions of Windows, there are many changes for the names and locations of some Windows system folders .

    To ensure compatibility with older programs, these older cases have been replaced by The junction Points. A junction Point is designed to redirect programs more alumni who are hard coded to look for the former name of folder for the new file name and the location in Windows.

    An example is the C:\Documents and Settings folder. The new name and the location of this folder is C:\Users. In Windows 8, you will see a folder C:\Documents and Settings , but it should be noted that this record contains a shortcut arrow on the folder icon. He identifies it as a junction.

    Junction points all than its guarantee of value everyone = access denied.

    Note: Do not attempt to modify the security settings on a junction. This can cause programs to stop work and possibly corrupt the file system.

    Let us know if you have any other questions.

    Concerning

Maybe you are looking for

  • Use sync to get my profile (without key - without reset my sync account)

    I have recently installed Firefox Sync, or so I thought. I went through and finished what I thought was my stored profile. I didn't know that I was given a recovery key. But apparently I was. At the end of the day I backed up, and when I go to the on

  • Qosmio G50 - 12 q - partition where Vista is installed

    Qosmio G50-12 q - Windows Vista Ultimate 32-bit On which the drive HARD internal PC (C - F - D) is installed by the producer in case you newly wanted to install the system, but without the Vista DVD?

  • Toshiba JournE Touch Tablet - access of Windows CE 6.0

    Toshiba JournE Touch Tablet - access of Windows CE 6.0http://robertpavlik.blogspot.SK/2012/11/Tablet-Toshiba-Journe-touch-accessing.html

  • USSD

    How to send USSD-requests in ZTE S6000?

  • graphics card upgrade HPE 500z?

    Hello First of all, I'm a total newb with computers. Secondly, I have a 5 years HPE 500z (Phenom II x 6 1045T 2.7 Ghz) running Windows 7 home premium 64-bit. The current map graphic is a GeForce GT 610. I'm working on what I can improve the graphics