Anyway to add custom javascript on launching an iView

Hi Expert,
  I would like to see is there anyway to add custom javascript on an iview (which contains standard SAP pcd contain).
I would like to invoke a script on the onLoad to trigger a popup windows when that iview launch.

Thanks.
Actually, I try to pop up a warning box when launching an iview.
For example, when user try to click an iview. I want to pop up a warning box. After user clock "ok", the system would then launch the iview. Otherwise, it will navigate back to Home Page.

Similar Messages

  • How to edit an existing page in SharePoint designer and add custom javascript

    When I edit an existing page in SharePoint Designer to add JavaScript and save, I get a dialog with message
    "Content in the embedded form field may be changed by the server to remove unsafe content. Do you want to reload you page to see the results of the save?"
    When I click OK it reverts my change. How do I add custom JavaScript to the page?

    Try not to push your changes through SharePoint Designer (SPD).
    We had severe problems with SPD saving page layouts in SharePoint, so you may use SPD to edit the page but not save it.
    To save it, check it out from browser, upload and overwrite then publish it.
    THosE wHo doN'T apPreCiATe LiFe, DOn't DeSerVe iT

  • Biller Direct - Anyway to add custom attachments to open bills?

    We'd like to attach property tax bills to some of our invoices so they display in Biller Direct. There is a link under the Bill column that displays the bill but the PDF icon under the Action column pulls up the same document. We can attach as many attachments in SAP directly but only the invoice is displayed.
    Is there a way to configure this or would this involve customizing the portal page?

    Hi James,
    We'd like to attach property tax bills to some of our invoices so they display in Biller Direct. There is a link under the Bill column that displays the bill but the PDF icon under the Action column pulls up the same document. We can attach as many attachments in SAP directly but only the invoice is displayed.
    Is there a way to configure this or would this involve customizing the portal page?
    Help me understand your requirement better here. Do you mean to say by the statement above that you want to show some extra details on the open bill tab along with the billing details???
    If yes then you need to use the customizing option provided in the J2EE project structure of Biller Direct.
    Let me know if this helps or you need further details. Post it and I will try to figure out...
    Regards,
    Samir

  • Cannot seem to write to iDisk to add a javascript file

    I am trying to add a javascript (js file) and a few png files into the folder of my iWeb site page on iDisk but it doesn't stay there. It appears to be copied but when I go back to check, it's not there. I have read and write permission to this unlocked folder. Although I have been using iWeb for awhile and have four working websites, I'm not real familiar with iDisk changes.
    By the way, is this the correct way to add a js file that is referenced by my HTML snippet?
    Help is much appreciated. Thx.
    Julie

    Sorry, but I'm still confused about syncing. Let me back up and find out if what I am trying to do is possible. I am using iWeb '08 version 2.0.3, by the way.
    I want to add an HTML snippet (Insert HTML Snippet) onto one of my website pages. The HTML snippet has a line referring to a script (<script type="text/javascript" src="sorttable/sortabletable.js"></script>). So I need to put the sortabletable.js script somewhere. It is in a folder called sorttable that also includes some png files as background images. I was thinking that I should put the sorttable folder into the folder on iDisk for that particular web page. So first of all, is this possible? Is it possible to add scripts to iDisk that are used in an HTML snippet on an iWeb page? The reason I'm asking is that I asked this question to Customer Support and they said: ..."iWeb does not offer the ability for the user to add custom HTML into the page."
    If this is possible, then I need to make sure I'm doing it right, which brings us to the syncing issue. My options for syncing (under System Preferences for .Mac) are for bookmarks, calendars, contacts, keychains, and mail-related things. I don't see an option to sync iWeb or websites or any other generic iDisk option. Could this be because I'm using Mac OS X version 10.4.11?
    Thanks again, in advance.

  • Add customized tags on shared review comments

    Hi,
    We have been using shared review to do our document review heavily. Recently I got a request from our stakeholder to add customized tags so we can assign comments in different categories.
    Is it doable with some customization effort? I did some research online and found out Acrobat XI supports customization Wizard and for earlier version (we are on Pro 9), you can do customization using JavaScript, but it's not clear to me if these customization efforts can be applied on shared review PDF, or it's just on regular PDF.
    Does anyone have experience on Acrobat customization? Any thought or information will be appreciated.
    Thanks,
    -Yunju

    Hi Ajlan,
    Thanks for the answer. I also found out about the customization wizard later. Now I'm researching how to use the wizard and deploy the customization feature we desire.
    Here are the things we want to do:
    -  Creating customized menu so we can assign comments to different categories, something like set the comment status
    -  Modify the workflow. Instead of asking reviewer to "connect" or "cancel" when they first open the PDF, we can to only show "connect"
    I also have couple of questions about the wizard:
    1. Are the features I describe above can be done through wizard?
    2. If we deploy the changes using Acrobat 9 + wizard, will users with all version Acrobat/Reader see the same end result and preform regular shared review operations without problem?
    Thanks for the answer.
    -Yunju

  • Spaces PS3 - Need to add custom code on  logout  from spaces or content

    Hello
    I Need examples or samples on how to add custom code to delete specific cookies on the IE or FF browser when the end user logs out from /webcenter and|or /cs pages
    I've been told to add a custom template with a modified logout button - but I can't find any example on how to do that. (add template and button plus specific code)
    Regards

    In template level you can do it.
    If you use template1.jspx for your custom template,then add clientlistener to logout link or in custom button (you created ).
    Add javascript code in your webcenter applicatoin (spaces ) . For references of javascript you can use the following links.
    1.http://www.perlscriptsjavascripts.com/js/cookies.html
    2.http://www.mindfiresolutions.com/How-to-delete-cookies-programmatically-using-Javascript-269.php .
    In webcontent folder (generally you will found it as public_html folder) , place the javascript file.
    In this way , you will resolve your problem.

  • How to add custom buttons in the tool bar of the crystal reports viewer

    Hi,
    I'm using Crystal report viewer (Crystal 2008) in my report and I want to add custom buttons and handle them in the tool bar of the viewer. Is there anyway to achieve this?
    Please help me in this regard.
    Thanks in advance.
    Siva.

    I did this by adding a picturebox to the toolbar, the same size as the buttons, and loading in an image, and putting code into the Click event of the picturebox.
    I also put code into the MouseHover event to change the picture's background color and into the MouseLeave event to change it back.
    I have a couple of these buttons. They work very nicely and really look like part of the toolbar.

  • Create new / add Custom Node in Component Pallete - Workflow Editor

    is there anyway to Create new / add Custom Node in Component Pallete - Workflow Editor in SQL Developer - Oracle Data Miner?
    Now i'm in progress create data cleansing engine in database package, and I have an idea to create new node in workflow editor, the node will call my procedure data cleansing.
    Anybody help?

    Hi,
    Not currently.
    We are working on a SQL Query node that would process data on connected input nodes and allow the user to create any sql query specification they would like.
    So as long as your implementation is compatible with being included as part of a sql query, then you may be able to take advantage of this new node.
    Since you describe your implementation as a data cleansing implementation, I could see it taking in what ever input is provided in the flow, and then returning a cleansed result set.
    Thanks, Mark

  • IPhone iOS 7 "Add Custom Labels" order changed...No Longer Alphabetized!

    Help!  I updated my iPhone4 to ios 7 with the recent update.  I love everything about it, but when trying to find a custom label in "Contacts > John Doe > Edit > Mobile" and then scrolling down under the "Add Custom Label" menu, I found out that all of my custom labels which had previously been in alphabetized order were ordered according to what I can only guess was their date of creation.  With a massive list of clients and contacts from various walks of life and organizations, I created a reusable Custom Lable system since I came across that need in my line of work.  After ios 7, that suddenly got rearranged.  It never occurred in any other software or hardware update and I've been with iPhone since first gen.  How can take my Custom Labels and return to the alphabetized order with which they were previously arranged without losing ios 7?  Thanks for your help in advance.

    Hi Konsultix!
    Yeah, the customizable phone labels have been a real blessing up until recently.  If they ever figure this out, you should give it a try.  As for the lack of responsiveness which robodr mentioned, I'm not surprised.  We've pretty much been an all-Apple campus at my work with computers, portable devices, & even iPhones due to Apple's history with the philosophy of user-friendly simplicity.  Unfortunately, that philosophy seems to be changing towards lazy unforeseen complexity. The Mavericks switch (though free), the iWork updates, the rough iMovie launch, glitches with copier drivers resetting, the ios7 glitches, even this inexcusable lag in customer service here, all of it has my board and me rethinking our company-wide devotion to Apple including our iPhones.  If we're constantly troubleshooting, then Apple's nullified their advantage in the business sector and we might as well go for the cheaper Windows product since we're still constantly wasting our time & $$ on IT.  IT savings was the whole reason we convinced the board to switch in the first place.  Without it, Apple might as well kiss our money goodbye.  When Steve Jobs was alive, every detail was so well-thought out and customer service was at the top of its game.  Now, it's been a month since I posted a problem on Apple's website and no reply.  I'm glad to have this poor experience because, honestly, the timing couldn't be better.  My organization's AT&T phone contracts are expiring and we might begin switching more than our provider on this campus.

  • How to add customized payslip in the place of standered payslip.

    Dear Experts,
    We have implementing ESS/MSS, how to add customized payslip( Zprograme) in the place of standered payslip and how do we can get pay slip under ESS from portal.
    Thanks in advance.
    Regards,
    Mahee.

    If you have developed your own SMARTFORM Payslip and a custom program to display it, then there is not much you can do with standard configuration.
    Steps provided by Siddhart will call a custom HRFORMS payslip in a standardv way, or convert a PE51 payslip to SMARTFORMS pdf and display in a standard way.
    You have to work with your Portal Consultant and/or ESS/MSS consultant and ABAP/Webdynpro Programmer for this one.
    One suggested appraoch is
    1) Create A Webdynpro programme which launches when Employee clicks on Payslip link
    2) This program passes the employee user id to an ABAP program in ECC
    3) ABAP Program calls the custom payslip program already developed and generates the payslip and passes it to the webdynpro program as a binary file.
    4) Webdynpro program displays payslip as pdf file.
    this Webdynpro program has a PCD URL. A resource is created and assigned this PCD URL.. Homepage customizing is done - this resource is assigned to the Payslip service which is assigned to the Payslip Subarea.
    Hope this helps. We actually used this approach briefly long back before switching to HRFORMS, so I know it will work, but I have obviously provided very high level here. Hope you can do something with this.
    Edited by: Harish T K on Feb 2, 2011 4:23 PM

  • Spry and custom Javascript don't work together

    I'm using Spry form field validation, but also need to do some more specialized input checking. I've tried to add some custom Javascript to do this, but now my Spry stuff doesn't work!  Is there a way to combine the two -- Spry + custom Javascript? (testing in Safari) 
    Here's a very simplified example:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Test Doc</title>
    <script src="../SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <script language="javascript" type="text/javascript">
    <!-- Hide script from old browsers
    function procform(f) {
    if (f.name.value =="test") {
    alert("You entered the word 'test' ")
    return false
    // End hiding script -->
    </script>
    </head>
    <body>
    <form id="form1" name="passForm" method="post" action="#" onsubmit="return procform(this)">
    <span id="sprytextfield1"><span class="textfieldRequiredMsg">A value is required.</span></span>
    <input type="text" name="name" id="name" />
    <input type="submit" name="submit" id="submit" value="Submit" />
    </form>
    <script type="text/javascript">
    <!--
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
    //-->
    </script>
    </body>
    </html>

    jrcatfan wrote:
    Phone works great when connected to Bluetooth in car and I can talk hands free.  When I use the Map app that came with the phone, I can't hear the verbal directions. My old Blackberry worked great with Bluetooth and I could hear verbal directions and also answer the phone when it rang. Verbal directions would be silent until I hung up the phone call.
    My car radio has 2 separate Bluetooth input source's. Phone and Music A2DP, verbal directions can only be heard when Music source is selected.

  • How to add custom label to a new contact in address book which is synced with outlook account

    Hello all,
    My iPhone is synced with outlook account. When I tried to create a new contact,'Add Custom Label' option was missing. Is Apple provides any solution to handle this? Is there any documentation provided about this behavior?

    The second script is working but if I need to change the link it will not allow me to edit or delete it in iCal on my desktop. The only way to edit it is to use the online iCal in me.com.
    And the worst problem is that the url does not show up on my iPhone iCal. The iPhone version of iCal has limited features. So if I'm away from the office on my iPhone I still have the problem of having no link to my iCal appointment. I still end up having to use both iCal and Contacts as separate Apps.
    I still dont understand why Apple wouldnt make these 2 Apps work together! It seems so obvious! thanks anyway.

  • After Effect CC: Custom JavaScript functions of a flashplayer object return no value

    Hi
    With AfterEffects CC scripting it looks like custom JavaScript functions of a flashplayer object return no value when invoked from ActionScript code
    This can be seen in the sample script shipped with ExtendScript Toolkit named ActionScriptDemo.jsx:
    Create a flashplayer object in a JSX file with a custom getJavaScriptNumber function:
    var flashPlayer = flashPalette.add("flashplayer", cBounds);
    flashPlayer.getJavaScriptNumber = function() {
              return 12345;
    Invoke the custom getJavaScriptNumber function from ActionScript code of an .MXML file:
    public function requestJavaScriptNumber():void{
              var res:int = ExternalInterface.call("getJavaScriptNumber");
              estkNumber = res;
    The ExternalInterface.call("getJavaScriptNumber") call return no value
    Any idea or a suggested workaround??
    Thanks, Erez.

    I wonder if this was intentional on Adobe's part.  It seems rather odd that it just "broke" with the upgrade to CC.
    I was thinking of a way to display a "web page" within an ExtendScript dialog / window, and thought that I could use Flash / ActionScript to do just that and then display that within the dialog.  It seems, now, that it is just a bad idea because the API for ExternalInterface is broken--I would need two-way communication between the Flash object presenting the webpage and the ExtendScript ScriptUI Panel.
    Is there a workaround for this?
    Thanks,
    Arie

  • JS scripted needed to add custom text plus filename to file info in document title

    Would greatly appreciate any help with this one...
    JS script to add custom text plus filename to file info in document title
    many thanks

    Super :O)
    I have a folder of say 50 images and I want to run a JS script batch
    example in the document title :  image Nr 81205
    custom text is "image Nr" +  file name "81205"
    activeDocument.info.title =" image Nr" + decodeURI(activeDocument.name);
    would this be correct without seening the file ext
    many thanks

  • How to add custom fields in BADI  Subscreen.

    Hi Friends,
    I have to include some custom fields in MFBF tcode.(In make-to-order tab page).
    To do that I have used RM_HR_INTEGRATION  BADI definition  and created implementation for this. In the provided subscreen I tried to add custom fields but it asks access key . I donu2019t know , how to proceed further. Your help is needed.
    Or kindly provide me solution to achieve my requirement.
    Thanks in Advance,
    senthil.

    Hi Venky,
    We can see the documentation in
    se18 -> badi -> LE_SHP_TAB_CUST_HEAD -> display -> documentation button above the definition name
    in the first pop-up of documentation..go to the end which says 'Further notes'
    Further notes
    Documentation on BAdI Interface LE_SHP_TAB_CUST_HEAD
    click on this and we have a detailed description of each method defined in the badi
    Hope it helps
    Regards
    Byju

Maybe you are looking for

  • EM Error : java.lang.Exception: No Such Target

    Hi All I have 10 databses in the server and getting this error only for the one database " java.lang.Exception: No Such Target " When i stop dbconsole and start it again then the problem will solve but the within a day or two again the same message i

  • Question about Sent Mail folder contents

    Hi Everyone. this question requires a fair amount of background -- I tried my usually very helpful users' group and didn't get any responses. Here's the story: I upgraded my macbook pro to Leopard partly because I thought Time Machine would make me b

  • How to save your website without..

    I was wondering how to save your data to be always available, without using Muse. I mean after the trail period or month subscription ends, that you still can open or upload it without Muse. Like that you have an backup.

  • Key in trigger

    Dear All, if i enter one text in one field at that time same text will display another fielf in forms 10g . how to do that for example field A i enter a at the same time i can see field B it show a regards, Apple

  • Automatically Close Popup

    Hi All, We are working on an ISU system with CRM as a frontend. Here, we have modified the standard toolbar to hold buttons apart from the 'End Call' button. One one of these buttons, a popup is created which calles a custom component. This component