473,763 Members | 1,382 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

layout problem in page with IE

6 New Member
Hello, I am new to this forum and I am glad I found it because it seems that it will help me with my problem.I have creates a site using jsf components like grid panels and buttons.In the mozilla firefox browser the components are shown just as they are supposed to, but in internet explorer my button stretches to the right until the end of the page and two buttons that I have included on a grid panel, instead of being the one below the other, in the internet explorer they are shown next to each other. Also, I have a google map on my page which is shown properly in mozilla but in the IE the page shows only a grey square on the position of the map.I'm guessing this has to be a css issue but does anyone know what can I do?Thank you in advance!
Jan 10 '08 #1
10 3334
Death Slaught
1,137 Top Contributor
Please post your code, or a link to your site.

Thanks, Death
Jan 10 '08 #2
ellie2905
6 New Member
The code of my css stylesheet is:
Expand|Select|Wrap|Line Numbers
  1. body {
  2.    display: inline; 
  3.    text-align:left;
  4.    margin: 0px; padding: 0px;
  5.    float:left;
  6. }
  7.  
  8. .list-header {
  9.   background-color: #eeeeee;
  10.   font-size: larger;
  11.   font-weight: bold;
  12. }
  13.  
  14. .list-paging-header {
  15.   background-color: white;
  16. }
  17.  
  18. .list-paging-footer {
  19.   background-color: white;
  20. }
  21.  
  22. .list-row-even { 
  23. }
  24.  
  25. .list-row-odd { 
  26.   background-color: #eeeeee;
  27. }
  28.  
  29. /* Style rules for message severity levels */
  30.  
  31. .infoMessage {
  32.   color: black;
  33. }
  34.  
  35. .warnMessage {
  36.   color: orange;
  37.   font-weight: bold;
  38. }
  39.  
  40. .errorMessage {
  41.   color: red;
  42.   font-weight: bold;
  43. }
  44.  
  45. .fatalMessage {
  46.   color: red;
  47.   font-style: italic;
  48.   font-weight: bold;
  49. }
  50.  
  51. #content {
  52.    width: 90%;
  53.    margin: 0 auto;
  54. }
  55.  
And some of the code of my jsp page is (I only show a little because it is quite big:
Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- 
  3.     Document   : Page1
  4.     Created on : 15 Δεκ 2007, 8:51:54 μμ
  5.     Author     : Maria
  6. -->
  7. <jsp:root version="2.1" xmlns:bp="http://java.sun.com/blueprints/ui/14" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
  8.     xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
  9.     <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
  10.     <f:view>
  11.         <webuijsf:page binding="#{Page1.page1}" id="page1">
  12.             <webuijsf:html binding="#{Page1.html1}" id="html1">
  13.                 <webuijsf:head binding="#{Page1.head1}" id="head1">
  14.                     <webuijsf:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
  15.                     <webuijsf:link binding="#{Page1.link2}" id="link2" url="/resources/stylesheet.css"/>
  16.                     <webuijsf:link binding="#{Page1.link3}" id="link3" url="/resources/stylesheet.css"/>
  17.                     <webuijsf:link binding="#{Page1.link4}" id="link4" url="/resources/stylesheet.css"/>
  18.                     <webuijsf:link binding="#{Page1.link5}" id="link5" url="resources/stylesheet.css"/>
  19.                 </webuijsf:head>
  20.                 <webuijsf:body binding="#{Page1.body1}" id="body1" imageURL="/resources/bg-gradient.gif" style="background-color: rgb(141, 195, 214); -rave-layout: grid">
  21.                     <webuijsf:form binding="#{Page1.form1}" id="form1">
  22.                         <jsp:include page="map.jsp"/>
  23.                         <h:panelGrid binding="#{Page1.gridPanel1}" id="gridPanel1" style="height: 96px; left: 24px; top: 680px; position: absolute" width="1200px">
  24.                             <jsp:include page="footer.jsp"/>
  25.                         </h:panelGrid>
  26.                         <h:panelGrid binding="#{Page1.gridPanel2}" columns="1" id="gridPanel2"
  27.                             style="border: 8px groove rgb(255, 255, 255); background-color: rgb(114, 77, 180); height: 70px; left: 0px; right: 10px; top: 0px; position: absolute; width: 1260px" width="1240">
  28.                             <webuijsf:label binding="#{Page1.label1}" id="label1" style="color: #99ffff; font-size: 12px; font-weight: bolder" text="Welcome to the visualisation of the dissemination process concerning Demo-Net"/>
  29.                         </h:panelGrid>
  30.  
  31.                         <h:panelGrid binding="#{Page1.gridPanel3}" columns="3" id="gridPanel3" rules="rows" style="border: 6px groove rgb(102, 102, 102); margin: 2px; background-color: rgb(242, 183, 105); height: 360px; left: 5px; top: 215px; position: absolute; width: 480px">
  32.                             <webuijsf:label binding="#{Page1.label2}" id="label2" style="font-size: 12px" text="Year(s)"/>
  33.                             <h:selectManyListbox binding="#{Page1.multiSelectListbox1}" id="multiSelectListbox1" immediate="true"
  34.                                 style="background-color: rgb(204, 204, 255); font-size: 12px" valueChangeListener="#{Page1.multiSelectListbox1_processValueChange}">
  35.                                 <f:selectItems binding="#{Page1.multiSelectListbox1SelectItems}" id="multiSelectListbox1SelectItems" value="#{SessionBean1.listYears}"/>
  36.                             </h:selectManyListbox>
  37.                             <h:panelGrid binding="#{Page1.gridPanel5}" columns="1" id="gridPanel5" style="height: 10px; width: 100px">
  38.                                 <input onclick="selectAllOptions('form1:multiSelectListbox1');" type="button" value="Select all years"/>
  39.                                 <input onclick="selectNoneOptions('form1:multiSelectListbox1');" type="button" value="Clear all years"/>
  40.                             </h:panelGrid>
  41.                             <webuijsf:label binding="#{Page1.label3}" id="label3" style="font-size: 12px" text="Event activity(ies)"/>
  42.                             <h:selectManyListbox binding="#{Page1.multiSelectListbox2}" id="multiSelectListbox2"
  43.                                 style="background-color: rgb(204, 204, 255); font-size: 12px" valueChangeListener="#{Page1.multiSelectListbox2_processValueChange}">
  44.                                 <f:selectItems binding="#{Page1.multiSelectListbox2SelectItems}" id="multiSelectListbox2SelectItems" value="#{SessionBean1.listEvents}"/>
  45.                             </h:selectManyListbox>
  46.                             <h:panelGrid binding="#{Page1.gridPanel7}" columns="1" id="gridPanel7" style="width: 100px; height: 10px;">
  47.                                 <input onclick="selectAllOptions('form1:multiSelectListbox2');" type="button" value="Select all events"/>
  48.                                 <input onclick="selectNoneOptions('form1:multiSelectListbox2');" type="button" value="Clear all events"/>
  49.                             </h:panelGrid>
  50.                             <webuijsf:label binding="#{Page1.label4}" for="multiSelectListbox3" id="label4" style="font-size: 12px" text="Partner(s)"/>
  51.                             <h:selectManyListbox binding="#{Page1.multiSelectListbox3}" id="multiSelectListbox3"
  52.                                 style="background-color: rgb(204, 204, 255); font-size: 12px" valueChangeListener="#{Page1.multiSelectListbox3_processValueChange}">
  53.                                 <f:selectItems binding="#{Page1.multiSelectListbox3SelectItems}" id="multiSelectListbox3SelectItems" value="#{SessionBean1.listPartners}"/>
  54.                             </h:selectManyListbox>
  55.                             <h:panelGrid binding="#{Page1.gridPanel9}" columns="1" id="gridPanel9" style="width: 100px; height: 10px;">
  56.                                 <input onclick="selectAllOptions('form1:multiSelectListbox3');" type="button" value="Select all partners"/>
  57.                                 <input onclick="selectNoneOptions('form1:multiSelectListbox3');" type="button" value="Clear all partners"/>
  58.                             </h:panelGrid>
  59.                         </h:panelGrid> 
....

the problem is with the panelGrid3 that contains the 3 columns, the buttons that are <input type="button".. ..> are the ones that are shown next to each other in ie rather than below each other and that causes the panel to expand to the right..
Jan 10 '08 #3
drhowarddrfine
7,435 Recognized Expert Expert
That's going to be difficult for us to help with since we don't run java. We need the generated html.

Your first line says you are using the xml declaration. Only modern browsers use this while IE, of course, does not and chokes on it, going into quirks mode. You can safely remove that line.
Jan 10 '08 #4
ellie2905
6 New Member
I did what you suggested and removed the line : <?xml version="1.0" encoding="UTF-8"?> from my code but it didn't have any results..
the html that is generated from the page in firefox is the following, I really hope you can help me with this one..

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wairole=" http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy #" xmlns:waistate= "http://www.w3.org/2005/07/aaa">
<head>
<meta content="no-cache" http-equiv="Pragma" />
<meta content="no-cache" http-equiv="Cache-Control" />
<meta content="no-store" http-equiv="Cache-Control" />
<meta content="max-age=0" http-equiv="Cache-Control" />
<meta content="1" http-equiv="Expires" />
<title></title>
<link rel="stylesheet " type="text/css" href="/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/css/css_master-all.css" />
<script type="text/javascript">var djConfig = (djConfig) ? djConfig : {"isDebug":fals e,"parseOnLoad" :false};
</script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/json/json.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/prototype/prototype.js"></script>

<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/com_sun_faces_a jax.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/dojo/dojo/dojo.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/dojo/dijit/dijit.js"></script>
<script type="text/javascript">doj o.registerModul ePath("webui.su ntheme", "/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/javascript");
var webui = {"suntheme":{"b ootstrap":{"the me":{"module":" webui.suntheme. theme","locale" :"el-GR","prefix": "/WebApplication1 4/theme","bundle" :"suntheme","mo dulePath":"/com/sun/webui/jsf/suntheme/javascript/theme"},"debug" :false}}};</script>
<script type="text/javascript" src="/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/javascript/webui-jsfx.js"></script>
<link id="link1" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link2" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link3" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link4" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link5" rel="stylesheet " type="text/css" href="resources/stylesheet.css" />
</head>
<body id="body1" style="backgrou nd-color: rgb(141, 195, 214); -rave-layout: grid" background="/WebApplication1 4/resources/bg-gradient.gif">< form id="form1" class="form" method="post" action="/WebApplication1 4/faces/Page1.jsp" enctype="applic ation/x-www-form-urlencoded">




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dissemin ation of Demo-Net mashup</title>
<script src="http://maps.google.com/maps?file=api&a mp;v=2&amp;key= ABQIAAAATXkl2kv Ej-RFCZfAxLJ7bhQ1-yX1c9_fyblC5hD1 SbgXQVyHhxTfyKi agiRYhHB-SQyst8GylxqHXg" type="text/javascript"></script>
</head>
<body onload="load()" >
<div id="map" style="width: 755px; height: 560px; top:86px;left:5 00px"></div>

<script language="JavaS cript">
</script>
</body>
</html>

<table id="form1:gridP anel1" style="height: 96px; left: 24px; top: 680px; position: absolute" width="1200px">
<tbody>
<tr>
<td>



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<hr/>

<center>
<a href="http://www.google.com/" target="bpcatal og">Google home</a> &copy; 2007 IS Lab. All rights reserved. Use is subject to license terms.
</center></td>
</tr>
</tbody>
</table>
<table id="form1:gridP anel2" style="border: 8px groove rgb(255, 255, 255); background-color: rgb(114, 77, 180); height: 70px; left: 0px; right: 10px; top: 0px; position: absolute; width: 1260px" width="1240">
<tbody>
<tr>
<td><span id="form1:label 1"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l1", {"id":"form1:la bel1","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"color: #99ffff; font-size: 12px; font-weight: bolder","visibl e":true,"value" :"Welcome to the visualisation of the dissemination process concerning Demo-Net ","required":fa lse});});</script>
</td>
</tr>

</tbody>
</table>
<span id="form1:label 5"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l5", {"id":"form1:la bel5","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"border-top: double rgb(102, 102, 102) 4px; border-bottom: double rgb(102, 102, 102) 4px; font-size: 12px; height: 100px; left: 5px; top: 86px; position: absolute; text-align: center; vertical-align: middle; width: 480px","visible ":true,"value": "Below there are three possible ways to receive information concerning the dissemination process\nof Demo-Net worldwide;by year, by category of event activities or by partner.Plase make your\npreferabl e choices for each category and then press the button \"Submit choices\" to see the information on the map.If you wish to receive information about all the reporting dissemination activities, you can do so by checking the checkbox below. ","required":fa lse});});</script>
<table id="form1:gridP anel3" rules="rows" style="border: 6px groove rgb(102, 102, 102); margin: 2px; background-color: rgb(242, 183, 105); height: 360px; left: 5px; top: 215px; position: absolute; width: 480px">
<tbody>
<tr>
<td><span id="form1:label 2"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l2", {"id":"form1:la bel2","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px","visible" :true,"value":" Year(s) ","required":fa lse});});</script>
</td>
<td><select id="form1:multi SelectListbox1" name="form1:mul tiSelectListbox 1" multiple="multi ple" size="1" style="backgrou nd-color: rgb(204, 204, 255); font-size: 12px"> <option value="2">Year 2007</option>
</select></td>
<td><table id="form1:gridP anel5" style="height: 10px; width: 100px">
<tbody>
<tr>

<td><input value="Select all years" type="button" onclick="select AllOptions('for m1:multiSelectL istbox1');" /><input value="Clear all years" type="button" onclick="select NoneOptions('fo rm1:multiSelect Listbox1');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span id="form1:label 3"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l3", {"id":"form1:la bel3","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px","visible" :true,"value":" Event activity(ies) ","required":fa lse});});</script>
</td>
<td><select id="form1:multi SelectListbox2" name="form1:mul tiSelectListbox 2" multiple="multi ple" size="5" style="backgrou nd-color: rgb(204, 204, 255); font-size: 12px"> <option value="1">Press releases</option>
<option value="2">Prese ntation</option>
<option value="3">Organ isation of events</option>

<option value="4">Scien tific papers</option>
<option value="5">Other activities</option>
</select></td>
<td><table id="form1:gridP anel7" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all events" type="button" onclick="select AllOptions('for m1:multiSelectL istbox2');" /><input value="Clear all events" type="button" onclick="select NoneOptions('fo rm1:multiSelect Listbox2');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>

<td><span id="form1:label 4"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l4", {"id":"form1:la bel4","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px","visible" :true,"htmlFor" :"form1:multiSe lectListbox3"," value":"Partner (s) ","required":fa lse});});</script>
</td>
<td><select id="form1:multi SelectListbox3" name="form1:mul tiSelectListbox 3" multiple="multi ple" size="11" style="backgrou nd-color: rgb(204, 204, 255); font-size: 12px"> <option value="4">Unive rsity of Koblenz-Landau / IWVI</option>
<option value="5">March </option>
<option value="7">July</option>
<option value="9">Decem ber</option>
<option value="12">Janu ary</option>

<option value="15">Mond ay</option>
<option value="16">Tues day</option>
<option value="17">Thur sday</option>
<option value="18">Frid ay</option>
<option value="19">Satu rday</option>
<option value="21">Sund ay</option>

</select></td>
<td><table id="form1:gridP anel9" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all partners" type="button" onclick="select AllOptions('for m1:multiSelectL istbox3');" /><input value="Clear all partners" type="button" onclick="select NoneOptions('fo rm1:multiSelect Listbox3');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<span id="form1:butto n1"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:button1" , {"id":"form1:bu tton1","onClick ":"show();","wi dgetType":"webu i.suntheme.widg et.button","sty le":"left: 320px; top: 655px; position: absolute; width: 100px","visible ":true,"primary ":false,"value" :"Submit choices","escap e":true,"mini": false,"disabled ":false});} );</script>
<table id="form1:gridP anel6" style="border: 6px groove rgb(102, 102, 102); background-color: #f2b769; height: 48px; left: 5px; top: 600px; position: absolute; width: 480px" width="456">
<tbody>

<tr>
<td><span id="form1:label 6"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l6", {"id":"form1:la bel6","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px; left: 5px","visible": true,"htmlFor": "form1:checkbox 1","value":" See all events from all the reporting periods ","required":fa lse});});</script>
</td>
<td><input id="form1:check box1" type="checkbox" name="form1:che ckbox1" title="See all events from all years" /></td>
</tr>
</tbody>
</table>

<input id="form1_hidde n" name="form1_hid den" value="form1_hi dden" type="hidden" />
<input type="hidden" name="javax.fac es.ViewState" id="javax.faces .ViewState" value="H4sIAAAA AAAAAOVba2wcRx2 fu8R5mJCkdVuStE k2j4IN8flu9+5sx 1SQOG5qaschdlL6 kNy5u/HdJnu7290537lVq hREK1EJgQoSSK2o BB8Qar/Qb+VRqgpVLSqPSn wBIVWoEkICKiFQg Q/A/Gdfs3d773NSxCmZ 25ud+e/8f//3zPqFP6OhioVGHl y4jNdxQsN6MbGUu 0zydOYrP//ct/baY1ocoZqJEBq1L aTkjXLCruiJNZwn dgKbpqbmMVUNPbF MMSWLWMdFYs2XTe 34ikXIOaNA/rb28o9fTJ59ZRfQ qd6H4HM2TIfUKNF tRoWRXMcUWwl23z R0olM7cR5bVMXai oXXiWVj7ZJKqhcM g8JD0I7Lq2qB/ZNr9iPocRSvjnP6 kke/SnIVNXHZXgsoMoJ FgoZM1qbEWbHWs+ 6hZQ0NlVgbmhVvM 4vgApvF2tCsLa1n Laj6FTSksba3WXJ Ps5SeZqV7mpXpAs PTRmEDDeVYG0JjZ +tZdxtWGQ2tsdaf dZLNGkajoOk1V/OC8SBZLuTzWCfaW UstoOEia/nPAZDwZTLBSOxCR 1rihHNEQ9s0+EqJ 84Y7n5fpf8mK+Og 9nT/aZ/VePi/Z5tHLRGP+hrmOjQ XVpjmjhkbKFY2qT r/b58Mwz2jehI5F07 w470yap6Rso0MRZ IT7IkB7egIo0yNA yiYAJIsA3dozQPJ AAZrsEaD0JgCkiA Dt7xkgZaAATYetd KwNiaUKNSt0hcVL tNONfEr/JNLJ/kmk+ich909C6Z9E un8Smf5JZD0SKU7 iaMv4WKHU0NH2HP 8eQKjKilZ7Z+dW6 8+b4/PSHVntacPQCNZnS yR/BSx3Z969StUqQA0 +cf9qR3DF0tGbeN JaoSojiO3SIjaHt v/m1ddue/hXW1D8bjSsGbhwN 85Tw5pHO2nJInbJ 0Ao181Of5iS2VXc AIchbKDourpZxyn LbxOzFCxfmzq2sX pqfu2/1wtLSCjw8SdGohw jkpDA4wXBhE3LYJ onZC3OnVubO8En+ Gnli7bL6lmRd+/Wz//pLHMUeQEPrWKuQm hmjSIpawdLi+aVz sIb5M8uM2kjA8Sn Lwtzf1Z54++A3X8 fPbUGxebTVVh8lP F+PVbdCJky9VLdm mjTIl4EThYtLRnB j+J6VxYXV06eW52 fZjwnIkVNM1CZ75 t7gmQtGHmvk8X/c9PCzyX/+KY62zqMdJYZ8nu X5C2h73qjo1Nqg6 GZeTkwA1xPL1FL1 4swC2gE/K4wwPPUuNnwdWyr WKf9ZM//DPhTFz15gDdEoQm Hw5nVKWGlx8++f/877Tzw1FQdmXfC8 JfJx5yrlHLGefOH rBz/0tXee9oqX3aZp+q oTi1CsIUGx4CrRo CMx6E7zm5kQvE5N IGprXUHlIvDi25f +8MeDj5311sREvj 2n6gV2L1gaY/qj0XbDC6x7mP4Sa xlKofvffOmuZ559 azGO4gvMajRs2+d w2QN32GZjCnwORb c54lCNiWXCINfUR 3FOIzNMI9jjDnnK TLTEJcBzrmYyS4F yDEqsLS9/N3f4zje+AeWbhfY 5a2scWh2+9uA7P/n3V+N82Ig/LBjx7S9+afmvD7z 9Sc5+VUa7jz3maB lXz6vtazbTrAFzk 36jQDPN2Gucycfz 23VNSyXY0q0SxAM lgBKPemVKveta9K YuCZKGq8+a/GtFxIPrUxs8wH+6 eNzrNy3wcMabETw HVyPdcj/kc89LVfdbdr8V9z tNvZKvP1QA4Haos DEuKqt+0woVGB/ohhmpMQGN9o0S1r GhCJS3ByjXi6MrP DjkbfCAetvFo+w3 LfBwxpsQD/ZPMLM1KhbzQRM23 dBY6CSEJvK2Hawa bTJ7cufs6X4TiOo JzgpcfZ63X9jk5S qdL9fwmxu33HTny zX95sYtN9P5ch/xm/rlUrSvqVo3Y2J/75mBs/vUl9vj8aQN67BB5 rL+sN+0MHNnPEUH BBvPFceLFi6oQK+ orpmhD0VTOZy/UrRYflcYzxuaYZ2 UrGJuNJVOnZBS05 kTkpxKj81I45AQj 2t4w6jQkxIUFHUu Vam7ahmO93WL/D4feUhzWaIu7OCJ P1iIcjfJxF7FnZc Ri2u3LytWy27fpF j+un1TYj3r9k2LB Sp7MlynkmLJ6XWm xCLS65TFstDrVKh f79FQ5daXsnF9ba NssK/qKtv3/KaFsvHxgRKYjZ/gpr/E3RHacKR3O+SQ9Q DNFBrxoAkU6So60 mzraNa7ZgBRtJfD eTKYCURfFuHaKxK CItx0nnz6GltLAF dUX515lohaLDGTm 86atRlJI2vsWk7D NTXMk1J2KgnXpmG rcFhzUsI529AqlP DZ21Jykt1vGdd7R 9/bxh4M/HLP8POS9wdhJ/RuK8C99SkRgD+XM yxWiJ2Upswa83OG sU64Q5Qz4Avdhjn EJm4zlT4hTU4y1z mVZIM84U0mA+HxS 8vpTyV9QTYR44xU VQu0xIbKWTaEL3F rSk4nW/rXW6IKn+4DdRrt8 QM1F/XVDraMuIh2OSJyZ gGx90TrONRIhHFZ JD4FihbvIxobRRg 4Ei0RaV21K6y8tf mRpGSs8c6Catukr OpOp2kZTG9s5uP0 PLF0VnxLZ0jZGD9 HqOCJIk0uuE1R2h XnsenpNfaZkdYMn Y7D5gsIAaTEO6qu aHO8bhdJNM03Nkk qmZ6kkgFiPwwZTW yIIR976TTRjCrga xEJs/+wvUZANW01pxGpi jdskIpF8kRlxqHq QNURgQB9U/kMM+F5cpGqhqUVm OzJTG5D2iDYOiGx izympGhYGyBnss5 4kHCequvMNIgtGR YMMbFFdWIlzmvYJ lIZXyESS02sYdMi a8SCTRApXzJU9kA mLksiOF8KyGK9AO uDJYHCSHyxTtCVj i5XcmWVerOPAqs2 IXyIyCr7B11lbCb m1+DZzFDtUjNgcI 7lTRLWND7JIqZhU UApjFDA5QlOMY91 qcAeb3BQYPfUQ9b bSpVyIKxEN/r9W8fBjXOvUzAqA BV3XUmZuS23GZN4 iHGH5gwGTbnt6AZ D8dxfKin4v4zv8q ayzXweJTU6zsy9y HrzTP7EmpHWCYMs jzWvv6wWClrgH9N T3D12YIZdB7yd4Y DH0raoY0wxW8t4Y 5XIsbI4dtIbm44c q9DQodJgYq3Sc6z lzuJH3cXaLZGxls Uxy6jaFD3vRdxsO OKGVWyGmZpVVJng uWpFh185DaOnFJi SEeKvko1UQDmVaR N1Xa0S9td2Xj/HLvfk2CEbit3e6N jR9vuZfx21x7pxF nvqbLojAzscke13 vQHrZ5ntzvq7t4h T6A4P5wjaHZvGfg f0CBIA+R1iwjMiU nRH1XHqrpGijDiW R7/EIqEloxBsuPMd+t kS1osEiBEWCEPnD IeFjf/6ubDz/7sLj0/tuv+Z95yd//3+ln792O9PvPn0u ++nvwwb+0D/UnUSTbSAbtUN8cL 6rqKt64ZaCCRD0d FGBoUJc+sOvrWGP VuzofUhVjwPI4xu UY3WqT3DvIk7SbJ s3ml4zt9gDK1Pnu KtnUGcusdcYWWNh 5V1HO0/9tiyI4/TBOuwZ2ZTMGX7qn g65rzbx4ALT19AH 2shMMGOOlb7403V XqAGFjAbWICL/kCicbj4lwcUETM9 R0RIpGMHu4uITav PA0HKBJHJq/2S9VEoqpDfpCik9 BSFAIvYoYgoNDIn JvQboyzZ7SIiAZm ZD0YQkjcxCHW+F9 I0CPE04HBYAJ+Jj jlwazG8zthSa1cv d+Lqgc5yt67c994 9uXJ45MV+/TIQeailU06gAxFO mWt2/15ZHqhXluu88pPX wysrA/LKkz17ZXiNICYNy CvfLvphsaxlv26U W0735JbTAMuRCLc 8fN7ZUGH1QXQZ+r/oopVNdNGdl9BNXT SPkUc3y0Ur/98uOgnCa3DRrpb3 76SVgTpppc5Jv3Y 9nHR6QE56umcnzX Xh2ECcNFB6sa0v3 tGNL4491AyFiJoM U5VWCqSJYvGNFGD dP30GQq8EnNedGM Irw54R+WrQVA8Gx FVEUmPoxW7YSieB 0qthj/b3687IGLq1jhG6Y XbMAz+ueu2DxwOc eHTKAz8R/emN5uHj6LZ6OahU 61gQfJ2v32gmGgW h43LHPEC+hd640T yMolvqeKhYWqcsw P4G+tmNZqFRDAVM OxZDFoi81TMPxyP 6tvWTzGfRXv81MO ddn6ud/CUIZ+3DDmvuPKD3 i4ALGuz9NpytezS EpbAc8hPoI3VLWY W9GUMPQeu86O5zh 9z3hLxjgt3hQ9Po 122b9FK03S4Z1dG xmajkUXzKtHN+o8 jBWxPZTLsTHGfvr D6lEJ7fTOhdZ1fx 8DEhvFgW/MXLYFKtbM+pFreA X4YsoG2qFefDI+r hpzo8sWvcVT+2Ju cms9NBDZ2eijqYy ybbvQ7jHcxRtCWd ybasIDapAM/2VICDHOIrYU/EC/DxZUL4CwL8RMSW1 iyjHPHCgEks1SjY om4FutymMqfoQMM RvY98RxX77a0r9u 5BnUQ3e6D6/HSs466TF4GIXxR9 4S0iHe/v0LopsMfRnQ3Lu5 5lNUUHm6kFvCxjN 625nR/xa1yQ/wUfgb5NC0IAAA== " />
</form>
<script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .bootstrap.body = new webui.suntheme. body('/Page1.jsp', '/WebApplication1 4/faces/Page1.jsp',null ,null,'com_sun_ webui_util_Focu sManager_focusE lementId',true) ;});</script>
</body></html>
Jan 10 '08 #5
ellie2905
6 New Member
The html code from the IE is the following:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wairole=" http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy #" xmlns:waistate= "http://www.w3.org/2005/07/aaa">
<head>
<meta content="no-cache" http-equiv="Pragma" />
<meta content="no-cache" http-equiv="Cache-Control" />
<meta content="no-store" http-equiv="Cache-Control" />
<meta content="max-age=0" http-equiv="Cache-Control" />
<meta content="1" http-equiv="Expires" />
<title></title>
<link rel="stylesheet " type="text/css" href="/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/css/css_master-all.css" />
<link rel="stylesheet " type="text/css" href="/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/css/ie7.css" />
<script type="text/javascript">var djConfig = (djConfig) ? djConfig : {"isDebug":fals e,"parseOnLoad" :false};
</script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/json/json.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/prototype/prototype.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/com_sun_faces_a jax.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/dojo/dojo/dojo.js"></script>
<script type="text/javascript" src="/WebApplication1 4/theme/META-INF/dojo/dijit/dijit.js"></script>
<script type="text/javascript">doj o.registerModul ePath("webui.su ntheme", "/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/javascript");
var webui = {"suntheme":{"b ootstrap":{"the me":{"module":" webui.suntheme. theme","locale" :"el-GR","prefix": "/WebApplication1 4/theme","bundle" :"suntheme","mo dulePath":"/com/sun/webui/jsf/suntheme/javascript/theme"},"debug" :false}}};</script>
<script type="text/javascript" src="/WebApplication1 4/theme/com/sun/webui/jsf/suntheme/javascript/webui-jsfx.js"></script>
<link id="link1" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link2" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link3" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link4" rel="stylesheet " type="text/css" href="/WebApplication1 4/resources/stylesheet.css" />
<link id="link5" rel="stylesheet " type="text/css" href="resources/stylesheet.css" />
</head>
<body id="body1" style="backgrou nd-color: rgb(141, 195, 214); -rave-layout: grid" background="/WebApplication1 4/resources/bg-gradient.gif">< form id="form1" class="form" method="post" action="/WebApplication1 4/faces/Page1.jsp;jsess ionid=48b08e817 429fd9916fcbc5a 1511" enctype="applic ation/x-www-form-urlencoded">




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dissemin ation of Demo-Net mashup</title>
<script src="http://maps.google.com/maps?file=api&a mp;v=2&amp;key= ABQIAAAATXkl2kv Ej-RFCZfAxLJ7bhQ1-yX1c9_fyblC5hD1 SbgXQVyHhxTfyKi agiRYhHB-SQyst8GylxqHXg" type="text/javascript"></script>
</head>
<body onload="load()" >
<div id="map" style="width: 755px; height: 560px; top:86px;left:5 00px"></div>
<script language="JavaS cript">
</script>
</body>
</html>

<table id="form1:gridP anel1" style="height: 96px; left: 24px; top: 680px; position: absolute" width="1200px">
<tbody>
<tr>
<td>



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<hr/>
<center>
<a href="http://www.uom.gr.com/" target="bpcatal og">Universit y of Macedonia</a> &copy; 2007 IS Lab. All rights reserved. Use is subject to license terms.
</center></td>
</tr>
</tbody>
</table>
<table id="form1:gridP anel2" style="border: 8px groove rgb(255, 255, 255); background-color: rgb(114, 77, 180); height: 70px; left: 0px; right: 10px; top: 0px; position: absolute; width: 1260px" width="1240">
<tbody>
<tr>
<td><span id="form1:label 1"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l1", {"id":"form1:la bel1","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"color: #99ffff; font-size: 12px; font-weight: bolder","visibl e":true,"value" :"Welcome to the visualisation of the dissemination process concerning Demo-Net ","required":fa lse});});</script>
</td>
</tr>
</tbody>
</table>
<span id="form1:label 5"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l5", {"id":"form1:la bel5","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"border-top: double rgb(102, 102, 102) 4px; border-bottom: double rgb(102, 102, 102) 4px; font-size: 12px; height: 100px; left: 5px; top: 86px; position: absolute; text-align: center; vertical-align: middle; width: 480px","visible ":true,"value": "Below there are three possible ways to receive information concerning the dissemination process\nof Demo-Net worldwide;by year, by category of event activities or by partner.Plase make your\npreferabl e choices for each category and then press the button \"Submit choices\" to see the information on the map.If you wish to receive information about all the reporting dissemination activities, you can do so by checking the checkbox below. ","required":fa lse});});</script>
<table id="form1:gridP anel3" rules="rows" style="border: 6px groove rgb(102, 102, 102); margin: 2px; background-color: rgb(242, 183, 105); height: 360px; left: 5px; top: 215px; position: absolute; width: 480px">
<tbody>
<tr>
<td><span id="form1:label 2"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l2", {"id":"form1:la bel2","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px","visible" :true,"value":" Year(s) ","required":fa lse});});</script>
</td>
<td><select id="form1:multi SelectListbox1" name="form1:mul tiSelectListbox 1" multiple="multi ple" size="1" style="backgrou nd-color: rgb(204, 204, 255); font-size: 12px"> <option value="2">Year 2007</option>
</select></td>
<td><table id="form1:gridP anel5" style="height: 10px; width: 100px">
<tbody>
<tr>
<td><input value="Select all years" type="button" onclick="select AllOptions('for m1:multiSelectL istbox1');" /><input value="Clear all years" type="button" onclick="select NoneOptions('fo rm1:multiSelect Listbox1');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span id="form1:label 3"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l3", {"id":"form1:la bel3","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px","visible" :true,"value":" Event activity(ies) ","required":fa lse});});</script>
</td>
<td><select id="form1:multi SelectListbox2" name="form1:mul tiSelectListbox 2" multiple="multi ple" size="5" style="backgrou nd-color: rgb(204, 204, 255); font-size: 12px"> <option value="1">Press releases</option>
<option value="2">Prese ntation</option>
<option value="3">Organ isation of events</option>
<option value="4">Scien tific papers</option>
<option value="5">Other activities</option>
</select></td>
<td><table id="form1:gridP anel7" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all events" type="button" onclick="select AllOptions('for m1:multiSelectL istbox2');" /><input value="Clear all events" type="button" onclick="select NoneOptions('fo rm1:multiSelect Listbox2');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span id="form1:label 4"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l4", {"id":"form1:la bel4","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px","visible" :true,"htmlFor" :"form1:multiSe lectListbox3"," value":"Partner (s) ","required":fa lse});});</script>
</td>
<td><select id="form1:multi SelectListbox3" name="form1:mul tiSelectListbox 3" multiple="multi ple" size="11" style="backgrou nd-color: rgb(204, 204, 255); font-size: 12px"> <option value="4">Unive rsity of Koblenz-Landau / IWVI</option>
<option value="5">Fraun hofer AIS</option>
<option value="7">Unive rsity of Macedonia</option>
<option value="9">Copen hagen Business School</option>
<option value="12">Tech nical University of Kosice</option>
<option value="15">York shire and Humber Assembly</option>
<option value="16">Euro pean Projects and Management Agency (EPMA)</option>
<option value="17">Napi er University</option>
<option value="18">Univ ersity of Iceland</option>
<option value="19">Univ ersity of Helsinky</option>
<option value="21">Aust rian Academy of Sciences</option>
</select></td>
<td><table id="form1:gridP anel9" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all partners" type="button" onclick="select AllOptions('for m1:multiSelectL istbox3');" /><input value="Clear all partners" type="button" onclick="select NoneOptions('fo rm1:multiSelect Listbox3');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<span id="form1:butto n1"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:button1" , {"id":"form1:bu tton1","onClick ":"show();","wi dgetType":"webu i.suntheme.widg et.button","sty le":"left: 320px; top: 655px; position: absolute; width: 100px","visible ":true,"primary ":false,"value" :"Submit choices","escap e":true,"mini": false,"disabled ":false});} );</script>
<table id="form1:gridP anel6" style="border: 6px groove rgb(102, 102, 102); background-color: #f2b769; height: 48px; left: 5px; top: 600px; position: absolute; width: 480px" width="456">
<tbody>
<tr>
<td><span id="form1:label 6"></span><script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .widget.common. replaceElement( "form1:labe l6", {"id":"form1:la bel6","valid":t rue,"level":2," widgetType":"we bui.suntheme.wi dget.label","st yle":"font-size: 12px; left: 5px","visible": true,"htmlFor": "form1:checkbox 1","value":" See all events from all the reporting periods ","required":fa lse});});</script>
</td>
<td><input id="form1:check box1" type="checkbox" name="form1:che ckbox1" title="See all events from all years" /></td>
</tr>
</tbody>
</table>

<input id="form1_hidde n" name="form1_hid den" value="form1_hi dden" type="hidden" />
<input type="hidden" name="javax.fac es.ViewState" id="javax.faces .ViewState" value="H4sIAAAA AAAAAOVba2wcRx2 fu8R5mJCkdVuStE k2j4IN8flu9+5sx 1SQOG5qaschdlL6 kNy5u/HdJnu7290537lVq hREK1EJgQoSSK2o BB8Qar/Qb+VRqgpVLSqPSn wBIVWoEkICKiFQg Q/A/Gdfs3d773NSxCmZ 25ud+e/8f//3zPqFP6OhioVGHl y4jNdxQsN6MbGUu 0zydOYrP//ct/baY1ocoZqJEBq1L aTkjXLCruiJNZwn dgKbpqbmMVUNPbF MMSWLWMdFYs2XTe 34ikXIOaNA/rb28o9fTJ59ZRfQ qd6H4HM2TIfUKNF tRoWRXMcUWwl23z R0olM7cR5bVMXai oXXiWVj7ZJKqhcM g8JD0I7Lq2qB/ZNr9iPocRSvjnP6 kke/SnIVNXHZXgsoMoJ FgoZM1qbEWbHWs+ 6hZQ0NlVgbmhVvM 4vgApvF2tCsLa1n Laj6FTSksba3WXJ Ps5SeZqV7mpXpAs PTRmEDDeVYG0JjZ +tZdxtWGQ2tsdaf dZLNGkajoOk1V/OC8SBZLuTzWCfaW UstoOEia/nPAZDwZTLBSOxCR 1rihHNEQ9s0+EqJ 84Y7n5fpf8mK+Og 9nT/aZ/VePi/Z5tHLRGP+hrmOjQ XVpjmjhkbKFY2qT r/b58Mwz2jehI5F07 w470yap6Rso0MRZ IT7IkB7egIo0yNA yiYAJIsA3dozQPJ AAZrsEaD0JgCkiA Dt7xkgZaAATYetd KwNiaUKNSt0hcVL tNONfEr/JNLJ/kmk+ich909C6Z9E un8Smf5JZD0SKU7 iaMv4WKHU0NH2HP 8eQKjKilZ7Z+dW6 8+b4/PSHVntacPQCNZnS yR/BSx3Z969StUqQA0 +cf9qR3DF0tGbeN JaoSojiO3SIjaHt v/m1ddue/hXW1D8bjSsGbhwN 85Tw5pHO2nJInbJ 0Ao181Of5iS2VXc AIchbKDourpZxyn LbxOzFCxfmzq2sX pqfu2/1wtLSCjw8SdGohw jkpDA4wXBhE3LYJ onZC3OnVubO8En+ Gnli7bL6lmRd+/Wz//pLHMUeQEPrWKuQm hmjSIpawdLi+aVz sIb5M8uM2kjA8Sn Lwtzf1Z54++A3X8 fPbUGxebTVVh8lP F+PVbdCJky9VLdm mjTIl4EThYtLRnB j+J6VxYXV06eW52 fZjwnIkVNM1CZ75 t7gmQtGHmvk8X/c9PCzyX/+KY62zqMdJYZ8nu X5C2h73qjo1Nqg6 GZeTkwA1xPL1FL1 4swC2gE/K4wwPPUuNnwdWyr WKf9ZM//DPhTFz15gDdEoQm Hw5nVKWGlx8++f/877Tzw1FQdmXfC8 JfJx5yrlHLGefOH rBz/0tXee9oqX3aZp+q oTi1CsIUGx4CrRo CMx6E7zm5kQvE5N IGprXUHlIvDi25f +8MeDj5311sREvj 2n6gV2L1gaY/qj0XbDC6x7mP4Sa xlKofvffOmuZ559 azGO4gvMajRs2+d w2QN32GZjCnwORb c54lCNiWXCINfUR 3FOIzNMI9jjDnnK TLTEJcBzrmYyS4F yDEqsLS9/N3f4zje+AeWbhfY 5a2scWh2+9uA7P/n3V+N82Ig/LBjx7S9+afmvD7z 9Sc5+VUa7jz3maB lXz6vtazbTrAFzk 36jQDPN2Gucycfz 23VNSyXY0q0SxAM lgBKPemVKveta9K YuCZKGq8+a/GtFxIPrUxs8wH+6 eNzrNy3wcMabETw HVyPdcj/kc89LVfdbdr8V9z tNvZKvP1QA4Haos DEuKqt+0woVGB/ohhmpMQGN9o0S1r GhCJS3ByjXi6MrP DjkbfCAetvFo+w3 LfBwxpsQD/ZPMLM1KhbzQRM23 dBY6CSEJvK2Hawa bTJ7cufs6X4TiOo JzgpcfZ63X9jk5S qdL9fwmxu33HTny zX95sYtN9P5ch/xm/rlUrSvqVo3Y2J/75mBs/vUl9vj8aQN67BB5 rL+sN+0MHNnPEUH BBvPFceLFi6oQK+ orpmhD0VTOZy/UrRYflcYzxuaYZ2 UrGJuNJVOnZBS05 kTkpxKj81I45AQj 2t4w6jQkxIUFHUu Vam7ahmO93WL/D4feUhzWaIu7OCJ P1iIcjfJxF7FnZc Ri2u3LytWy27fpF j+un1TYj3r9k2LB Sp7MlynkmLJ6XWm xCLS65TFstDrVKh f79FQ5daXsnF9ba NssK/qKtv3/KaFsvHxgRKYjZ/gpr/E3RHacKR3O+SQ9Q DNFBrxoAkU6So60 mzraNa7ZgBRtJfD eTKYCURfFuHaKxK CItx0nnz6GltLAF dUX515lohaLDGTm 86atRlJI2vsWk7D NTXMk1J2KgnXpmG rcFhzUsI529AqlP DZ21Jykt1vGdd7R 9/bxh4M/HLP8POS9wdhJ/RuK8C99SkRgD+XM yxWiJ2Upswa83OG sU64Q5Qz4Avdhjn EJm4zlT4hTU4y1z mVZIM84U0mA+HxS 8vpTyV9QTYR44xU VQu0xIbKWTaEL3F rSk4nW/rXW6IKn+4DdRrt8 QM1F/XVDraMuIh2OSJyZ gGx90TrONRIhHFZ JD4FihbvIxobRRg 4Ei0RaV21K6y8tf mRpGSs8c6Catukr OpOp2kZTG9s5uP0 PLF0VnxLZ0jZGD9 HqOCJIk0uuE1R2h XnsenpNfaZkdYMn Y7D5gsIAaTEO6qu aHO8bhdJNM03Nkk qmZ6kkgFiPwwZTW yIIR976TTRjCrga xEJs/+wvUZANW01pxGpi jdskIpF8kRlxqHq QNURgQB9U/kMM+F5cpGqhqUVm OzJTG5D2iDYOiGx izympGhYGyBnss5 4kHCequvMNIgtGR YMMbFFdWIlzmvYJ lIZXyESS02sYdMi a8SCTRApXzJU9kA mLksiOF8KyGK9AO uDJYHCSHyxTtCVj i5XcmWVerOPAqs2 IXyIyCr7B11lbCb m1+DZzFDtUjNgcI 7lTRLWND7JIqZhU UApjFDA5QlOMY91 qcAeb3BQYPfUQ9b bSpVyIKxEN/r9W8fBjXOvUzAqA BV3XUmZuS23GZN4 iHGH5gwGTbnt6AZ D8dxfKin4v4zv8q ayzXweJTU6zsy9y HrzTP7EmpHWCYMs jzWvv6wWClrgH9N T3D12YIZdB7yd4Y DH0raoY0wxW8t4Y 5XIsbI4dtIbm44c q9DQodJgYq3Sc6z lzuJH3cXaLZGxls Uxy6jaFD3vRdxsO OKGVWyGmZpVVJng uWpFh185DaOnFJi SEeKvko1UQDmVaR N1Xa0S9td2Xj/HLvfk2CEbit3e6N jR9vuZfx21x7pxF nvqbLojAzscke13 vQHrZ5ntzvq7t4h T6A4P5wjaHZvGfg f0CBIA+R1iwjMiU nRH1XHqrpGijDiW R7/EIqEloxBsuPMd+t kS1osEiBEWCEPnD IeFjf/6ubDz/7sLj0/tuv+Z95yd//3+ln792O9PvPn0u ++nvwwb+0D/UnUSTbSAbtUN8cL 6rqKt64ZaCCRD0d FGBoUJc+sOvrWGP VuzofUhVjwPI4xu UY3WqT3DvIk7SbJ s3ml4zt9gDK1Pnu KtnUGcusdcYWWNh 5V1HO0/9tiyI4/TBOuwZ2ZTMGX7qn g65rzbx4ALT19AH 2shMMGOOlb7403V XqAGFjAbWICL/kCicbj4lwcUETM9 R0RIpGMHu4uITav PA0HKBJHJq/2S9VEoqpDfpCik9 BSFAIvYoYgoNDIn JvQboyzZ7SIiAZm ZD0YQkjcxCHW+F9 I0CPE04HBYAJ+Jj jlwazG8zthSa1cv d+Lqgc5yt67c994 9uXJ45MV+/TIQeailU06gAxFO mWt2/15ZHqhXluu88pPX wysrA/LKkz17ZXiNICYNy CvfLvphsaxlv26U W0735JbTAMuRCLc 8fN7ZUGH1QXQZ+r/oopVNdNGdl9BNXT SPkUc3y0Ur/98uOgnCa3DRrpb3 76SVgTpppc5Jv3Y 9nHR6QE56umcnzX Xh2ECcNFB6sa0v3 tGNL4491AyFiJoM U5VWCqSJYvGNFGD dP30GQq8EnNedGM Irw54R+WrQVA8Gx FVEUmPoxW7YSieB 0qthj/b3687IGLq1jhG6Y XbMAz+ueu2DxwOc eHTKAz8R/emN5uHj6LZ6OahU 61gQfJ2v32gmGgW h43LHPEC+hd640T yMolvqeKhYWqcsw P4G+tmNZqFRDAVM OxZDFoi81TMPxyP 6tvWTzGfRXv81MO ddn6ud/CUIZ+3DDmvuPKD3 i4ALGuz9NpytezS EpbAc8hPoI3VLWY W9GUMPQeu86O5zh 9z3hLxjgt3hQ9Po 122b9FK03S4Z1dG xmajkUXzKtHN+o8 jBWxPZTLsTHGfvr D6lEJ7fTOhdZ1fx 8DEhvFgW/MXLYFKtbM+pFreA X4YsoG2qFefDI+r hpzo8sWvcVT+2Ju cms9NBDZ2eijqYy ybbvQ7jHcxRtCWd ybasIDapAM/2VICDHOIrYU/EC/DxZUL4CwL8RMSW1 iyjHPHCgEks1SjY om4FutymMqfoQMM RvY98RxX77a0r9u 5BnUQ3e6D6/HSs466TF4GIXxR9 4S0iHe/v0LopsMfRnQ3Lu5 5lNUUHm6kFvCxjN 625nR/xa1yQ/wUfgb5NC0IAAA== " />
</form>
<script type="text/javascript">doj o.addOnLoad(fun ction() {webui.suntheme .bootstrap.body = new webui.suntheme. body('/Page1.jsp', '/WebApplication1 4/faces/Page1.jsp',null ,null,'com_sun_ webui_util_Focu sManager_focusE lementId',true) ;});</script>
</body></html>
Jan 10 '08 #6
jamesicus
37 New Member
Forget the code -- post the URL, please.

James
Jan 10 '08 #7
ellie2905
6 New Member
I don't have a url but I have printscreens from the page in the two browsers so you can take a look and maybe you can tell my what is the problem.In my two previous posts I tried to say that I removed the line "<?xml version="1.0" encoding="UTF-8"?>" from my jsp page but it didn't make any difference.Also , I tried to give you the html code produced when the page loads but somehow the messages were left blank.Anyway, here are the two printscreens, obviously the one that looks normal is from firefox and the one that looks awful is from IE.


Jan 10 '08 #8
Death Slaught
1,137 Top Contributor
Try adding a breaking line after your inputs like this:

Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3. <input type="button" onClick=" " value=" " /> <br /> <input type="button" onClick=" " value=" " />
  4.  
  5.  

Hope it helps, Thanks, Death
Jan 10 '08 #9
ellie2905
6 New Member
You're a life saver!It did the job!You wouldn't happen to know why it doesn't show the map in IE right?
Jan 11 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

82
10710
by: Peter Diedrich | last post by:
The site design is pretty simple: ============================================ | Head | ============================================ | | | | | | | | | left | center | right | | | | | | | | |
3
2073
by: sinister | last post by:
From http://www.oreillynet.com/pub/a/javascript/synd/2002/03/01/css_layout.html "Typically CSS layout replaces tables, which are currently the most popular method of placing page elements. There is a common misconception that CSS layout techniques are incapable of producing complex page layouts. While it is true that *tables generally provide more flexibility*, I will show you that complex layouts are quite possible with CSS." No,...
47
9156
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
30
3146
by: Diane Wilson | last post by:
I'm trying (once again) to figure out how to make a robust CSS layout style that can replace tables. I'd like to be able to do a basic two-column layout, with a one-column header, a two column body, and a two-column footer. The problem, and one that always sends me back to using tables, is that word "robust." Absolute positioning gets squirrelly, because it takes the positioned elements completely out of the float scheme, and stuff...
20
2427
by: Alan Silver | last post by:
Hello, In classic ASP, I used to use two include files on each page, one before and one after the main content, to provide a consistent layout across a web site. That way I could just change the include files to change the layout. When I came to ASP.NET, I used user controls to do a similar thing. I have just been looking at master pages, and it looks like they do the same thing. If so, is there any advantage in using them over the...
3
2362
by: Dave | last post by:
I am designing a web page using VS2003 ASP.NET. The page contains various DIVs (panels), one of which is in grid layout. The controls in this DIV render correctly in IE, but when using Firefox they are incorrectly positioned. VS sets the positioning of the controls to absolute, and because the DIV is to the right of another DIV Firefox (correctly, I suspect) positions the controls absolutely, which means they are too far to the left, while...
10
9208
by: Luke | last post by:
Hi. I am trying to make correct layout, here is an example of (dynamically generated content via jsp): http://localhost/www/layout.htm Most outer div is positioned absolute (if not then it will not grow when content inside div.body is greater than width of window of user agent), anyway anyone knowlegable can see it in sources...
5
2674
by: Jeff User | last post by:
Hi all I am writing program/framework to server a web site dynamically based on stored web page data with C#, .net1.1 What is the preferred means of controlling page layout, frames or table(s) ? Benefits or problems related to using one or the other ?
5
1630
by: Ed Sproull [MSFT] | last post by:
First I'm pretty new to ASP.NET and I'm having a simple problem. I have small website with a header, sidebar and the the content. I want my content to appear beside my sidebar which seems to be a pretty standard layout. However when ever I resize my browser the content resizes below the sidebar. I've been digging through example websites can't seem to stop this behaviour. I had one person suggest Tables but I see a few posts that say...
53
4138
by: brave1979 | last post by:
Please check out my javascript library that allows you to create any layout for your web page, nested as deep as you like, adjusting to width and height of a browser window. You just describe it in javascript object and that's all. No need to know CSS hacks, no need to clutter your html with tables. http://www.bravelayout.scarabeo.biz/Quickstart
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10145
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9998
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3523
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.