How to save a html page

I'd like to know how to open and save a html page from a java code, specifying the url. I need to search a lot of pages and i'd like to do it automatically once i have generated the url.
Thanks
David

Here's the tutorial about networking, it shows you how to read from a URL:
http://java.sun.com/docs/books/tutorial/networking/index.html
Here's the tutorial about how to do file I/O, if you didn't already know how:
http://java.sun.com/docs/books/tutorial/essential/index.html

Similar Messages

  • How to save a single page in a pdf file

    how to save a single page in a pdf file?

    I also need to do this so i can send portions of a large fax file.

  • How to create a html page

    Hello,i am very new to dreamweaver 8,and i have searched
    everwhere possible on how to create a html page.My website has a
    navegation bar.And on the navegation bar it has links,like
    forums,your accounts,and etc,but thats already integrated with the
    website.Now i have an option in the admin area,wher i can create a
    new category so that it would show up in the navegation bar,and i
    have a drop down menu where i cans select what to put in that
    category.But also i have an option to put a external url,so that
    when they click on it,it will take them to where that link is
    directed.The point is that i asnt to make a category in the
    navigation menu that says Lirics.So that i can put lirics of songs
    and etc,and that when users click on that link it will take them to
    the lirics page..Do you guys understand?Sorry for the bad english,i
    am now quite good with it..

    The most eloquent description will do nothing for us. To get
    a solution to
    your problem, we must see your code. Can you upload the file
    and post a
    link to it, please?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "don_playboy" <[email protected]> wrote in
    message
    news:eaadi9$kjf$[email protected]..
    > well what i am trying to say is that i created a Folder
    named
    > Liricas(which is
    > lirics in spanish),on my ftp.Now since i created that
    folder in my ftp,it
    > will
    > show on my navegation menu control panel.But it will be
    blank since it has
    > nothing on it.Now what i want to do is,sicne i created
    that folder,and i
    > go to
    > my nav meny control panel and select it as a category it
    will show on my
    > navegation menu(the Liricas that is),but when u click it
    it has
    > nothing,since
    > it has no html or anything in the category.Now i want to
    create a html
    > page so
    > that i can put albums names,and under those albums name
    i want to create a
    > link
    > or category thats for lirics.So all this will be stored
    on the ftp.and
    > when
    > users click on the Liricas category on my navigation
    menu,it will take
    > them to
    > the liricas index page,which will show all the lirics...
    >
    >
    >
    >

  • How to create a HTML page like iView, thanks in advance!

    How to create a HTML page like iView, thanks in advance!
    I'm a newcomer, would you please tell me how to create a HTML page in WebDynpro ? In fact, i want create one welcome page which use html format and include some javascript.
    thanks again.

    jakinapallykrishna , thank you very much for you reply.
    The pdf file is a simple application, but i want know how create a view in HTML format (<HTML>... </HTML>), maybe use HTMLB control, i don't sure it.
    In fact, I need create a view in portal, some pictures in it, once mouse over one picture, it need change another picture replace old one. I don't know how to do it, just know it can be handled in HTML page. So, i need help.
    Thanks.

  • How to show an html page using JEditorPane in applet.

    I have never use jeditorpane with applet so i dont know how to show a html page.if you have some code or any example then please posted that.Thanks

    public class MyApplet extends JApplet{
        private JTextPane textPane = null;
        public void init(){
        HTMLEditorKit editorKit = new HTMLEditorKit();
        HTMLDocument  htmlDoc   = (HTMLDocument)editorKit.createDefaultDocument();
        textPane  = new JTextPane();
        textPane.setEditable(false);
        textPane.setEditorKit(editorKit);
        textPane.setContentType("text/html");
        textPane.setDocument(htmlDoc);
        Container c = getContentPane();
        c.add(new JScrollPane(textPane),    BorderLayout.CENTER);
        c.add(buttonPanel,                  BorderLayout.SOUTH);
        c.add(Box.createVerticalStrut(5),   BorderLayout.NORTH);     
        c.add(Box.createHorizontalStrut(5), BorderLayout.EAST);     
        c.add(Box.createHorizontalStrut(5), BorderLayout.WEST);
        public void setHtml(String html){
            // you should check the textpane's document to detrmine if there
            // is already text in there..if so, then clear the textpane text and then
            // set the new html...Note: JTextPane only show basic Html ..
            // not like a full blown browser
            textPane.setTextt(html);
            textPane.setCaretPosition(0);
    }

  • How to upload an html page?

    Hi, I have an urgent problem and no one here in office seems to be able to help me.
    We have an html page uploaded in our portal and now I need to upload a new version of it. I have no idea on how to use oracle portal interface to do the job.
    If it helps, the page now is here: http://www.companywebsite.net/pls/portal30/docs/FOLDER/FOLDER1/FOLDER2/FOLDER3/FOLDER4/htmlpagename.HTM
    Thanks for any suggestion

    If the HTML page was uploaded as a "file" item type, then in order to edit the file, you must edit the file using whatever client side tool you want. Save the file locally.
    Then in Portal, when editing the page the HTML file has been uploaded to, click the edit pencil for the HTML file and re-upload the new version of the HTML file.
    Things uploaded to Portal as file types, you cannot directly edit the file within portal - only upload new file versions.
    Not sure if this was your issue or not ... but thought maybe it was.
    thanks,
    /candace

  • How to open an HTML page that is part of my project using Captivate 6

    I'm looking to create an HTML page that will use some javascript to extract information from Captivate and then render it to the browser window as a report.
    I see how you can Open a  URL webpage from Captivate (by putting in an explicit address ie www.abc.com   or http://www.abc.com/myReport.html)
    but I'm curious what address I can use if the html file is in the SAME folder at the index.html that launches the captivate project  (or perhaps one folder down)..    I'm wanting to do this so it works whether I've published the project to a webserver or not.
    I was thinking I could use a relative reference (ie  something like .\myReport.html), but I haven't had any luck thus far

    Thanks Seth.
    I just tried that, but when I run it in preview mode (by simply hitting F12), it gives me an error because it can't  find the file in the temporary preview folder it creates (ie:
    C:\Users\Tom\AppData\Local\Temp\CP2840464090993Session\CPTrustFolder2840464091009\Captivat ePreviewLoader\
    I'm hoping to find a place to put it so that it works when running F12 and when running in regular 'published' mode
    I was thinking I could put it in the 'C:\Program Files\Adobe\Adobe Captivate 6 (32 Bit)\Templates\Publish' folder, but when I do that, it doesn't seem to gete copied to the .\CaptivatePreviewLoader folder when running F12

  • How to save a web page on a safari?

    How do I save a web page on a safari?
    didn't notice any tabs that says file > save as

    ride1992 wrote:
    You might try reading the user guide. You would be surprised at the information it offers.
    http://manuals.info.apple.com/enUS/iPad_UserGuide.pdf
    I don't believe that there is anything in the iPad User Guide about saving Web pages as Web archives which is what the original poster asked.
    With the current iPad Safari there is no way of saving web pages. Images on web pages can be saved and, of course, web pages can be bookmarked.
    To save web pages you can use another app like Goodreader. A URL in Safari can be transferred to Goodreader for downloading (add "g" before http).

  • How to centre the html pages & How to set the Index as Homepage (just upgraded to CS5 and am lost)

    Hi
    Ive just upgraded to CS5 and am a bit lost!!
    1st Problem
    I updated our website design (which was previously designed in fireworks using CS3) using Fireworks CS5 and exported the images etc as html and loaded into the website folder.... however now Im in dreamweaver and ive tried centring the page, but when I go into live view, its aligned on the left....
    My method.... I open the page, I select the 'table' then in the property box, under Align, i click 'Centre'.  This was how i centred in the older version. 
    2nd Problem
    Where do you set the homepage??  In the version ive been using up until recently, in the 'Local view' file manager (on the right) i would simply highlight the 'index.html' page, then right-click and select 'set as homepage'..... that seems to have disappeared in the newer version.  How do I do this now???
    All help is very much appreciated!
    Thanks
    Amanda

    Oh No! But its worked perfectly in the past.  Had no idea about fireworks not being able to used.... whoops! 
    The code is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Junction Park Fete : Australiana Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">td img {display: block;}</style>
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Mon Jan 31 19:43:33 GMT+1000 (EST) 2011-->
    <script language="JavaScript1.2" type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('Images/index_r4_c4_s2.jpg','Images/index_r4_c4_s4.jpg','Images/ index_r4_c4_s3.jpg','Images/index_r4_c6_s2.jpg','Images/index_r4_c6_s4.jpg','Images/index_ r4_c6_s3.jpg','Images/index_r4_c10_s2.jpg','Images/index_r4_c10_s4.jpg','Images/index_r4_c 10_s3.jpg','Images/index_r4_c13_s2.jpg','Images/index_r4_c13_s4.jpg','Images/index_r4_c13_ s3.jpg','Images/index_r4_c15_s2.jpg','Images/index_r4_c15_s4.jpg','Images/index_r4_c15_s3. jpg','Images/index_r4_c18_s2.jpg','Images/index_r4_c18_s4.jpg','Images/index_r4_c18_s3.jpg ','Images/index_r4_c21_s2.jpg','Images/index_r4_c21_s4.jpg','Images/index_r4_c21_s3.jpg',' Images/index_r4_c24_s2.jpg','Images/index_r4_c24_s4.jpg','Images/index_r4_c24_s3.jpg','Ima ges/index_r4_c26_s2.jpg','Images/index_r4_c26_s4.jpg','Images/index_r4_c26_s3.jpg');">
    <table width="965" border="0" align="center" cellpadding="0" cellspacing="0" style="display: inline-table;">
    <!-- fwtable fwsrc="Template_Index.png" fwpage="Page 1" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1559752332" fwnested="0" -->
      <tr>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="13" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="14" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="43" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="48" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="11" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="23" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="51" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="58" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="7" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="46" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="65" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="57" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="40" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="57" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="54" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="43" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="11" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="42" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="49" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="75" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="20" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_Banner_s1" src="Images/Index_Banner_s1.jpg" width="965" height="138" border="0" id="Index_Banner_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="138" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_TopBorder_s1" src="Images/Index_TopBorder_s1.jpg" width="965" height="21" border="0" id="Index_TopBorder_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="21" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="index_r3_c1_s1" src="Images/index_r3_c1_s1.jpg" width="965" height="28" border="0" id="index_r3_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="28" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="3"><img name="index_r4_c1_s1" src="Images/index_r4_c1_s1.jpg" width="35" height="11" border="0" id="index_r4_c1_s1" alt="" /></td>
       <td><a href="index.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c4_s1','Images/index_r4_c4_s2.jpg','Images/index _r4_c4_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c4_s1','Images/index_r4_c4_s3.jpg',1);"><i mg name="index_r4_c4_s1" src="Images/index_r4_c4_s1.jpg" width="43" height="11" border="0" id="index_r4_c4_s1" alt="" /></a></td>
       <td><img name="index_r4_c5_s1" src="Images/index_r4_c5_s1.jpg" width="48" height="11" border="0" id="index_r4_c5_s1" alt="" /></td>
       <td colspan="3"><a href="sponsors.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c6_s1','Images/index_r4_c6_s2.jpg','Images/index _r4_c6_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c6_s1','Images/index_r4_c6_s3.jpg',1);"><i mg name="index_r4_c6_s1" src="Images/index_r4_c6_s1.jpg" width="72" height="11" border="0" id="index_r4_c6_s1" alt="" /></a></td>
       <td><img name="index_r4_c9_s1" src="Images/index_r4_c9_s1.jpg" width="51" height="11" border="0" id="index_r4_c9_s1" alt="" /></td>
       <td><a href="rides.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c10_s1','Images/index_r4_c10_s2.jpg','Images/ind ex_r4_c10_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c10_s1','Images/index_r4_c10_s3.jpg',1);"> <img name="index_r4_c10_s1" src="Images/index_r4_c10_s1.jpg" width="38" height="11" border="0" id="index_r4_c10_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c11_s1" src="Images/index_r4_c11_s1.jpg" width="65" height="11" border="0" id="index_r4_c11_s1" alt="" /></td>
       <td><a href="stalls.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c13_s1','Images/index_r4_c13_s2.jpg','Images/ind ex_r4_c13_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c13_s1','Images/index_r4_c13_s3.jpg',1);"> <img name="index_r4_c13_s1" src="Images/index_r4_c13_s1.jpg" width="46" height="11" border="0" id="index_r4_c13_s1" alt="" /></a></td>
       <td><img name="index_r4_c14_s1" src="Images/index_r4_c14_s1.jpg" width="65" height="11" border="0" id="index_r4_c14_s1" alt="" /></td>
       <td><a href="food.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c15_s1','Images/index_r4_c15_s2.jpg','Images/ind ex_r4_c15_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c15_s1','Images/index_r4_c15_s3.jpg',1);"> <img name="index_r4_c15_s1" src="Images/index_r4_c15_s1.jpg" width="38" height="11" border="0" id="index_r4_c15_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c16_s1" src="Images/index_r4_c16_s1.jpg" width="65" height="11" border="0" id="index_r4_c16_s1" alt="" /></td>
       <td colspan="2"><a href="music.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c18_s1','Images/index_r4_c18_s2.jpg','Images/ind ex_r4_c18_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c18_s1','Images/index_r4_c18_s3.jpg',1);"> <img name="index_r4_c18_s1" src="Images/index_r4_c18_s1.jpg" width="48" height="11" border="0" id="index_r4_c18_s1" alt="" /></a></td>
       <td><img name="index_r4_c20_s1" src="Images/index_r4_c20_s1.jpg" width="57" height="11" border="0" id="index_r4_c20_s1" alt="" /></td>
       <td><a href="raffles.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c21_s1','Images/index_r4_c21_s2.jpg','Images/ind ex_r4_c21_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c21_s1','Images/index_r4_c21_s3.jpg',1);"> <img name="index_r4_c21_s1" src="Images/index_r4_c21_s1.jpg" width="54" height="11" border="0" id="index_r4_c21_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c22_s1" src="Images/index_r4_c22_s1.jpg" width="54" height="11" border="0" id="index_r4_c22_s1" alt="" /></td>
       <td><a href="races.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c24_s1','Images/index_r4_c24_s2.jpg','Images/ind ex_r4_c24_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c24_s1','Images/index_r4_c24_s3.jpg',1);"> <img name="index_r4_c24_s1" src="Images/index_r4_c24_s1.jpg" width="42" height="11" border="0" id="index_r4_c24_s1" alt="" /></a></td>
       <td><img name="index_r4_c25_s1" src="Images/index_r4_c25_s1.jpg" width="49" height="11" border="0" id="index_r4_c25_s1" alt="" /></td>
       <td><a href="contacts.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c26_s1','Images/index_r4_c26_s2.jpg','Images/ind ex_r4_c26_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c26_s1','Images/index_r4_c26_s3.jpg',1);"> <img name="index_r4_c26_s1" src="Images/index_r4_c26_s1.jpg" width="75" height="11" border="0" id="index_r4_c26_s1" alt="" /></a></td>
       <td><img name="index_r4_c27_s1" src="Images/index_r4_c27_s1.jpg" width="20" height="11" border="0" id="index_r4_c27_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="11" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="index_r5_c1_s1" src="Images/index_r5_c1_s1.jpg" width="965" height="24" border="0" id="index_r5_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="24" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_BottomBorder_s1" src="Images/Index_BottomBorder_s1.jpg" width="965" height="22" border="0" id="Index_BottomBorder_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="22" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r7_c1_s1" src="Images/index_r7_c1_s1.jpg" width="160" height="68" border="0" id="index_r7_c1_s1" alt="" /></td>
       <td rowspan="9" colspan="20"><img name="index_r7_c8_s1" src="Images/index_r7_c8_s1.jpg" width="805" height="448" border="0" id="index_r7_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="68" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r8_c1_s1" src="Images/index_r8_c1_s1.jpg" width="160" height="19" border="0" id="index_r8_c1_s1" usemap="#m_index_r8_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="19" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r9_c1_s1" src="Images/index_r9_c1_s1.jpg" width="160" height="30" border="0" id="index_r9_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="30" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r10_c1_s1" src="Images/index_r10_c1_s1.jpg" width="160" height="15" border="0" id="index_r10_c1_s1" usemap="#m_index_r10_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="15" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r11_c1_s1" src="Images/index_r11_c1_s1.jpg" width="160" height="122" border="0" id="index_r11_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="122" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3"><img name="index_r12_c1_s1" src="Images/index_r12_c1_s1.jpg" width="8" height="42" border="0" id="index_r12_c1_s1" alt="" /></td>
       <td colspan="5"><img name="index_r12_c2_s1" src="Images/index_r12_c2_s1.jpg" width="129" height="18" border="0" id="index_r12_c2_s1" usemap="#m_index_r12_c2_s1" alt="" /></td>
       <td rowspan="3"><img name="index_r12_c7_s1" src="Images/index_r12_c7_s1.jpg" width="23" height="42" border="0" id="index_r12_c7_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="18" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r13_c2_s1" src="Images/index_r13_c2_s1.jpg" width="129" height="7" border="0" id="index_r13_c2_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="7" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r14_c2_s1" src="Images/index_r14_c2_s1.jpg" width="129" height="17" border="0" id="index_r14_c2_s1" usemap="#m_index_r14_c2_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="17" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="5" colspan="7"><img name="index_r15_c1_s1" src="Images/index_r15_c1_s1.jpg" width="160" height="259" border="0" id="index_r15_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="152" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="4"><img name="index_r16_c8_s1" src="Images/index_r16_c8_s1.jpg" width="185" height="46" border="0" id="index_r16_c8_s1" alt="" /></td>
       <td rowspan="2" colspan="5"><img name="index_r16_c12_s1" src="Images/index_r16_c12_s1.jpg" width="164" height="30" border="0" id="index_r16_c12_s1" alt="" /></td>
       <td rowspan="3" colspan="2"><img name="index_r16_c17_s1" src="Images/index_r16_c17_s1.jpg" width="97" height="46" border="0" id="index_r16_c17_s1" alt="" /></td>
       <td colspan="4"><img name="index_r16_c19_s1" src="Images/index_r16_c19_s1.jpg" width="162" height="16" border="0" id="index_r16_c19_s1" usemap="#m_index_r16_c19_s1" alt="" /></td>
       <td rowspan="3" colspan="5"><img name="index_r16_c23_s1" src="Images/index_r16_c23_s1.jpg" width="197" height="46" border="0" id="index_r16_c23_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="16" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="4"><img name="index_r17_c19_s1" src="Images/index_r17_c19_s1.jpg" width="162" height="30" border="0" id="index_r17_c19_s1" usemap="#m_index_r17_c19_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="14" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r18_c12_s1" src="Images/index_r18_c12_s1.jpg" width="164" height="16" border="0" id="index_r18_c12_s1" usemap="#m_index_r18_c12_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="16" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="20"><img name="index_r19_c8_s1" src="Images/index_r19_c8_s1.jpg" width="805" height="213" border="0" id="index_r19_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="61" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r20_c1_s1" src="Images/index_r20_c1_s1.jpg" width="21" height="152" border="0" id="index_r20_c1_s1" alt="" /></td>
       <td colspan="4"><img name="index_r20_c3_s1" src="Images/index_r20_c3_s1.jpg" width="116" height="124" border="0" id="index_r20_c3_s1" usemap="#m_index_r20_c3_s1" alt="" /></td>
       <td rowspan="2"><img name="index_r20_c7_s1" src="Images/index_r20_c7_s1.jpg" width="23" height="152" border="0" id="index_r20_c7_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="124" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="4"><img name="index_r21_c3_s1" src="Images/index_r21_c3_s1.jpg" width="116" height="28" border="0" id="index_r21_c3_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="28" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="7"><img name="index_r22_c1_s1" src="Images/index_r22_c1_s1.jpg" width="160" height="249" border="0" id="index_r22_c1_s1" alt="" /></td>
       <td colspan="20"><img name="index_r22_c8_s1" src="Images/index_r22_c8_s1.jpg" width="805" height="97" border="0" id="index_r22_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="97" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r23_c8_s1" src="Images/index_r23_c8_s1.jpg" width="89" height="152" border="0" id="index_r23_c8_s1" alt="" /></td>
       <td><img name="index_r23_c10_s1" src="Images/index_r23_c10_s1.jpg" width="38" height="20" border="0" id="index_r23_c10_s1" usemap="#m_index_r23_c10_s1" alt="" /></td>
       <td rowspan="2" colspan="17"><img name="index_r23_c11_s1" src="Images/index_r23_c11_s1.jpg" width="678" height="152" border="0" id="index_r23_c11_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="20" border="0" alt="" /></td>
      </tr>
      <tr>
       <td><img name="index_r24_c10_s1" src="Images/index_r24_c10_s1.jpg" width="38" height="132" border="0" id="index_r24_c10_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="132" border="0" alt="" /></td>
      </tr>
    </table>
    <map name="m_index_r8_c1_s1" id="m_index_r8_c1_s1">
    <area shape="rect" coords="22,0,137,19" href="http://www.harveynorman.com.au/" alt="" />
    </map>
    <map name="m_index_r10_c1_s1" id="m_index_r10_c1_s1">
    <area shape="rect" coords="18,0,136,15" href="http://www.sovereignhomes.com.au/" alt="" />
    </map>
    <map name="m_index_r12_c2_s1" id="m_index_r12_c2_s1">
    <area shape="rect" coords="0,0,129,18" href="Publications/JPSS_FeteNewsletter_Issue01.pdf" alt="" />
    </map>
    <map name="m_index_r14_c2_s1" id="m_index_r14_c2_s1">
    <area shape="rect" coords="0,0,129,17" href="Publications/JPSS_Newsletter_Issue02.pdf" alt="" />
    </map>
    <map name="m_index_r16_c19_s1" id="m_index_r16_c19_s1">
    <area shape="rect" coords="0,0,162,17" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r17_c19_s1" id="m_index_r17_c19_s1">
    <area shape="rect" coords="0,-16,162,1" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r18_c12_s1" id="m_index_r18_c12_s1">
    <area shape="rect" coords="0,0,164,16" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r20_c3_s1" id="m_index_r20_c3_s1">
    <area shape="rect" coords="0,0,116,124" href="http://www.rantan.com.au/" alt="" />
    </map>
    <map name="m_index_r23_c10_s1" id="m_index_r23_c10_s1">
    <area shape="rect" coords="0,0,38,20" href="javascript:;" alt="" />
    </map>
    </body>
    </html>

  • How to display static HTML pages in Oracle Forms 6i

    I want to display static HTML page in oracle Forms ? Can any body help please ? Its very urgent. Many thanks in advance.

    Suresh,
    there exist a Java Bean in teh Forms 6i demos that shows a static HTMl example. Note that the HTML that could be shown is somewhat basic, but it will give you an impression how it can work. The demos are at otn.oracle.com/products/forms --> samples --> 6i demos
    Frank

  • How to display the HTML pages in RRC/RQM dashboard using OpenSocial gadget

    Hi,
    I have a requirement as below:
    1. I have couple of HTML pages which are hosted in the sharepoint site and I would like to display the HTML pages
    2. I would like to have an OpenSocial gadget in the RRC/RQM dashboard that will display the HTML pages  which are hosted in my sharepoint site.
    Could you please suggest the best approach to create an OpenSocial gadget in the IBM's RRC/RQM dashboard whcih will display html contents of another URL ?
    Thanks.
    Knowledge is power.

    Hi Manoj,
    As I understand, you would like to display SharePoint page in another platform.
    Since the you are involving third party platform, you might still need to contact their support engineer about how to render other pages.
    From SharePoint side, by default, SharePoint won't let end user to display site page to other platform, you could add "<WebPartPages:AllowFraming runat="server"/>" in master page or single page layout. So that SharePoint ASP.Net
    page could be displayed on other platform.
    Here I'm talking about ASP.Net page, since HTML page in SharePoint cannot be displayed in browser as I tested, it will be downloaded directly. So I'd suggest you use ASP.Net page as workaround.
    https://social.msdn.microsoft.com/Forums/office/en-US/c8755a6b-f33a-43ed-97d9-8f03c336aa1d/how-to-display-sharepoint-url-in-iframe-in-aspnet-page?forum=sharepointdevelopment
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • How to embed a HTML Page in a Web Template and display it

    Hi All
    Can you please share ideas how I can embed a HTML page in a web template and how I can make it displayed as a popup when a button is pressed.
    Also, how do I call a HTML page stored in Portal KM from the press of a button in the web template.
    Your help is greatly appreciated.
    Thanks
    Karen

    Using C# or javascript to authenticate the user to AD to read the property directly will be very difficult. Creating a custom user profile property and adding a sync from AD to that property is definitely the easiest way to do what you are describing.
     Once its in User Profiles there are lots of samples on how to add it to the page.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • How to generate dynamic HTML pages using Swing Application?

    Hello,
    I am writing a Java application to connect to a local light-weight java database. I would like to generate and present a HTML on the fly after selecting records from a database. At server side, I could easily use JSP/Servlet to do this. How can I do this on a desktop client machine using Java application? I do not want to install Apache web server on the desktop machine. Any help will be greatly appreciated. Thanks in advance.
    Dominic

    The way u need to generate your html pages depened on what u want to generate,
    anyway what i can help with, is how to display a generated page.
    u have to use JEditorPane with HTMLEditorKit and HTMLDocument to display any HTML.
    also u can use the methods provided with the above objects to generate your html format.
    I hope I helped.

  • How do you make html page resize to fit any browser

    Hi All,
    How do you make the html page resize to fit any browser/window both vert and horizontally.
    Thanks!
    Randy

    Horizontally by using percentage width instead of pixels.  This is called a liquid layout.
    http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
    Vertical resizing is irrelevant in web design.  Page content determines page height.  The more content, the longer the page.  The less content, the shorter the page.  Scrollbars appear when needed.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to click a HTML page button from Java code?

    Know the HTML page name and the button id in this page, how to click the button automaticly in java code(Like in awt or swing)?

    ukkus wrote:
    Hi,
    Thank for the quick reply,
    It will be very helpful if you can tell me how can we do this, I am not able to get how to do the same, with the link that you have provided.You haven't even had time to read it yet.
    >
    Actually main scenario is:
    I have to RUN a JSP report which will call this script. That JSP report and script is in UNIX server. Can you please explain how to perform this task.Running this from a JSP is an even worse programming practice than running it from a standalone application.

Maybe you are looking for