Opening a url  with parameters in an application

I'm able to open a url in a browser from my application, but I want to open a url with parameters.
for instanse http://mypage.asp?parameter=a
You get a file not found. Is this possible?
I'm currently using
Runtime.getRuntime().exec( "cmd /C start " + url);

Found the answer -- you have to put the url in quotes lest the ampersands parse the end off.

Similar Messages

  • Remote URL with parameters

    I'm building a ADF Mobile application and would like to call remote URL with parameters however there is no concrete example of this in the developer guide. I would like to call www.google.com?q=queryParam where queryParam is an user input.
    Thank you...

    I think you need to first define a white list of sites and this will allow opening the page in the web view instead of a separate browser see:
    http://docs.oracle.com/cd/E35521_01/doc.111230/e24475/remoteurl.htm#BABJFEAE

  • IC webclient url with parameters

    Hi all,
    Can I call IC webclient url with Parameters from another SAP system?
    Thanks and Regards,
    Smruti

    Hi Smruit,
    Check out this link that explains the options for opening the IC webclient.  It gives you teh URL parameters
    http://help.sap.com/saphelp_crm50/helpdata/en/84/11939c402646a080a44521c79a66f1/content.htm
    Cheers
    Andrew

  • Please help me in resolving the URL with parameters.

    Hello,
    Please help me in resolving the URL with parameters. If desformat is pdf, a pop up message �Acrobat Reader could not open �pa034922.fdf� because it is either not a supported file type or because the file has been corrupted���.
    if desformat is html or xml, the following URL is working.
    our requirement, report should be in pdf format.
    http://servername:7778/dev60cgi/rwcgi60?server=Rep60_mclaren&&userid=bizsystest/test@business&destype=cache&desformat=pdf&report=salary_dept.rdf&p_dept_list=''ABE','ASE','CE','CHE','CS','DE','DIAL','ECE','ERC','IE','ME','PTE','ARC','ASE1''&p_status_list=''ACP','AD','AP','ATP','D','FE','HD','INS','P','RP','S','TF','TP','TS','ST','GS','O''&p_sex=''M','F''&p_order_by='Name'&p_totals='NO'
    Thanks in advance,
    Usha

    We've seen this bug on machines running IE6 with a certain security patch (I forget its number). There's a thread in the Metalink reports forum about it. It appears to be somewhat tied to another problem where IE runs the report twice (you can see that in Showjobs. You're seeing the problem in 6i; I believe it persists in 9i.
    The workarounds are (1) set Acrobat so it doesn't open within IE or (2) switch to a different browser, like Netscape. For workaround 1, Start Acrobat Reader, Choose File -> Preferences -> General, Uncheck Web Browser Integration
    There's some evidence that it occurs more often with urls that include single quote characters. I think it's worse with XP, but I don't have any proof.
    If you check Adobe's site, you will see this isn't just an Oracle Reports problem. I think we're waiting for Microsoft on this one, so don't hold your breath for a quick fix.
    -- jim

  • Open a file with its defualt associated application

    is there any way to open any file with its defualt associated application from a java program ?
    Example:
    In Windows I have a file example.txt and, from a java program, I would like opening it by the defualt associated application Notepad.
    Thx

    Take a look at this thread:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=161228

  • Lauching URLS with parameters Form Personalization

    Hello,
    At Crawley Borough Council we wish to use FP to launch urls with parameters; this would really enhance how CRM is used at Crawley BC. There values are taken from the contact centre customer block e.g. CUSTOMER_HEADER_BLK.CUST_FNAME would could be translated to the value of FRED.
    I can launch URLs without parameters ok, as soon as I add parameters I either get a url that does not translate the parameters or get an ORA error on vaildation.
    Can somebody please advise me the correct way to proceed.
    URL where parameters not translated when launched.
    http://cbcstlintraa/stellent/idcplg?&IdcService=GET_FILE&dDocName=CRMResultsForm&RevisionSelectionMethod=Latest&Rendition=Web&QueryText=(dDocType%20<Substring>%20'FormPublished'%20<or>%20dDocType%20<Substring>%20'ScannedDocs')%20<and>%20(xCRMName%20<Substring>%20' ||: CUSTOMER_HEADER_BLK.CUST_FNAME || '<or>%20xCRMPartyID%20<Substring>%20' ||:CUSTOMER_HEADER_BLK.CUST_PARTY_ID||') '
    URL that fails validation
    ='http://cbcstldeva/stellent_test/groups/internal/documents/callform.jsp&customer=CSAMEN&firstname='||CUSTOMER_HEADER_BLK.CUST_FNAME||'&lastname='||CUSTOMER_HEADER_BLK.CUST_LNAME||'&address_1='||CUSTOMER_HEADER_BLK.CUST_ADDRESS1||'&address_2='||CUSTOMER_HEADER_BLK.CUST_ADDRESS2||'&citytown='||CUSTOMER_HEADER_BLK.CUST_CITY||'&county='||CUSTOMER_HEADER_BLK.CUST_STATE||'&postcode='||CUSTOMER_HEADER_BLK.CUST_POSTAL_CODE||'&serviceid='||INCIDENT_TRACKING.INCIDENT_NUMBER||'

    Hi there,
    Try using this syntax for the variable: ${item.customer_header_blk.cust_fname}
    E.g.: ='http://www.google.fr/search?q='||${item.customer_header_blk.cust_fname}
    for a Google search based on your customer first name...

  • When I try to open files in with CS4 I get application was unable to open correctly. Reasons?

    When I try to open files in with CS4 I get application was unable to open correctly. Reasons?

    Well, it seems to be fine now. I down loaded updates to bridge and CS4 (and various other applications). This seems to have negated the issue.
    Just to answer; yes it was happening with all file types. No I don't believe it ever worked before as I would always just open files in camera raw.

  • How to open an URL with PLSQL FUNCTION?

    Hi friends,
    I want to know if EBS has a package to open an URL like this xxpck.openhtml("http://www.oracle.com")

    Hi Ricky,
    So your question is more about discoverer calling a PL/SQL package to create data in temp table which is then reported on?
    There are a couple of posts on this issue already, where the solution is something like having two worksheets in the workbook, the first that executes the "setup" calling a PL/SQL function through calculation or similar logic, this function includes loading the tables (and could include parameters) the second that reports on the data.
    Rod West has posted solutions around this, check out posts like:
    Re: CALL PL/SQL Procedure in Discoverer 4i
    Re: Passing Parameters to a discoverer folder using Note 282249.1
    If you are not talking about this, but viewing some output from a concurrent program in the Oracle Apps Web Forms session, then you could create a page that submits a request, waits for it, then displays the output, but this is not recommended due to the concurrent manager queueing functionality.
    With regards to calling a web page in an OAF (or forms) page, then the responsibility lies with the OAF page or Forms page not a backend PL/SQL function (although you could code PL/SQL to get the page and pass back as a clob or something, but not or efficient).
    Gareth

  • Open Doc URL with parameter in BI 4.0 to open Webi and Crystal report

    Hi Experts ,
    Has any one experienced the open doc URL to open the report and to pass the parameter to the new report .
    I am well aware of the syntax of passing the parameter and use to work perfectly fine with XI 3.1 but its giving me griefs in BI 4.0 environment .
    In the new report i am just trying to pass the Fiscal year as a parameter with the url i can open the report but it does not accept the value being passed with the url so i have to renter the values again .
    I am using BO 4.0 SP2 Patch 6 and trying to intact with crystal and webi report   built on top of BEx query with the fiscal year parameter defined in BEx query level .
    Any comment on this will be appreciated.
    Thanks,
    Vibhav

    Hi Nakul,
    I am not using the user response to get the value i tested it in Crystal Enterprise environment i tired passing the following syntax
    http://.../OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=...&lsSFiscal%Year%(Single%Value%Entry,%Required)={?0P_FYEAR}
    {?0P_FYEAR}  this is a variable comming form BEx query into Crystal i tired to use it and pass it to other report but i cannot pass it i have tried to pass the hardcoded value still i see the paramater screen and have to enter the value again.
    I am not sure if anyone has tested this functionality in BI 4.0 environment .
    Thanks,
    Vibhav

  • How to open a URL with a "#" in Automator?

    I am trying to open a url in Automator using the "Display Webpages" action.  The URL I need to open has a hash within it -- e.g. http://translate.google.com/#fr|en|testing.  Automator URL encodes the # to %23.  I can't figure out how to prevent it from escaping the anchor charater.  FWIW, the terminal command...
    /usr/bin/open "http://translate.google.com/#fr|en|Text"
    does the exact same thing.  Anyone know how to stop the # from being encoded?

    Hi,
    I have the exact same problem but I don't have a bar. I'm trying to use this URL "http://translate.google.com/#auto/en/" but the script changes the # to %23. Any ideas? Thanks
    Edit:
    OK, that's starting to get weird. I tried using this URL instead "http://translate.google.com/#auto%7Cen%7C". When I put it directly in the browser it works which means that it is correct. When I use it through Automator it keeps changing the # to %23. Now the weird part. If I put #fr like the original poster it doesn't change it. It only change it with #auto. Anyone have any suggestions? Thank you.
    Message was edited by: j.giazlas

  • Open a pdf in an url with parameters #zoom=scale,left,top

    In the previous versions of Adobe Reader, it was possible to open a pdf in the web browser adding some arguments : #zoom=scale,left,top.
    So we could open the pdf at a specific position, with a specific zoom.
    But in the last version for windows, 10, the parameters 'left' and 'top' seem to be ignored. Only the zoom value is taken into account.
    There is no error message, no warning. We could write the values we want for the left and the top but nothing happens.
    So, I was wondering why it doesn't work anymore ?
    And to be sure, I re-installed the version 9  of Adobe and it works, but not with the 10.
    (and I hope that is not a fonctionnality which wasn't re-implemented in Adobe Reader 10).
    If someone has an idea...
    Thanks

    So, nobody has an idea ?
    Juste to be more clear, I give an example :
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf#zoom =300,200,200
    Then, if you enter this url in a new tab, considering you use the adobe reader plugin to open pdf in web browser, the file will be opened with a zoom of 300, and the letf corner position will be at 200 pixels of the right, and at 200 pixels of the top.
    But it doesn't work with Adobe reader 10, that's my problem...
    Could someone help me with this ?
    Bye

  • Invocation report (Discoverer Viewer) with parameters from an application

    Hi everyone,
    I'm proving report in Discoverer Viewer invoking them from an application, which sends parameters to him.
    I cannot obtain, that they directly execute when doing click in the URL of execution with its parameters, but that opens the screen where it requests to enter the parameters, without assigning those that they are arriving to him in the URL.
    I verified if the problem were in the name of the parameters and apparently it takes the values from such by the order in which they arrive.
    Also I verified that the values of parameters are arriving correctly from the application.
    Somebody can help me with this?
    Thank you very much
    Ana

    Hi,
    I could resolve the problem.
    The creation parameters in discoverer reports is case sensitive with the parameters that arrive from an application.
    Anyway, thank you
    Ana

  • SSO and success URL with parameters

    Hello
    I have succeeded to configure HTML_DB engine as Partner App for Oracle SSO.
    HTML_DB 1.5.0.00.33
    Oracle IAS Release 1 ehk 1.0.2.2.2
    I'm entering into HTMLDB application from outside directly to concrete page with concrete parameters. The calling outside app is authenticated with SSO.
    Example URL: http://host/pls/DAD/f?p=103:3:::::PAR1,PAR2:VAL1,VAL2
    I'm then authenticated checked against SSO and redirected to my requested page, but the parameters are lost. The URL looks like http://host/pls/DAD/f?p=103:3:987698769876098
    It only happens at first try. Next time I have a session and I'm redirected together with parametes.
    It seams that this http://host/pls/DAD/wwv_flow_custom_auth_sso.process_success is getting somehow wrong parameter URLC. Without parameters. Why?
    Please help!
    Yours,
    jan lakspere

    Hi
    Thanks, Scott.
    This patch 1.5.1 solved this problem. Now SSO redirect forwards the parameters together with URL.
    Yours,
    jan

  • Call a BI Publisher Report URL with parameters

    Is it possible to call a BI Publisher URL from a form but pass the parameters along so the report can run with the user having to fill any parameters in? If so, how do you pass the parameters in the URL? We are trying to do some Proof of Concept work on a new project and would like to introduce BI Publisher into the mix instead of using Oracle Reports.

    See this article
    http://blogs.oracle.com/xmlpublisher/2006/07/18
    from Tim Dexter's most excellent blog

  • PDF form with buttons opens up URL with security warning window

    I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
    The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
    This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
    Thanks,
    Jyothi

    I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
    The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
    This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
    Thanks,
    Jyothi

Maybe you are looking for