JS hack put in textfield paralyses my application.

Hi,
I put
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">window.open('Hack', 'Hack').focus();</SCRIPT>
and the application response with 404 error in Firefox. It is due to bad database insert - it loads and interpret js and try to open bad window...
Is there any simple way to protect it from future errors.?

JavaScript != Java

Similar Messages

  • HT5826 I have PDF files that I put on my Mac iBook application, how do I sync them with other devices?

    Hi all,
    I have PDF files that I put on my Mac iBook application, how do I sync them with other devices?

    Hello there, Dhamin.
    The following Knowledge Base article has some great information on this very topic:
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch
    http://support.apple.com/kb/HT4227
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro

  • How to put a password on my applications like imovie

    I'm trying to figure out if I can put a password on my applications like iMovie on my iMac I have the latest
    software and the 21.5 display. Can anybody help me out here
    thanks

    You can set a password on your user account in OSX.
    You can set up separate accounts for other users. (with their own passwords if you want)
    There is no way AFAIK to do a password just for iMovie.

  • Putting a TextField.StyleSheet object in the Library

    I am looking to be able to create a TextField.StyleSheet
    object in a shared library. Unless there's a better way to do it.
    Here's my problem:
    I have a movieLoader.swf that pulls in a single flash
    document at a time (it's in a larger system, and used for
    training). The movieLoader.swf is unloaded after each lesson's
    completion. I have an Instructions component that builds a
    TextField.StyleSheet object. However, each frame, this must be
    rebuilt, and there is a lag in the text's appearance. I figured if
    I could put the StyleSheet object in a shared library, it'd only
    load once, and then I'd change the component's code to use it. But,
    I don't know how to do that
    If anyone has an idea, please let me know!
    JA

    Thanks Do you know how I could call a function when a certian frame label is reached? I want to add the child of a video player when an certian frame label is reached inside another movieclip.
    Something like this:
    if (square.currentFrame="framelabel")
         addChild(video);
    I am not sure how I would get a listener to chack for a frame label.

  • When I try to put the icon in the applications folder, it says it can't install it because this file is in use: libsoftokn3.dylib. Ihave closed all apps and I have no idea what this is.

    When I try to put the updated Firefox icon into my applications folder, I see this message:
    The operation can’t be completed because the item “libsoftokn3.dylib” is in use.
    I have closed all apps and don't understand what this refers to.
    Thanks!

    https://support.mozilla.com/en-US/questions/795198
    https://support.mozilla.com/en-US/questions/791127
    http://forums.mozillazine.org/viewtopic.php?f=38&t=1955891
    thank you

  • Putting calculated value into another application

    Hi,
    I have an HCM application with the following simple HRAccount dimension.
    ALL_HR_ACC
         |___SALARY
         |___BONUS
         |___OT
    I want to put the value of ALL_HR_ACC into TstAccount.HRExp, which is in another application called TstFinance. This can be perfectly done by the following code.
    *DESTINATION_APP=TstFinance
    *SKIPDIM=Employee
    *RENAME_DIM HRAccount=TstAccount
    *WHEN HRAccount
       *IS SALARY,BONUS,OT
           *REC(FACTOR=1,HRAccount="HRExp")
    *ENDWHEN
    However, if I change the IS statement to the following, nothing will happen.
       *IS ALL_HR_ACC
    In this simple example, I don't mind putting all 3 HR accounts SALARY,BONUS,OT. However, in many situations, SALARY and other HR accounts are derived from other accounts as well. It could be very cumbersome to put the whole bunch of calculation into the script for just transferring the single value of ALL_HR_ACC into another application.
    Anyone could give me any advice on this? Somebody told me using EVGTS could easily do the trick. However, such functions or formulas will disappear when I expand the worksheet.
    Thank you!
    Sunny

    Sunny,
    The script behavior is correct.  Script logic basically only works with the base memebrs, unless you utilize the statement called Calc Dummy Org.  This statement acts like a variable and aggregates the values into a "parent" type value to be passed on or used in a REC statement.  But, the process you used for the purpose you have is the best, fastest method, even if it is a scope of 50 base accounts from a select statement.
    As for using an input template or excel; if you have an evdre expansion input template, and wish to send the values to a different cube, just add another EVDRE, but remove all the expansions.  Make the page key range fixed or based on the other EVDRE statement.  Use excel to relate to the account to be sent  to the parent account. It should be quite simple to send the total values to a summary cube from the same template that is used for the input process.  However, the logic you wrote accomplished the same effect.
    Hope this helps.

  • I can't put an app in my applications folder because a message comes up saying its damaged or incomplete

    i need help please !!!! i can open my applications folder on my dock but not in my finder in my finder  i click on the applications and it takes me to my iphoto and i cant put anything in my applications folder either but i can take things out ??? whats going on i need help

    How about "safe mode" boot to check your start up HDD?
    http://support.apple.com/kb/HT1564?viewlocale=en_US&locale=en_US
    -- kaz-k

  • Where to put jndi.properties in Web application to lookup remote EJB?

    Hi All,
    I want to use EJB deployed in an OC4J from web application deployed in another OC4J.
    I've try to put jndi.properties file into WEB-INF/classes; package it into a jarfile and put into WEB-INF/lib, ... In all case, it doesn't work.
    If I hard-coding the env properties as following, it works.
    env.put( Context.INITIAL_CONTEXT_FACTORY, "oracle.j2ee.rmi.RMIInitialContextFactory" );
    env.put( Context.SECURITY_PRINCIPAL, "oc4jadmin" );
    env.put( Context.SECURITY_CREDENTIALS, "welcome1");
    env.put(Context.PROVIDER_URL, "opmn:ormi://fmtresearch:6005:home/TEST");
    But if I put those env properties in jndi.properties file, it doesn't work.
    java.naming.factory.initial=oracle.j2ee.rmi.RMIInitialContextFactory
    java.naming.security.principal=oc4jadmin
    java.naming.security.credentials=welcome1
    java.naming.provider.url=opmn:ormi://fmtresearch:6005:home/TEST
    Note that, the jndi.properties work if it is used in client application.
    Please help me! Thanks.

    This may not help you directly. However, did you try printing the environment properties in the InitialContext you created.
    Another thing.
    You can use this function after creating the initial context to see the JNDI tree and see if it contains anything.
    Thank you.
    Function To list the JNDI Context name-object bindings
    private void listContext2 (Context ctx, int ind, String name, String spaceIndent) {
    String indent = spaceIndent + "[" + Integer.toString (ind) + "]" ;
    try {
    System.out.println (indent + "{" + name + "}");
    NamingEnumeration justList = ctx.list(name);
    while (justList.hasMore()) {
    NameClassPair listItem = (NameClassPair) justList.next();
    String className = listItem.getClassName();
    String subName = listItem.getName();
    boolean isRelative = listItem.isRelative();
    String relativeName = ("".equals(name) ? new String(subName) : new String (name + "/" + subName));
    listContext2 (ctx, (ind+1), relativeName, (" " + spaceIndent) );
    catch (Exception exc) {
    System.out.println ("Exception Occured at listContext2");
    Hope it helps not deviates. Good luck

  • Can I use textfield in an application with low level api?

    Hello !
    I am developing a mobile application using the low level api.
    I have to use it, because I do a lot of coloring.
    But I want to use high level textfields as well. Is there any way
    to include them in my application without using forms?
    Does any one know, why J2ME designer's have limited the access
    to the TextField's paint()-method? That's why I cannot inherit
    from TextField and overwrite the paint() as I would like to do.
    Thanks.

    Unfortunately no. You cannot mix both high and low level on the same screen. You'll probably have to draw it out yourself and capture user input, unless you're willing to use textboxes.
    Or.. i suppose you can try using customItems for all your "coloring" instead?

  • Starting today, Firefox will not open Adobe Acrobat files in Adobe Reader, despite my putting Reader as default in Applications tab.

    Until today, I had no trouble opening Adobe Acrobat files with Adobe Reader 9.5. (I need to use an old version of Adobe Reader, because I use a program called Macro Express that does not recognize later versions.) Starting this morning, when I click on an Acrobat file, I am asked which program I want to open it with. Even when I click "Do this automatically...", it doesn't do so. It asks me every time. I went into Tools, Applications, and changed all of the pdf related issues to open with Adobe Reader 9.5. This also doesn't work.

    What I did was to reinstall/upgrade Adobe Reader, then there is an new option showing up in Firefox > options > applications > Portable Document Format(PDF), which is "use adobe acrobat in Firefox". Choose this one, then I managed again to open PDF files with Adobe Reader internally in Firefox.

  • I have version 3.5.11 and want to update to the most current firefox. I download but when I try to put it in my Mac applications, it says I dont have permission to access some of the items.

    I have a Mac with snow leopard. I am using firefox 3.5.11 and want to install the most current version. I downloaded it and when I try to drop it on my applications it says I don't have permission to access some of the items.
    == This happened ==
    Every time Firefox opened
    == I treid to update

    Hello Curly59,
    ''"do you want to replace the newer version that is already installed with this older one?" ''
    it is correct
    1. Download a copy of the latest firefox from http://www.mozilla.org/en-US/firefox/all.html
    2. '''Trash''' the current Firefox application to do a clean install.
    3. Install the version that you have downloaded.
    Do not select to remove your personal data, your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks or other personal data.
    see also: [https://support.mozilla.org/en-US/kb/install-firefox-mac?redirectlocale=en-US&redirectslug=Installing+Firefox+on+Mac#os=mac&browser=fx19 Installing Firefox on Mac]
    thank you

  • Need to put a textfield at a particualr location

    Hi i have a Jpanel of size 400 X 400
    now i am using Graphics class to draw lines to form a graph.
    To give the nodes name i want to put jlabel at a particular location like 200,340.
    how can i put the label to a particular location inside a panel.
    i am not using any layouts to fix it.
    can you help me .

    Hi,
    if you set
    yourComponent.setLayout(null);you can specify the position of your subcomponent where you want.
    Olek

  • Where do we put Validations in Internet Sales Application

    Where do we put validation on user input data in ISA.
    like in Actions,BO,BE.Please tell where exactly we do it.
    I need to compare Sold to Party with Ship to Party and Bill to Party.Any idea how i can do it.

    There was some problem from crm side....It working now

  • Put in process in IW52 application

    Hi,
    Can any one let us know the EXIT,which serve the requirement of put-in-process in IW52.
    Kindly reply ASAP.
    Ragards,
    Naresh

    hi,
    check these exits and badi's also.
    Transaction Code - IW52                     Change Service Notification
    Enhancement/ Business Add-in            Description
    Enhancement
    IWOC0004                                Change single-level list editing PM/QM/SM ALV settings
    IWOC0003                                PM/SM authorization check of ref. object and planner group
    IWOC0002                                PM/SM notification: Check whether status change is allowed
    IWOC0001                                Create PM/SM notification: Determine reference object
    IWO10027                                User exit: Generate user-defined settlement rule
    IWO10026                                User check on setting status 'Do not perform'
      Business Add-in
    IQS0_STATUS_MAINTAIN                    Control of Changeability of User Status
    IWO1_SUBSCREEN_0170                     Display Additional Data on Object Screen 0170 PhysicalSample
    IWOC_LIST_TUNING                        Performance Tuning for Lists in PM/CS
    IWOC_OBJECTINFO_CHNG                    Changes to Data of Object Info Screen
    WOC_FL_DETERMINE                        Determine Date for Determining Installation Loc. Equi.
    NOTIF_AUTHORITY_01                      Additional Authorization Checks for the Notification
    reward points if hlpful.

  • How can I bring other application to front, or put AIR app behind another application?

    The simple case is that I'm launching a browser URL. However,
    I'm finding that the browser does not come to the front, it's
    opened behind the AIR application. What I really want is to bring
    the browser to the front. What might work is to send the AIR
    application to the back. Can either be done?

    "there is no way to send your AIR app go to the back of the
    desktop display stack"
    Okay, I found NativeWindow.orderToBack(), and it seems to
    send the window to the back of the entire desktop display stack...
    seems to be what I want. Am I missing something?
    I intentionally leave the window in fullscreen mode, which
    means when the user exits the browser/app that is now over top of
    it, they are back to their presentation in fullscreen mode. Now if
    only AIR could open those .pps files directly without the browser,
    and it would be perfect.

Maybe you are looking for

  • NOOK Simple Touch says "Error Dialog: user not activated" whenever I try to open e-books?

    I have had my Nook Simple Touch for about a year now, and I have been using Adobe Digital Editions without a problem. Now, all of the sudden, Barnes and Noble updated my software and I can't read any of my ADE books!! It just says "Error Dialog: User

  • Getting error  ora-6502- numeric or value error   at line 11

    declare type idstab is table of employees.employee_id%type; type nametab is table of employees.last_name%type; ids idstab; names nametab; cursor c1 is select employee_id,last_name from employees where job_id='st_clerk'; begin open c1; fetch c1 bulk c

  • Itcsy structure problem

    Hello Friends, when i pass outtab value from subroutine to sapscript  say for eg 4500 this value is getting passed as char ie 4500 only but i want to print it as 4,500. As per my knowledge itcsy can only pass character value so pls let me knw how to

  • Primary contact and contact field in activity

    Hi all, I am trying to create few contacts under an account and set one contact as primary contact. Then i am trying to craete an activity for that account.In that Activity there are two fields "Contact" and "Primary Contact".But when I try to pick u

  • Error using a Array of Loaders with externals SWFs, Camera and Gyroscope ANE

    Hi all. Unfortunately I have no idea where could be problem. I am developing an AR mobile game, currently only for Android, since I can not make the Gyroscope ANE to work in IOS 6.1.3, where no data is returned from the gyroscope (this may be other f