Running IE but with a html page of mine instead of default

HI - I would like to know a better way to load up my html page using java. So far my execute statement is:
Runtime.getRuntime().exec("C:\\Program Files\\Internet Explorer\\IExplorer.exe" + "My Page.html");
If I don't include My Page.html IE will load up, but if I add My Page.html an IOException is caught. I want IE to load up with My Page.html, so My Page.html is the first page I see. Thanks
Seigot

Your problem is:
Runtime.getRuntime().exec("C:\\Program Files\\Internet Explorer\\IExplorer.exe" + "My Page.html");
will actually become
Runtime.getRuntime().exec("C:\\Program Files\\Internet Explorer\\IExplorer.exeMy Page.html");
so what is
C:\Program Files\Internet Explorer\IExplorer.exeMy Page.html
Of course it fails, there is a space missing.
--lichu

Similar Messages

  • WAD error: done , but with errors on page!

    Hi,
    when i try to display query on web, it is displaying a partial report with almost no data on the page and right at the bottom  i could see the message
    "Done, but with errors on page"
    what can be done to remove this error?
    Thanks,
    Ravi

    hi Ravi,
    try to click the error message, see if it will pop up more detail message.
    as mentioned, seems you use some javascript in your web template,
    see the detail message and check your javascript code,
    it can be object not define etc, please note that it's case sensitive,
    so e.g if you use object/variable or call function, check it's exactly same.
    hope this helps.

  • Done, but with errors on page.?

    Hi there,
    I was wondering if someone can help me?.
    I built a site http://www.pawsofeskbank.co.uk/ i had problems with the "£", every time i used the £ it came up with "Ã" i replaced the "£" with "£" this worked great, but now when up open the site at the bottom of the browser it says "Done, but with errors on page.?". I open the details and it says "invalid Charter" line 80 and so on but i have no idea how i get ride of this???
    Can anyone point me in the right direction, Cheers

    Cheers mate,
    Much appreciated, its been driving me nuts for a week…is there any way I could spot that sort of thing if it happens again?
    Cheers

  • Modify initial screen with an HTML page

    Hi,
    I would like to replace the first right picture by an HTML page. Is it possible ??
    (please don't speak about the replacement of the picture with a GIF, or about the text you could add with SE61 ..)
    Thanks
    fred

    I found how to close and I restart the recovery.

  • Modifying Page Layouts associated with a HTML page

    Hi,
    I have a Page layout that has been associated with a HTML file. What is the procedure/steps to modify the Page layout?Please suggest

    HI ,
    You need to change in HTML file,after saving it is applied to layout.
    Please check the below links for reference.
    http://www.learningsharepoint.com/2013/03/03/create-a-custom-page-layout-in-sharepoint-2013/
    https://msdn.microsoft.com/en-us/library/office/jj822368.aspx?f=255&MSPPError=-2147217396
    if you need further help, let me know.
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Problem with opening html page in Dreamweaver

    Hello,
    I would like to ask the forum because I have a problem with Dreamweaver 8.
    In the past when I work with my PC on Windows XP I didn't have this problem.
    Now I have a new PC with Windows 7 Familial Edition Premium.
    I can open he most pages I would like, .htm particuliarly but some of them like .html don't opened in Dreamweaver 8
    on PC with Windows 7.
    Example:
    With this page: http://www.pb-veille-consulting.com/veille.html
    I can open it with Dreamweaver 8 under Windows XP on my portable PC.
    But I can't open it with Dreamweaver 8 under Windows 7 on my fix PC.
    Where is the problem?
    You could watch the code of this page and perharps give me answers from my question.
    Thanks a lot.
    Patrick.

    It could be that Extensions.txt and MMDocumentTypes.xml do not have the full set file extensions.
    The first one can be located at ~username/AppData/Roaming/Adobe/Dreamweaver CS6/en_us/Configuration and needs to have HTML added to line 1
    The second one can be located at ~username/AppData/Roaming/Adobe/Dreamweaver CS6/en_us/Configuration/DocumentTypes and needs to have HTML added to line 3 so that it looks like
    <documenttype id="HTML" internaltype="HTML" winfileextension="html,htm,shtml,shtm,stm,tpl,lasso,xhtml" macfileextension="html,htm,shtml,shtm,tpl,lasso,xhtml,ssi" file="Default.html" writebyteordermark="false" mimetype="text/html">

  • Cannot run jnlp/webstart app from html page locally - application blocked

    I'm trying the DynamicTree demo from the oracle site locally. I've copied the code into Eclipse, built my jar, signed it, modified the jnlp and html but when I try and run it, it pops up the message saying its blocked. I've changed my java security settings to as low as they will go, and changed the advanced settings to allows allow jnlp but still no luck. I can however run it from the example on the oracle site?
    Does anybody have any ideas?

    I'm trying the DynamicTree demo from the oracle site locally. I've copied the code into Eclipse, built my jar, signed it, modified the jnlp and html but when I try and run it, it pops up the message saying its blocked. I've changed my java security settings to as low as they will go, and changed the advanced settings to allows allow jnlp but still no luck. I can however run it from the example on the oracle site?
    Does anybody have any ideas?

  • App Store opens, but with a blank page. No icon.

    I have an App Store icon, and when I click on it, it opens, but the page is blank. No icon. I've opened it before.

    My computer was just in . . . thoughts were that it needed a new graphics card, but the Apple Geeks couldn't get it to do what it had done (fragmented screen), so naturally they sent it home with me. They did a re-install, and ever since, I've had the app store problem. I'm playing memory card roulette, taking one out, seeing if the computer fragments, putting it back, taking the other one out . . .

  • Error messages: "Done, but with errors on page" and "Error on page" on the Verizon log-in page.

    How do I remove/correct the page errors above? The error msgs only appear on the VZ web site log-in page.

    Those are typically from what I presume you're using is Internet Explorer not liking the way some of the code is formatted on the website. They can be ignored if you are not having issues with the site. Each browser will complain about something and call it an Error in some way or another. You have to have an extremely basic page to not have a complaint about an error, or one crafted for every web browser out there.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • How to run a jar file in a HTML page.

    Hi, i have created an applet that works with 2 or 3 classes, the i have done a Jar file and now i want to run the applet though a Html page, i have looked at many manuals and i have done the same as is said to create the Html file, but whe i want to see the page on the part of the applet nothing appears to me and when i go though the area of the applet with de mouse an error message apears saying that the clas XXXX (the main class of my applet) can't be instanced.
    Could someone tell me why is this? i need help or to see an example that works.
    Thanks

    Hi, i have created an applet that works with 2 or 3
    classes, the i have done a Jar file and now i want to
    run the applet though a Html page, i have looked at
    many manuals and i have done the same as is said to
    create the Html file, but whe i want to see the page
    on the part of the applet nothing appears to me and
    when i go though the area of the applet with de mouse
    an error message apears saying that the clas XXXX (the
    main class of my applet) can't be instanced.
    Could someone tell me why is this? i need help or to
    see an example that works.
    ThanksUse the archive parameter in the applet tag.
    e.g: <applet code="your_main_applet" width="256" height="256" archive="myjar.jar">
    Where myjar.jar is the actual jar file which contains all the user class files which are required to run this applet.
    For creation of jar files, please read the java tutorial in http://java.sun.com
    /Sreenivasa Kumar Majji.

  • Focus issue with pdf adodbe plugin display in html page

    Hi,
    I have an iframe in my ordinary html document which load a pdf file. When I load this iframe, focus is on the pdf-document and I can scroll it.
    But I don't want the focus on the pdf-document but on my html page. When I scroll I want that my html page scrolls.
    I think that the plug-in adobe takes the focus and I can't take it after pdf file loaded. I try to take focus with javascript but it doesn't work.
    Is there anyway to put the focus on my html page ?
    Thanks for you help.
    Regards.
    Marie

    I have not tested this in IE 6, but just so you know, The
    embed tag for a pdf will work for all browsers including IE7 except
    Opera.
    Ex. for a 800px x 100px header....
    <embed src="example.pdf" width="800px"
    height="110px"></embed>
    In Acrobat 8 select file>properties (shortcut ctrl-d)
    Select initial view, then check hide menu, hide toolbars, hide
    window controls. For magnification select fit width.
    The above example will still show a small background border
    which I could not get rid of, but may still work for you.
    Silk

  • Embedding with html page

    Hi,
    I want to make a pdf fill able form by livecycle or acrobat pro. In which there will be a button.By clicking this button I want to embed it with a html page.Is it possibe for abobe acrobat pro or adobe livecycle? I f possible how can I make thos button?

    Hi,
    I want to make a pdf fill able form by livecycle or acrobat pro. In which there will be a button.By clicking this button I want to embed it with a html page.Is it possibe for abobe acrobat pro or adobe livecycle? I f possible how can I make thos button?

  • Strange problem... Query runs faster, but report runs slow...

    Hi Gurus,
    We are using Report 10g on 10g Application server and solaris. we created a report on a table which has 10,000 rows. The report has 25 columns. when we run this query in Toad it took 12 sec for fetching all these 10,000 rows
    But when we run the report with Destype = 'FILE' and Desformat = 'DELIMITEDDDATA', it is taking 5 to 8 minutes
    to open in excel ( we concatenated mimetype=vnd-msexcel at the end of the url if the Destype=FILE). We removed the layout in the report as it is taking 10 to 15 mins to run to Screen with Desformat=HTML/PDF(formating pages taking more time). We are wondering why DELIMITEDDATA format is taking long time as it runs only query.
    Does RWSERVLET take more time of writing the data to the Physical file in the cache dir? Our cache size is 1 GB. we have 2 report servers clustered. Tracing is off.
    Please advise me if there are any report server settings to boost the performance.
    Thanks alot,
    Ram.

    Duplicate of Strange problem... Query runs faster, but report runs slow... in the Reports forum.
    [Thread closed]

  • Apple Script/Program start through link on HTML page

    Dear Apple Gurus
    Probably I'm asking something silly, but I don't know any other way to solve my problem.
    I have to do some training videos about the finder and system tools. To have it easy, I would like to ad some buttons to the project where you can start an apple script which does execute some commands just explained in the video. Untill know I'm intend to do the hole thing inside QT but maybe a HTML page does the job too.
    My problem is now, how can I start a AppleScript out of a Movie or HTML page.
    Is this possible at all or are there any other solutions to to the job?
    Best regards
    Thomas Thaler

    Hi Thomas,
    Yes, you play movies in a smil presentation.
    You can define as many regions as you want. You difine regions in the layout:
    <layout>
    <root-layout background-color="blue" width="320" height="290"/>
    <region id="videoregion" top="0" left="0" width="320" height="240" fit="meet"/>
    <region id="textregion" top="240" left="0" width="320" height="30"/>
    <region id="linkregion" top="270" left="0" width="320" height="20"/>
    </layout>
    I got part of this from the internet, but here's a quick explanation. The root-layout part defines the whole area. Within this area you have regions. The first region defines the video region and you can give it any id. The origin of the screen is upper-left. fit="meet" means the the movie will be proportional to fit the whole movie. You can change it to other parameters (read the link from the last post). So here, three regions are defined. The first is for the movie (I used a slideshow from iPhoto), the second is for captions in the middle, and the third region is for the link region at the bottom of the screen. You can use any region as a link. Within these regions you place your movies, text, etc. (see the link for more types).
    You next place your types in the body:
    <body>
    <par>
    <!-- VIDEO -->
    <video src="slideshow.mov" region="videoregion" id="mov"/>
    <!-- CAPTIONS -->
    <textstream src="caption.txt" region="textregion" system-language="en" system-captions="on" title="english captions" alt="english captions"/>
    (a href="file://localhost/Users/kel/Desktop/linkapp" show="new")
    <text src="text.txt" region="linkregion" end="id(mov)(end)"/>
    (/a)
    </par>
    </body>
    video src says what type of object, slideshow.mov is the name of my movie. If you place the movie in the same folder as the smil file, you can use just its name like I did. Then you enter what region you want the movie in. The id="mov" part is to give this video a reference for later use. I used it to keep the text in the link area running until the movie ended. You don't need captions if you don't want, but if you do here's an example of my captions.txt file:
    {QTtext} {font: Arial} {justify: center} {size: 12} {backcolor:0, 0, 0} {timescale: 30} {width: 320} {height: 60}
    [00:00:00.00]
    Kelvin: Here is my movie.
    [00:00:04.15]
    {justify:left} {italic} Here is more text. {plain}
    [00:00:07.04]
    After 4 15/30 seconds the text changes.
    So altogether, I had five files in the same folder: the smil file (slidshow.smil - plain text), the movie (slideshow.mov), the caption text (caption.txt - plain text), and the text file for the link region's text (text.txt - plain text). The script application was on my desktop:
    "file://localhost/Users/kel/Desktop/linkapp"
    It's easy to get a local file url through applescript:
    set f to choose file -- the script app
    tell application "Finder"
    set the_url to url of f
    end tell
    and the the local file url is returned in the result.
    The movie needs work. I was playing around with the colors. blue is not a good background color.
    One thing I forgot to say is that you need to read more about the timing (duration). There are a lot of examples and tutorials on the Internet also. It's not that hard though. One thing you might have trouble with is getting repeats to work. I don't think they do.
    gl,

  • Report HTML page from XSL

    Hi All,
    I need help with generation HTML page from
    such XML by using XSL transformation.
    XML is generated from db table.
    <ITEM level=0 name="Page row 1" type="PR"/>
    <ITEM level=1 name="Page row 2" type="PR"/>
    <ITEM level=2 name="Table 1" type="T">
         <Captions>
              <Name>Caption 1</Name>
              <Name>Caption 2</Name>
              <Name>Caption 3</Name>
              <Name>Caption 4</Name>
         </Captions>
    </ITEM>
    <ITEM level=3 name="Table row 1" type="TR">
         <Values>
              <Value>Row 1 value 1</Value>
              <Value>Row 1 value 2</Value>
              <Value>Row 1 value 3</Value>
              <Value>Row 1 value 4</Value>
         </Values>
    </ITEM>
    <ITEM level=3 name="Table row 2" type="TR">
         <Values>
              <Value>Row 2 value 1</Value>
              <Value>Row 2 value 2</Value>
              <Value>Row 2 value 3</Value>
              <Value>Row 2 value 4</Value>
         </Values>
    </ITEM>
    <ITEM level=3 name="Table row 3" type="TR">
         <Values>
              <Value>Row 3 value 1</Value>
              <Value>Row 3 value 2</Value>
              <Value>Row 3 value 3</Value>
              <Value>Row 3 value 4</Value>
         </Values>
    </ITEM>
    <ITEM level=0 name="Page row 3" type="PR"/>
    <ITEM level=1 name="Table 2" type="T">
         <Captions>
              <Name>Caption 1</Name>
              <Name>Caption 2</Name>
         </Captions>
    </ITEM>
    <ITEM level=2 name="Table row 4" type="TR">
         <Values>
              <Value>Row 1 value 1</Value>
              <Value>Row 1 value 2</Value>
         </Values>
    </ITEM>
    HTML should looks like:
    Page row 1
         Page row 2
              |Caption 1 |Caption 2 |Caption 3 |Caption 4 |
              | Row 1 value 1|Row 1 value 1|Row 1 value 1|Row 1 value 1|               
              | Row 2 value 1|Row 2 value 1|Row 2 value 1|Row 2 value 1|                         
              | Row 3 value 1|Row 3 value 1|Row 3 value 1|Row 3 value 1|               
              | Row 4 value 1|Row 4 value 1|Row 4 value 1|Row 4 value 1|               
    Page row 3
         |Caption 1 |Caption 2 |
         | Row 1 value 1|Row 1 value 1|
         | Row 2 value 1|Row 2 value 1|
    There can be many levels but always table item is leaf,
    Thanks in advance,
    Regards Peter

    Hi
    You are probably better posting in the flash forum, as without seeing the code, (and if it is not standard flash html publish) they can probably better advise on a solution.
    PZ

Maybe you are looking for

  • HP J6480 AIO Can I print ...

    I have an HP S9J desktop with WIN7 PRO 64 bit and a new notrbook: HP ENVY WIN8 64 bit. I have the J6480.   Works fine, 6 years now, connected via USB to my S9J desktop.  J6480 is a WiFi printer, and is connected via USB to the S9J.   Can I still use

  • USB 2 Mass storage device on Mac 0s 9.2.2.

    I have a USB 2 mass storage device connected up to my Mac 0s 9.2.2. It is recognized as a USB 1 device. Other than going to OS 10, is there a way to get USB 2 performance from my current classic Mac ?

  • Changing the insets of a component

    anyone know how to set the insets of a component? there's a getInsets() method in the Component class, but there doesnt seem to be the usual 'set' method. It must be easy to change, can anyone help? thanks in advance, rob

  • Muse Anchor Issue -- Is This a Bug?

    When I name an anchor with a period in the name [ essay.anchor ] weird things happen; anchor fails, shifting elements. Is the period a restricted symbol? Anyone else experience this?

  • Pavilion G6-2005ax, unable to install wireless drivers and bluetooth problem.

    Hello, i installed windows 7 ultimate 64-bit on my HP Pavilion G6-2005ax after formatting. I downloaded and installed all of my drivers from here . But 'Ralink 2011 802.11 b/g/n WiFi Adapter ' and 'Ralink 802.11 b/g/n Wireless LAN Adapter Driver ' fa