Opening An External Application With Using An iWeb Link

How do i open an application with an iWeb link so that when people click the link it opens an application on the computer? e.g. Link called play now and it opens Gameranger straight from the browser when the link is clicked.
Thanks

For security concerns I, for one, would not want a Web page to load or launch other applications based on links or downloads.
Only a handful of files are considered "safe" and even then the end user can turn that feature "off".

Similar Messages

  • Open an extern application (exe-file or dll) from a new button in SAP B1

    Hi,
    i want to start an extern Application with a new button in SAP Business One. The exter application should started with two parameters. It can be handled with an exe-file or with a dll. I dont know what its better....
    My question is, how can i open the extern application with two parameters from a button in SAP Business One. Can someone give me codeexample?
    thanks in future and best regards,
    Steffen

    Hi Steffen,
    Adapted from Re: Start Addon From another addon
    Dim startInfo As System.Diagnostics.ProcessStartInfo
    Dim pStart As New System.Diagnostics.Process
    startInfo = New System.Diagnostics.ProcessStartInfo("C:Program FilesSAPSAP Business OneSAP Business One.exe", "arguments")
    pStart.StartInfo = startInfo
    pStart.Start()
    Hope this helps,
    Ian

  • Open a external application in a concrete place in the screen

    I need to open an external application from my swing app, but the application window should be opened in a concrete place in the screen, such as using setBounds in a JInternalFrame. Runtime methods just run the application in a new thread, but I can't place the window it the place I need.
    I think some kind of external dll with jni should work, but I don't know which methods to use or even if it's a solution made in swing.
    any ideas?
    thanks in advance

    The fact is that I need to move "any" application, because today it's some app like netmeeting but noone knows what will want tomorrow. Embbeding sounds good, can you give me more info?
    And thanks a lot!

  • Call a external application without using a webservice

    Hi all,
    How can we make a call to external application without using webservice from BPEL or OSB.Please share any links to refer.
    Thanks,
    Kiran

    Hi.
    Probably the options:
    1. Adapters. BPEL PM offers a different set of adapters that allows the process to communicate with external apps
    2. PRobably a basic HTTP POST could be an option
    3. Writing some code inside a Java Embedded activity
    Which application are u trying to communicate with?
    thx
    best

  • Adding an External Application that uses J2EE Form Based Security

    I'm trying to add an External application that uses the J2EE Form based security. i.e. uses j_username, j_password and posts to j_security_check.
    I don't really see how Oracle SSO will support this. The container needs to take control of a clients request and determines when the "Login" page is presented to establish credentials. Posting directly to j_security_check isn't working for me.
    I'm using Sybase EAServer 4.12 as the external application.
    Is this supported in Oracle SSO?
    Do I need to provide a different mechanism for logging user's in?
    Also, can someone explain what the benefit would be if I configured the EAServer app as a "Partner" app? I would still have to provide an interface for login. The input would be different but the end result would be the same I guess. What advantages does a Partner app have?
    Lastly, is there an NNTP server for these forums?
    Thanks.
    Darrell

    The cure for the symtops described below was to simply add a welcome-file-list
    element with appropriate welcome pages to the web.xml descriptor. It makes sense
    now that I have worked it out.
    Todd
    "Todd Gould" <[email protected]> wrote:
    >
    I have an application comprised of several JSPs that are protected via
    Form based
    security and enforce an SSL connection via the appropriate declarations
    in the
    web.xml. This aspect of the application seems to be working with the
    exception
    of one small quirk.
    If a user presses that back button until such time as the receive the
    container
    provided login page once again, and subsequently provide a valid user
    id and password,
    they are NOT successfully logged in. Rather, they receive the ugly 403
    Forbidden
    error that states that the server understood the request, but is refusing
    to fufill
    it. This only seems to happen given the above course of events involving
    the
    use of a back button in the browser (or selection of an item from the
    history
    list). I suspect that this has something to do with the session id being
    cached
    or something, but I'm not sure? Can anyone offer any assistance on this
    one?
    Also, does anyone know of a way of preventing the user from bookmarking
    this container
    provided login page as this also seems to be causing problems for users.
    If they
    bookmark the first protected page of the application all is fine, but
    if they
    bookmark the login page they receive the 403 error.
    Thanks in advance!

  • Hi can NE one tell me hwo to open an external file with it's defualt viewer

    hi can NE one tell me hwo to open an external file with it's defualt viewer
    e.g. open a .mdb file in access or a .txt file in notepad
    thnx
    help would be much apreciated

    hello can NE one help me?????

  • Deployment of an ADF application with use's the JAAS

    hi all,
    i built an ADF application and used the JAAS based authentication and authorization and every thing works fine on the embedded oc4j for the Jdev, but when i deployed the application to the application server the authentication is apparently disabled since it's open the jsp pages without redirecting to the login page as usual on the embedded oc4j, so what should i configure on the AS oc4j ?
    since i created all roles and users ans premissions on the application side how can i configure the AS oc4j to the system-jazn-data.xml?
    i updated the security provider and it doesn't work.
    appreciate any help

    Hi
    the login screen come up after deployment but i changed the security provider for my application to the system-jazen-data.xml file which i placed on the AS but it still doesn't read the users and roles and permissions configured on it..
    my major problem is that i built the whole Application on the Jdev and it's internal OC4J, so how can i deploy it on the AS without repeating my work??
    and a second question , with the ear file it self is the polices the i gave to each role configured in it??? can i just add the roles and users on the AS OC4J and i ll find the authorization i did already on the Application level??
    thanx and best regards for help

  • Unable to Relay (5.7.1) email from external application with SonicWall ES3300

    Strange, are these ports just forwarded from the firewall in a simple way or is there email filtering enabled?
    i'd go back to basic ports forwards and see if that works, then you know the advanced features are the problem.

    We're currently experiencing an email relayproblem between our Exchange 2007 mail server and a newly integrated SonicWall ES3300. We also have a SonicWall TZ500 firewall with NAT policies configured as per the documentation (https://support.software.dell.com/kb/sw7209), to allow inbound/out mail to flow directly to the ES3300.The problem we're experiencing is as follows:We recently installed a SonicWall TZ500 firewall and ES3300 Email Security device.Ever since then, when attempting to send an email to a recipient outside of our domainfrom an external application using our exchange 2007 as the smtp server, we get an error "The server response was: 5.7.1 Unable to relay". (Sending to internal recipients works fine.)The application is an asp.net c# application that uses the basic System.Net.Mail assembly to send the email. It provides...
    This topic first appeared in the Spiceworks Community

  • Start external application with oracle job

    I'm trying to start external program with oracle job.
    Here is an example (I used SYS as SYSDBA):
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    job_name => 'my_job',
    job_type => 'executable',
    job_action => 'C:/WINDOWS/system32/cmd.exe',
    enabled => true,
    auto_drop => false );
    END;
    But job STATE comes FAILED.
    How should I do this?
    Result was not better when I used
    BEGIN
    DBMS_SCHEDULER.CREATE_PROGRAM (
    program_name => 'my_prg',
    program_type => 'EXECUTABLE',
    program_action => 'C:/WINDOWS/system32/cmd.exe',
    enabled=>TRUE);
    DBMS_SCHEDULER.CREATE_JOB (
    job_name => 'my_job',
    program_name => 'my_prg',
    enabled => TRUE,
    auto_drop => false );
    END;
    Edited by: user458393 on Feb 16, 2010 1:55 AM

    Take a look at this thread: Running a Windows BAT file using DBMS_SCHEDULER
    C.

  • Integration of external applications with E- Recruitment Business Package

    Hello All,
    We are planning for an implementation on E-Recruitment Business Package on EP.
    We need to know whether it is possible in addition to E- Recruitment features provided we would be able to Integrate custom created/ external applications like ID Card creation of employee etc.
    Do let us know about the feasibility of this scenario.
    Thanks & Regards,
    Shailesh.

    Hello  Shailesh
    You are refering to which external applications  ? are they from ECC  or third party?
    If you develope custom applicatios in webdynpro/bsp  in back end you can easily integrate it in EREC business package on portal.
    Regards
    Rajendra

  • Cannot direct files to open in original application with "get info" anymore

    Upgraded to Maverick and installed Indesign CC 2014 only to find Suitcase has not kept up with an upgrade so fonts are not opening. I would like to use Indesign CC (9.2.2) until the font issues are resolved but cannot choose the application version via "get info" in the finder anymore (it just reverts back to CC 2014 when I select CC). I prefer not to uninstall CC 2014 but will if that is the only option.

    LaunchServices can't distinguish between different versions of an application if they have the same bundle identifier, which is usually the case. Which version will be used to open files is undefined.

  • File system notification if file is open by external application

    Hello!
    I have an application in which a certain temporary file is generated. This file is then loaded by an external web browser. When the browser finished loading the file, I want my application to delete the temporary file. Unfortunately my app is not notified correctly by the browser when loading is complete. I guess this is because the temporary file is not interpreted by the browser itself but by a browser plugin.
    So my plan to delete the file when the browser completes loading can't work. Thus I wonder if there is any way to get a file system notification when the file is opened by the browser plugin and when it is closed again.
    The whole thing should work for Windows XP. I've searched the whole day but couldn't find an appropriate solution. I search for something like the FileSystemWatcher in .NET. But I even don't know if Windows fires these events when files are opened or closed.
    It would be great if someone could help me although it seems to be very tricky.
    Thanks in advance,
    Robert

    This forum is about program development in C, C++, and Fortran,  and particularly about using Oracle Solaris Studio.
    Questions specific to Solaris are more likely to get a helpful answer in a Solaris forum. Start here:
    https://community.oracle.com/community/developer/english/server_%26_storage_systems/solaris

  • Opening IE from application with give url parameters

    Hello,
    I have an application which needs to open IE and send it to a particular URL with cergain URL parameters. I use the exec() method of Runtime, IE opens up, BUT the url is truncated. Everything after and including the first '&' is cut off, thus causing errors in the jsp page it is trying to get.
    Here is the code:
    String parameter = " http://192.168.10.202/reports/reportgenman.jsp?S=" +
    Integer.toString(TradeIDGenerator.getClientID()) +
              "&cn=snoopy&cp=1252&lan=eng&acctount=" + account +
              "&from=" + getStartTime() +
              "&till=" + getEndTime();
    Runtime newsRuntime = Runtime.getRuntime();
    try{
    String osName = System.getProperty("os.name");
    Process ieProcess = null;
    if( osName.equalsIgnoreCase("WINDOWS 2000") || osName.equalsIgnoreCase("WINDOWS NT") )
    ieProcess = newsRuntime.exec("cmd /c start " + parameter);
    else if( osName.equalsIgnoreCase("WINDOWS 95") || osName.equalsIgnoreCase("WINDOWS 98") || osName.equalsIgnoreCase("WINDOWS ME") )
    ieProcess = newsRuntime.exec("start " + parameter);
    }catch(IOException ie){e.printStackTrace()}
    This code opens the Explorer with the following URL
    http://192.168.10.202/reports/reportgenman.jsp?S=6598745
    Where did the rest go?
    Please help.
    Thank you,
    Elana

    HI
    Place the parameter between quotes as shown below
    ieProcess = newsRuntime.exec("cmd /c start iexplore.exe " +
    "\"" + parameter + "\"");
    If you do not place double quotes, the URL will be truncated because of the presence of ampersand. Try the same command in command prompt it will not work.
    This will work.
    Regards
    Balasubramaniyan Krithivasan
    Hello,
    I have an application which needs to open IE and
    d send it to a particular URL with cergain URL
    parameters. I use the exec() method of Runtime, IE
    opens up, BUT the url is truncated. Everything after
    and including the first '&' is cut off, thus causing
    errors in the jsp page it is trying to get.
    Here is the code:
    String parameter = "
    http://192.168.10.202/reports/reportgenman.jsp?S=" +
    Integer.toString(TradeIDGenerator.getClientID())
    D()) +
              "&cn=snoopy&cp=1252&lan=eng&acctount=" + account +
              "&from=" + getStartTime() +
              "&till=" + getEndTime();
    Runtime newsRuntime = Runtime.getRuntime();
    try{
    String osName =
    ring osName = System.getProperty("os.name");
    Process ieProcess = null;
    if( osName.equalsIgnoreCase("WINDOWS
    Case("WINDOWS 2000") ||
    osName.equalsIgnoreCase("WINDOWS NT") )
    ieProcess = newsRuntime.exec("cmd /c> time.exec("cmd /c start " + parameter);
    else if(
    else if( osName.equalsIgnoreCase("WINDOWS 95") ||
    ) || osName.equalsIgnoreCase("WINDOWS 98") ||
    osName.equalsIgnoreCase("WINDOWS ME") )
    ieProcess = newsRuntime.exec("start> ntime.exec("start " + parameter);
    }catch(IOException ie){e.printStackTrace()}
    This code opens the Explorer with the following URL
    http://192.168.10.202/reports/reportgenman.jsp?S=65987
    5
    Where did the rest go?
    Please help.
    Thank you,
    Elana

  • APX Crashes when trying to open an external folder with LOTS of subfolders.

    Has anybody else encountered this? I have an external harddrive hooked up to my Airport Extreme (801.11n). I can access everything on it and I can copy things to and from it; however, there is one folder I cannot access. Every time I try to open my music folder, it'll completely reboot the airport extreme (kicks everybody off, light changes colors, disconnects the hard drive, etc). The only unique thing about my music folder is that it has lots of subdirectories. Not sure how many, but lots. I can access the folder just fine if I disconnect it from the airport extreme and put it straight into my MBP. It's getting really annoying. Almost no point in using my APX if I can't even access my songs... Any help is greatly appreciated.

    Hi,
    Try the following steps:
    Open Excel 2013, and go to
    File –> Options –> Trust Center.
    Under
    Trust Center settings, select Protected View and
    uncheck all options under it.
    Restart the Excel 2013 to check the issue.
    Jaynet Zhang
    TechNet Community Support

  • Dealing with a turn based application with using a global static variable

    Hi there. I read some articles about JavaFX concurrency,so as a newbie i have to practice on it. Now i'm trying to implement a turn based application that can be played among 3-6 players. Moreover, i use a scene imported from a .fxml file and i have to update it correctly depends on some calculations of each thread (in other word players ). My main issue is, i don't wanna use a while loop which checks the state of game like;
    while( GameState != State.GAME_OVER ){
         currentPlayer = GameBoard.getNextPlayer();
         // do some actions,calculations etc.
    So, i want to use worker threads instead of this while loop. I guess using Service class for iterating and assigning the next player will be suitable instead of using the while loop and Tasks for doing each player's calculation,or waiting for some responses from Human players on UI based,however, i'm struggling with two problems.
    There should a global static variable ( like GameState which is an Enumarator ) determines the state of the game,so it should be updated and should be checked by each turn. Is there any way to do this ?
    How can i get rid off this while loop ?
    I will appreciate for every answer. Thanks anyway.

    It shouldn't make too much difference. The basic idea is that you have a model class representing your game state (the Game class in jsmith's example). When a player makes a move, you update the state of the game. Since this will result in changes to the UI, this update should be performed on the FX Application Thread.
    If the player making the move is a human player, the move will likely be made by a user action (button press or mouse click, etc); this will be handled on the FX Application thread anyway.
    When the state of the game changes so it is the turn of an "artificial" player to make a move, have the object representing the artificial player calculate its next move, and then update the game state. Since this is a response to the game state changing (it's now the turn of the artificial player), this will also be on the FX Application Thread.
    The only (slight) complexity comes if the calculation of the move for the artificial player takes a long time. You don't want to perform this long running calculation on the FX Application Thread. The cleanest way to manage this is to launch a Task which calculates the desired move, and then updates the game state when the move is ready. So, something like this:
    GameState game = ... ;
    // UI is bound to the game state.
    ExecutorService executorService = ... ;
    final Player currentPlayer = game.getCurrentPlayer() ;
    final Task<Move> calculateMoveTask = new Task<Move>() {
         @Override
         public Move call() {
              Move move = // compute next move...
              return move ;
    calculateMoveTask.setOnSucceeded(new EventHandler<WorkerStateEvent>() {
         @Override
         public void handle(WorkerStateEvent event) {
              gameState.makeMove(currentPlayer, calculateMoveTask.getValue());
    executorService.submit(calculateMoveTask);
    If you're doing more threading than that, you're probably doing it wrong... . There should also be no need for anything to be held as a "global" static variable (the idea above is the only structural modification you need to the example posted by jsmith).

Maybe you are looking for

  • Upgrade again.. but w/o DVD drive:-)

    Hi, +/* Sorry to bother the community with maybe same question: I see many regarding upgrades. Unfortunately I didn't find a solution for my particular situation, so here it goes again ...+ 1) I have a G5 with 10.3.9; need to upgrade to a higher v-n

  • Mail crashes since update to OS X 10.9.2

    Hi, Since I've installed OS X 10.9.2. on my MacBook Pro, Mail crashes every time. Impossible to even read mails on my device. Restart doesn't help, nor does yelling at the screen. Thanks for your help.

  • Itunes wont start on win7

    iPhone 4s phone, Windows 7 professional. Dell laptop, tried removing and reinstalling all Apple products including itunes, changed the language setting to English as previously outlined by another user, When I click on the icon or run via all program

  • Recovery disc #2 error:1002

    from BOOTMGR MISSING screen ... I press F11 ... I select system configuration then I pressed F9 and F10 to load default settings I put in Disk #1 and it loads files ... asked for Disk #2  I put in Disk #2 and select recover system the first task of f

  • Music in library not play, why? how fix?

    some music in library not play, why? how fix?