How to open a internet browser with specified url in java

hai all
i am naveen and i was working in a project in whihc i need to open an webbrowser with specified url when i click a button
please help me
i want to do it in core java with in swings not with applet
waiting for reply

http://forum.java.sun.com/thread.jspa?forumID=31&threadID=530774

Similar Messages

  • How to open an internet browser inside an Oracle Form?

    Hello,
    I am using Oracle forms 10g and I want to open  any internet browser inside my oracle form. Any idea if it is even do able in the forms.
    Thanks in advance for your help!
    Hemangi

    Are you talking about displaying a webpage directly inside of an Oracle Form or simply opening a webpage (in a browser window) form a Form?
    If you want embed a webpage in a Form, then this can only be done by extending Forms functionality througha Java Bean.  Take a look at this Java Bean:  A Full Web Browser Java Bean .
    If you just want to open a web page from Forms the MST is correct.
    Craig...

  • Open an IE browser with link from ABAP code

    How to open an IE browser in separate window with dynamic link from ABAP code. The IE should open in a separate window.
    Eg:
    strHttpLink = 'http://www.xxss.com'.
    open IE browser using strHttpLink.

    Hi,
    have a look at this:
    http://www.erpgenie.com/abap/controls/htmlviewer.htm
    Best regards.

  • I can not open some internet sites with my ipad

    since i download new apple software 7.2 i can not open some internet sites with my ipad! it lets me open only english sites nothing else...

    Try a soft reboot and see if that helps.
    1. Press and hold power + home button until screen goes off and apple logo appears.
    2. Once the apple logo appears release both buttons and let the phone reboot.
    This helps clear temporary files. I assume you've tried deleting safari from multitasking?
    You could always try using a different app top browse the internet.
    VPN is another solution as it has helped me out before.
    Hope this helps.

  • HOW TO OPEN PREMIER PRO APP WITH MONTH TO MONTH SUBSCRIPTION

    HOW TO OPEN PREMIER PRO APP WITH MONTH TO MONTH SUBSCRIPTION?

    And exactly what is the problem? Sorry, you need to be much more specific. If something doesn't work, explain it properly and provide the necessary info like operating system, errror messages and so on....
    Mylenium

  • How to pass session variable value with GO URL to override session value

    Hi Gurus,
    We have below requirement.Please help us at the earliest.
    How to pass session variable value with GO URL to override session value. ( It is not working after making changes to authentication xml file session init block creation as explained by oracle (Bug No14372679 : which they claim it is fixed in 1.7 version  Ref No :Bug 14372679 : REQUEST VARIABLE NOT OVERRIDING SESSION VARIABLE RUNNING THRU A GO URL )
    Please provide step by step solution.No vague answers.
    I followed below steps mentioned.
    RPD:
    ****-> Created a session variable called STATUS
    -> Create Session Init block called Init_Status with SQL
        select 'ACTIVE' from dual;
    -> Assigned the session variable STATUS to Init block Init_Status
    authenticationschemas.xml:
    Added
    <RequestVariable source="url" type="informational"
    nameInSource="RE_CODE" biVariableName="NQ_SESSION.STATUS"/>
    Report
    Edit column "Contract Status" and added session variable as
    VALUEOF(NQ_SESSION.STATUS)
    URL:
    http://localhost:9704/analytics/saw.dll?PortalGo&Action=prompt&path=%2Fshared%2FQAV%2FTest_Report_By%20Contract%20Status&RE_CODE='EXPIRED'
    Issue:
    When  I run the URL above with parameter EXPIRED, the report still shows for  ACTIVE only. The URL is not making any difference with report.
    Report is picking the default value from RPD session variable init query.
    could you please let me know if I am missing something.

    Hi,
    Check those links might help you.
    Integrating Oracle OBIEE Content using GO URL
    How to set session variables using url variables | OBIEE Blog
    OBIEE 10G - How to set a request/session variable using the Saw Url (Go/Dashboard) | GerardNico.com (BI, OBIEE, O…
    Thanks,
    Satya

  • .pdf with Word hyperlinks opens in internet browser, or not at all

    I'm using Adobe Acrobat X and Word 2010.
    When I create a .pdf from the Word application, all the hyperlinks work fine, EXCEPT that they open in the default internet browser instead of Reader. If I create the .pdf through Acrobat the links don't work at all.
    I didn't have this problem until I upgraded to Acrobat X, Word 2010 and Windows 7.
    Is there a way to get the Word-created .pdf links to open in Reader?
    Thanks in advance for any help you can offer.

    That would work on my PC, but unfortunately I can't control how each of our users have their browser set up. We require them to have Reader installed just for that reason.
    Thank you, though.

  • How to open a pdf form with fdf data

    Hi all,
          I am working on a new project. In that, I have to load a PDF contract form with FDF data on Internet Explorer Window.
    I don't know how to do it. Actually I tried using this format on the URL (while loading the respective page)
    http://www.example.org/pdf_file_name.pdf#FDF=http://www.example.org/fdf_file_name.fdf
    But it opened as an empty pdf document. . Actually I need it with the fdf data.
    Can anyone know any other way to do this?
    Or is this not possible to open a pdf form with fdf data in a browser?
    Thanks in advance
    Annamalai

    @ Bernd. It still opens a text file
    Here's my FDF file sample
    %FDF-1.2
    %âãÏÓ
    1 0 obj
    <<
    /FDF << /Fields
    <</V (07/22/2009)/T (Loan_Note_Date)>><</V (22.29)/T (Loan_AnnualPercentage_Rate)>></V ()/T (Seller_ESignatureArea1_Date)>><</V (GA Dealer)/T (Seller_Signer_FullNameTitle)>><</V ()/T (ThirdParty_ESignatureArea1_Date)>>
    /F (MARSMFLZ.pdf)/ID [ <1f0b6b55f345db39e8246247138fe562><e960588530b0d06d35cd618b34d4c314>
    ]>>
    >> endobj
    trailer
    <<
    /Root 1 0 R
    >>
    %%EOF
    (I have uploaded the related pdf file before.)
    Just now I got an idea to use WScript (the code is written in javascript)
    ws = new ActiveXObject("WScript.shell");
    ws.Run('"AcroRd32.exe" "C:\\annukar\\Refi\\Refinance_Module\\Forms\\Contract.fdf"', 1, true);
    this opens my fdf document in Acrobat reader using command prompt.
    I have a doubt now, can i use some string in place of "C:\\annukar\\Refi\\Refinance_Module\\Forms\\Contract.fdf" in the above command?
    I mean something like fdf_file = "C:\\annukar\\Refi\\Refinance_Module\\Forms\\Contract.fdf"
    and replace ws.Run('"AcroRd32.exe" fdf_file,1,true). I tried it but it doesn't work Any idea's? Since the path will not remain the same always. So i need to change it

  • How to open a new browser window from a JSP page?

    Hi,
    I am picking up records from the database and displaying each record in a seperate text area field using the JSP code. I should be able to display the content ( available in the text area) in a seperate window if the user clicks on one icon.
    Is it possible to open a new browser window using JSP? If yes, how can I write information on the new browser window?
    Thanks in advance.

    Is it possible to open a new browser window using JSP?a JSP page is also an HTML page, this is client side stuff, you can do it with JavaScript.

  • How to open graph in browser

    i am generating graphs in my application using swing and i want to export it to other software.i want to save it in paint Brush,photoshop .
    how can i open it in browser as web document.
    plz guide me...

    Use the Runtime getRuntime();
    Runtime runtime = Runtime.getRuntime();
    This will allow you access to the exec() methods. These will allow you
    to call operating system commands.
    runtime.exec("\"C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE\" " + url);
    Where the url is a valid file url. So you application must write to a
    file and then generate a url to that file. You should check where the
    IEXPLORE.EXE is on you 'puter

  • How can I use Internet Sharing with Firewall on ?

    Hi,
    My PowerMac G5 is connected to the internet via Ethernet. I share the connection to a Powerboog via Airport using internet sharing. Everything is working fine except when I turn the Firewall on. After reading http://docs.info.apple.com/article.html?artnum=107653 I tried opening port 443 but it still does'nt work. I'd like to be able to use internet sharing with the firewall on. Anyone can help me ? Thanks!

    Hmmm, how curious... I never had to do that in 10.4.7 or 10.4.8... the only ones I ever tried Internet Sharing with.
    I'm wondering if turning the Firewall on after the Internet sharing is what's doing it? Just for kicks you might try turning off Internet Sharing, then Firewall on, then turn on Internet Sharing.
    If that doesn't work, then I'd personally try trashing...
    /Library/Preferences/com.apple.sharing.firewall.plist
    Then reboot and try the Firewall again.

  • How to open a DWG file with AutoCAD options (AppleScript)?

    Hi,
    I'm looking for help specifying the AutoCAD options when opening DWG files.  I have DWG files of floor plans that I always want to open at the same scale. 
    I can successfully open a DWG file with the default options using:
    open POSIX file "/Users/crmckinnon/Desktop/cabin_floor_plan.dwg" as alias without dialogs
    But I don't want the default options, so if I try to specify them:
    open POSIX file "/Users/crmckinnon/Desktop/cabin_floor_plan.dwg" as alias with options {class:AutoCAD options, scale unit:"autocad inches"} without dialogs
    I get a "Can't find alias" error.  How do I specify the AutoCAD options?  I'm sure this is due to my lack of understanding of AppleScript.  Any help would be appreciated!
    Thanks,
    Chris

    I'll answer my own question.  Here's how I specified the options:
    open POSIX file filePath as alias with options {pGSO:original size, pASU:inches, pASR:12.0 / 0.1875} without dialogs
    I had to look in the Apple Script dictionary to get the "codes" to use.  The variable names didn't work.  I think that's because some have "global" in the name which is a keyword in Apple Script.  Here's what the codes translate to:
    pGSO = "global scale options"
    pASU = "scale unit"
    pASR = "scale ratio"
    Thanks,
    Chris

  • How can I add Internet browser back/forward buttons to the main toolbar?

    The developper of the software I'm testing manages to open
    web-pages in a window within our software. We find this a great
    feature, although it has one downside: no back/forward buttons the
    users have gotten used to thru standard Internet browsers.
    Is there any way to add these classic Internet browsing
    buttons to the main toolbar of a WebHelp output? I've noticed them
    on some other outputs (HTML-help if I'm not mistaken).
    I've noticed some similar topics in this forum, but the seem
    to discuss the browsing sequence buttons, which we find less
    usefull.
    Thanks for looking into this!
    Greetings,
    Olivier

    Hi Olivier
    Take a look at my Skinny on Skins file. There are
    instructions inside on how to accomplish this.
    Cheers... Rick

  • How to open a web browser from java

    Hi
    Would anybody please help me with this. I need to open a web browser from my java app but I don't know. What method I can use?
    Thanks.
    Hung.

    You can use the Runtime class for this. It can run any command. So, you can run the .exe file of your Web browser.
    The following code will run Internet Explorer (assuming iexplorer.exe is in C:\Program Files\Internet Explorer):
    import java.lang.Runtime;
    public class Explore{
    public static void main(String[] args) {
    try{
    Process p = Runtime.getRuntime().exec("C:\\Program Files\\Internet Explorer\\iexplore");
    }catch (Exception e) {
    System.out.println("Exception: " + e);

  • How to load another internet browser (Curve 8330m)

    How do I go about loading another internet browser?  I downloaded the Opera Mini and tried to make it as the default browser but couldn't seem to get it to work properly.
    Can anyone point me to some documentation (nothing seems to be in the Blackberry Technical Solutions Center) or give me some step-by-step instructions on how to do this?

    LoboFan wrote:
    I do realize that.
    How can I get the browser to work?  Are there any steps I need to follow to use it instead of the Blackberry default?
    OK, sorry., I guess I misunderstood your initial question.
    So what is NOT working.. you've installed Opera Mini and you open to use it.. what happens?
    Details, please.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • How to transfer more than one files over internet at once?

    hi, friends, I just wonder how to transfer more than one files from one computer to another over internet at once. Not using ftp. pls any one give me the solution.

  • Module user_exit_102 at exit-command.

    hi in my dialog programming i am having a table control in which 8 colums are mandatory. if i want to exit from that screen it ask me to fill all the required field.with out filling those mandatory fields how to exit from that screen. please solve my

  • Emails are not delete from the handheld/server

    Hello, Our client has Blackberry 8330. Emails are not deleted nor from the server nor from the phone. Maybe there any other setting set? Or are these settings set wrong? Thanks you He has these settings: under Messages - Options - General Options, th

  • Migration of Oracle 8i PL/SQL to Oracle 9i PL/SQL

    Hi, Can anybody help me giving information about mandatory requirements to migrate from 8i to 9i. Also please let me know if any documents related to that for PL/SQL and PRO * C migration from 8i to 9i. Thanks with Regards, Guru

  • Would like help with trap command in Terminal

    I'm learning about the trap command from my bash book. I tried out the little script they gave: Code:  trap "echo 'You hit control-C!' " INTwhile true; do     sleep 60done But when I type control-c, the script just stops and the message is not displa