Quote HTML

Hi,
I am new the Oracle OA framework technology. Currently my requirement is to add one more text field in Ouote Lines page. Can anyone please help me to navigate which file I have to edit to add a new field. Thanks in Advance.
Regards
Balaji S

In addition to what Tapash said, since HTML Quoting is not build on oaf, u won't need oaf code at all in the lines page to implement ur logic.
--Mukul                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Development tools (Jdeveloper?) for Oracle Quoting (HTML)

    Hi,
    My company is using Oracle Application 11i (EBS) 11.5.10.
    We want to do a small enhancement on Oracle Quoting (HTML not Oracle Form).
    What tools and which version should I use?
    Thanks!
    Phil

    The JDeveloper version will depend on your exact ATG RUP level. Use the query in the last link to find out.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416708.1
    Using OA Extensions to extend existing Apps 11i OA Framework pages (step by step)
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=283158.1
    Script To Check What Workflow Related Patches Are Installed In EBusiness Suite 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=275379.1

  • Quote transformed into ' (quote html code)

    Hi all,
    I try to translate an dbms_xmlapi.DOMDocument with xslt.
    My problem is all quote ' are translated to their html code entity : &apos.
    The french accent causes problem too.
    Could you help me ? I'd like to know if it's possible to disable this translation.
    Benoit Pironet

    Not currently. You would need to specify output at text, but this is not currently supported by the database XSLT engine

  • Urgent......Need a Help in Quoting HTML Customization

    Hi Every Body..
    I am working on Quoting Module (HTML), i need to customize the class ( QuoteRenderer) which presents Lines under the Quote template... i am getting errors.. in that class...
    I Decomiled the QuoteRenderer.class using JAD and DJ Decompiler and changed the name of the calss to CuQuoteRenderer.class and then put in $JAVA_TOP/oracle/apps/Qot/util ... i am getting the Null Pointer Exception in the method renderQuoteLines() at the line..
    ArrayList arraylist = (ArrayList)displayableColumns.get(s+"_"+s1);
    but i didnt changed any code at any place in the method.. i just decompiled the class and changed the class name to CuQuoteRenderer.java...and i compiled it.. and then placed it in Server. i am getting that exception in JSP page.
    Any help in this regard. is very much appriciated.
    Thanks & Regards,
    B. Praveen Reddy

    HI Shiv,
    this method is presenting the values in the Columns of the Table. ASO_QUOTE_LINES_ALL in the page.. Template Line Details..
    As of now there are only 5 cloumns displaying there.. and that too.. for Quantity no text box. so i want to put the text box there and also one more Column from the Table. for that i need to customize the QuoteRenderer.class from which it is displaying.
    For that purpose.. i decompiled the seeded class and renamed it to CuQuoteRenderer.clas and then place it back to the same location and compiled it success fully.. but when i call that method in the qotSCocLnTbl.jsp it shows.. Null pointer Exception at the line
    ArrayList arraylist = (ArrayList)displayableColumns.get(s + "_" + s1);
    where S and S1 are the parameters to the method renderQuoteLines() and Dispalyable columns is a HashMap object.
    here is the part of the code:
    public static void renderQuoteLines(HttpServletRequest httpservletrequest, HttpServletResponse httpservletresponse, PageContext pagecontext, String s, String s1)
    throws IOException, SQLException, FrameworkException
    String s2 = "renderQuoteLines";
    boolean flag = QotUtil.isLogEnabled();
    long l = System.currentTimeMillis();
    QotUtil.log("QuoteRenderer", s2, " - Start: To render the Quote line " + System.currentTimeMillis());
    JspWriter jspwriter = pagecontext.getOut();
    QotRegionManager qotregionmanager = (QotRegionManager)pagecontext.getAttribute("qotLnColRgObj", 2);
    QotRegionManager qotregionmanager1 = (QotRegionManager)pagecontext.getAttribute("qotRegionMgrObj", 2);
    String s3 = "<img valign=bottom border=0 src=\"/OA_MEDIA/jtfuhide.gif\" width=\"16\" height=\"16\" alt=\"" + qotregionmanager1.getPrompt("QOT_CLK_SHOW_INFO") + "\">";
    String s4 = "<img valign=bottom border=0 src=\"/OA_MEDIA/jtfushow.gif\" width=\"16\" height=\"16\" alt=\"" + qotregionmanager1.getPrompt("QOT_CLK_HIDE_INFO") + "\" >";
    String s5 = "<img src=\"/OA_MEDIA/jtfuhdot.gif\" width=\"16\" height=\"11\" alt=\"" + qotregionmanager1.getPrompt("QOT_RELATED_PRODUCT") + "\">";
    String s6 = "<img src=\"/OA_MEDIA/jtfutrdc.gif\" width=\"16\" height=\"16\" alt=\"" + qotregionmanager1.getPrompt("QOT_SERVICE_PRODUCT") + "\">";
    String s7 = "<img src=\"/OA_MEDIA/jtfuokst.gif\" border=0 width=\"16\" height=\"16\" alt=\"" + qotregionmanager1.getPrompt("QOT_COMPLETE_CONFIG") + "\">";
    String s8 = "<img src=\"/OA_MEDIA/jtfucsts.gif\" border=0 width=\"16\" height=\"16\" alt=\"" + qotregionmanager1.getPrompt("QOT_UNCONF_MODEL_ITEM") + "\">";
    String s9 = "<img height=8 src=\"/OA_MEDIA/jtfutrpx.gif\" alt=\"\" width=";
    String s10 = "<img src=\"/OA_MEDIA/jtfunewr.gif\" width=\"16\" height=\"16\" alt=\"" + qotregionmanager1.getPrompt("QOT_PROMOTIONAL_GOOD") + "\">";
    String s11 = "          ";
    String s12 = "document." + pagecontext.getAttribute("qotFrmFormNm", 2);
    if(s1 == null)
    s1 = "QUOTELINEDETAILS";
    if("Y".equals(QotUtil.getSpecificProfile("ASO_USE_NETWORK_CONTAINER", null, QotUtil.nonNull(RequestCtx.getResponsibilityId()), null)))
    s1 = "QUOTELINEDETAILS_MACD";
    HashMap hashmap = new HashMap(50);
    ArrayList arraylist = (ArrayList)displayableColumns.get(s + "_" + s1);
    int i = arraylist != null ? arraylist.size() : 0;
    for(int j = 0; j < i; j++)
    hashmap.put(arraylist.get(j), "SELECTED");
    HashMap hashmap1 = new HashMap(50);
    hashmap1.put("QOT_SELECT", "adaSelect");
    hashmap1.put("QOT_PRODUCT", "adaProduct");
    hashmap1.put("QOT_DESCRIPTION", "adaDescription");
    hashmap1.put("QOT_QUANTITY", "adaQuantity");
    hashmap1.put("QOT_UOM", "adaUOM");
    hashmap1.put("QOT_UNIT_LIST_PRICE", "adaUnitListPrc");
    hashmap1.put("QOT_UNIT_ADJUST_PERCENT", "adaUnitAdjPercent");
    hashmap1.put("QOT_LINE_DISCOUNT", "adaLineDis");
    Please help me in this regard. its very urgent.
    Thanks & regards,
    praveen reddy

  • Endash and curly quote HTML errors

    I inherited a large knowledge base at my job that was using
    RoboHelp x5. It hadn't been worked on for more than a year when I
    started, so the first thing I did was upgrade to RoboHelp 7. (I am
    a total Robohelp beginner; been learning on my own since starting
    her in Jan. 08) The first time I generated an output and published
    the knowledge base in 7, we began to discover the project is
    riddled with <&endash;> and <&rdquor;> HTML
    errors. RH x5 version read the endash and curly quotes fine and
    displayed the characters.
    What can I do now? Is there a global find and replace? What's
    also weird is that the endash looks OK in the RoboHelp viewer. The
    curly quote does show up wrong in the RH viewer as
    <”r;>.
    Any help or insight would be much appreciated. Thanks!

    Thanks for your response, Peter. Don't see the patch you
    mention -- could you point me to it? I may not be able to use it
    tho, b/c have made lots of edits and updates to our knowledge base
    so I can't go back to the old R5 copy at this point.
    If not, I will try the Helpware FAR. In looking at their
    site, am not sure how it works: do I apply it to the output file or
    the RH project files.
    Thanks!

  • How do I submit a concurrent request from HTML?

    I want to call the request from html or jsp how to ?
    can anybody help me?

    HI,
    I have developed a pl/sql program and registered it as concurrent program and i can run this concurrent program using forms.
    But our requirement is to run this report even in HTML based application in oracle apps
    for eg in Quoting HTML Sales Agent.
    But i don't know how to run the concurrent program or to run report registered as concurrent program in HTML Based apllication in oracle apps
    please provide some inputs.
    Regards,
    Mithun

  • How do I restrict the items shown in Action pull-down list in Quote Overiew

    I would like to restrict the items shown in the pull-down list of Actions in Quote Overview Screen in Oracle Quoting (HTML)
    The list is defined as part of Quick Codes (Lookup_type = ASO_QUOTE_ACTION). Per my understanding, it should show up all the lookup values enabled in ASO_QUOTE_ACTION. But I see only a few of those enabled in the action drop-down list in Overview Screen.
    I appreciate if any one can provide any clue where they are restricted.
    To access ASO_QUOTE_ACTION Loookup code, here is the navigation path.
    ® Quoting Sales Manager &#8594; (N) Setup &#8594; Quick Codes and query for ASO_QUOTE_ACTION.
    Thanks
    Rao

    Wrong Forum....

  • What tools should I use for Oracle Quoting enhancement?

    Hi,
    My company is using Oracle Application 11i (EBS) 11.5.10.
    We want to do a small enhancement on Oracle Quoting (HTML not Oracle Form).
    What tools and which version should I use?
    Thanks!
    Phil

    Hi,
    please ask this question on a an Oracle Apps forum here on OTN
    Frank

  • Rich Text Field in HTML

    I need to design an xdp form that can be rendered in HTML and which allows the user to format text field content. I created a text field control with data format of xhtml. In Adobe Acrobat Professional I can use CNTRL-E to open the "Form Field Text Properties" toolbar. Will this work in the web browser when the form is rendered as HTML?
    Also, is it possible to insert a hyperlink into a rich text field when rendered as HTML or PDF? Are hyperlinks even supported in text fields of forms designed using LiveCycle?

    hi
    another way to do it is to specify RenderFormat property of Content by search web part (it is not available from UI, only programmatically or declaratively):
    <property name="RenderFormat" type="string">&lt;Format Type=&quot;HTML&quot; /&gt;</property>
    Format is very important and it should be exactly like shown above. Check the following post for details:
    Problem with trimmed html content in search index in Sharepoint 2013.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • JS/HTML: HTML to DOM so I can XPath

    Im new to all this and all I want to do is get info from a
    page and redisplay it. I would really like to get that info like
    the title suggests tho...I want to start with the html source,
    parse it to a DOM and then use xpath to get the info I want. Ive
    only ever done this sort of thing in Greasemonkey before tho and
    dont seem to able to get it.
    Any help would be appreciated.

    Just to answer my own question ;).......
    quote:
    <html>
    <head>
    <title>Get It!</title>
    <link href="sample.css" rel="stylesheet"
    type="text/css"/>
    <script type="text/javascript"
    src="lib/air/AIRAliases.js"></script>
    <script type="text/javascript"
    src="lib/air/AIRIntrospector.js"></script>
    <script type="text/javascript">
    // AIR-related functions created by the developer
    function onHTMLLoadComplete(e)
    //get a reference to the top level html document
    var doc = html.window.document;
    //var doc = e.target.window.document;
    var node=doc.evaluate("//title",doc).iterateNext();
    // while (thisNode = nodes.interateNext()) {
    // alert( thisNode.textContent );
    // thisNode = nodes.iterateNext();
    var elem = document.createElement( 'div' );
    elem.innerText = 'Title of Page is: ' + node.textContent;
    document.body.appendChild( elem );
    // loads the content of a remote URL
    function doRequest(url) {
    var req = new XMLHttpRequest();
    req.onreadystatechange = function() {
    if (req.readyState == 4) {
    var str = req.responseText;
    html = new air.HTMLLoader();
    html.addEventListener(air.Event.COMPLETE,
    onHTMLLoadComplete);
    html.loadString(str);
    req.open('GET', url, true);
    req.send(null);
    function openInBrowser(url) {
    air.navigateToURL( new air.URLRequest(url));
    </script>
    </head>
    <body>
    <h3>HTML to DOM for XPath</h3>
    <ul>
    <li>XMLHttpRequest object can reach into remote
    domains &mdash; the following loads
    http://www.adobe.com:
    <br/>
    <input type="button" onclick='doRequest("
    http://www.adobe.com");'
    value='doRequest("
    http://www.adobe.com");'/>
    </li>
    </ul>
    </body>
    </html>
    Now Id like to know if there's an option for it to not load
    images when it parses the dom. I assume its still loading the
    images from the amount of time it took to load (I have dialup). If
    not I wonder if a regular expression could be made to wreck the
    urls of the images (by changing the href attribute id to something
    else) and then search for the new attribute with xpath.....pity Im
    no good at regular expressions.

  • How to view videos stored in home imac on iPod or iPad over wifi

    hello;
    Using the web server on the iMac there is a easy way
    to view stored videos on the iPod or iPad. When I say 'easy'
    I consider it easy, you may not find it 'easy'.
    The most low tech way is to create a symbolic link from the video file
    to the /Library/WebServer/Documents/ directory.
    example:
    open a terminal window.
    create a symbolic link from the video file on the iMac to the /Library/WebServer/Documents/
    sudo ln -s <iTunes Library Directory>/TV Shows/<TV Show Name>/<TV Season>/<TV Episode> video-link-01
    To view the video on either an iPod, iPad, or another computer in Safari
    you would enter the following:
    http://<computer-name.local>/video-link-01
    The video will be shown by QuickTime plugin in Safari...
    I have written a perl script which I use to create the necessary html files
    to view all the TV Shows that I have stored on my iMac. You could also
    create these using a text editor like vim or textedit.
    The index.html lists the TV Shows in alphabetical order.
    For each TV Show there is a corresponding html file which list the seasons.
    For each TV Show Season there is a corresponding html file which lists the episodes.
    Below is a short example.
    sudo cd /Library/WebServer/Documents
    sudo ln -s /Users/me/Music/iTunes/iTunes\ Music/TV\ Shows ./TV\ Shows
    the index.html file contains:
    <begin quote>
    <html version="2.0">
    <head>
    <title>iTunes TV Shows - 05 May 2010</title>
    </head>
    <body>
    <center>
    <a href="./Doctor-Who.html">Doctor Who</a>
    <br><br>
    </center>
    </body>
    </html>
    <end quote>
    The Doctor-Who.html file contains:
    <begin quote>
    <html version="2.0">
    <head>
    <title>iTunes TV Shows - Doctor Who - 05 May 2010</title>
    </head>
    <body>
    <center>
    <a href="Doctor-Who-Season-1.html">Doctor Who - Season 1</a>
    <br><br>
    <a href="Doctor-Who-Season-2.html">Doctor Who - Season 2</a>
    <br><br>
    <a href="Doctor-Who-Season-3.html">Doctor Who - Season 3</a>
    <br><br>
    <a href="Doctor-Who-Season-4.html">Doctor Who - Season 4</a>
    <br><br>
    </center>
    </body>
    </html>
    <end quote>
    The Doctor-Who-Season-4.html file contains:
    <being quote>
    <html version="2.0">
    <head>
    <title>iTunes TV Shows - Doctor Who - Season 4 - 05 May 2010</title>
    </head>
    <body>
    <center>
    <a href="TV Shows/Doctor Who/Season 4/1-01 Voyaged of the Damned.m4v">1-01 Voyaged of the Damned.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/2-02 Partners in Crime.m4v">2-02 Partners in Crime.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/2-03 The Fires of Pompeii.m4v">2-03 The Fires of Pompeii.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/2-04 Planet of the OOD.m4v">2-04 Planet of the OOD.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-05 The Sontarian Stratagem.m4v">3-05 The Sontarian Stratagem.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-06 The Poisin Sky.m4v">3-06 The Poisin Sky.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-07 The Doctors Daughter.m4v">3-07 The Doctors Daughter.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-08 The Unicorn and the Wasp.m4v">3-08 The Unicorn and the Wasp.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/4-09 Silence in the Library.m4v">4-09 Silence in the Library.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/4-10 Forest of the Dead.m4v">4-10 Forest of the Dead.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/4-11 Midnight.m4v">4-11 Midnight.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/5-12 Turn Left.m4v">5-12 Turn Left.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/5-13 The Stolen Earth.m4v">5-13 The Stolen Earth.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/5-14 Journeys End.m4v">5-14 Journeys End.m4v</a>
    <br><br>
    </center>
    </body>
    </html>
    <end quote>
    The same may be done for movies and music.
    I am working on coming up with a way to play an entire musical album and playlist.
    Right now it is single songs only which tends to limit its usefulness.
    For videos it does work extremely well. Even though I have a 64GB iPad, a 64GB iPod touch, a 32GB iPod touch, a 32GB iPod touch( 1st generation), and an 16GB iPod nano I do not have to sync a video to them in order to be able to view the video.
    I am able to sit in my favorite Caribou Coffee Shop and watch the latest TV shows I have purchased on iTunes
    over the wifi network.
    Suggestions are to use the Standard Definition file and not the High Definition file.
    I personally cannot tell the difference between the Standard Definition file and the High Definition file
    on the iPods or the iPad.
    I hope that helps you to enjoy your iPods, iPhones, and iPads.
    terry ><>

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.
    Next Google for: rotate iphone videos

  • How to properly order form data?

    I have a form to collect data for a price quote (printing & direct mail).  When I convert the collected data to a .CSV file, the data is not in the same order.  How do i tell my form to postback data in the same order?
    Here is the code (this site would not allow me to attach the files, for whatever reason)
    quote.html . . . the quote form
    <script language=JavaScript>
    function checkform(what){
        if (what.Company_Name.value==''){ alert('You must provide your company name.'); return false;}
        else if (what.Contact_Name.value==''){ alert('You must provide your contact name.'); return false;}
        else if (what.Contact_Email.value==''){ alert('You must provide your e-mail address.'); return false;}
        else{ return true; }
    </script>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
    <SCRIPT language=JavaScript src="file:///C|/Documents and Settings/michael/Desktop/images/franklin_java.js"></SCRIPT>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1" />
    <META content=2.0 name=Version />
    <META content="MSHTML 6.00.2600.0" name=GENERATOR />
    <script type="text/JavaScript">
    <!--
    </HEAD>
    <BODY bgColor=#3c4676 text=#000000 link=#000000 vLink=#000000 aLink=#000000
    leftMargin=0 topMargin=0
    marginwidth="0" >
    <!-- InstanceBeginEditable name="EditRegion5" --><script language=JavaScript>
    function checkform(what){
        if (what.Company_Name.value==''){ alert('You must provide your company name.'); return false;}
        else if (what.Contact_Name.value==''){ alert('You must provide your contact name.'); return false;}
        else if (what.Contact_Email.value==''){ alert('You must provide your e-mail address.'); return false;}
        else{ return true; }
    </script>
    <style type="text/css">
    <!--
    .style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
    .style4 {font-size: small}
    .style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; }
    .style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #000000; }
    body {
        background-color: #006666;
    .style13 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;
    body,td,th {
        font-size: 10px;
    .style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
    .style16 {
        color: #000000
    -->
    </style>
    <form method="post" onSubmit="return checkform(this)" action="aspform.asp">
    <INPUT TYPE=HIDDEN NAME="to" VALUE="[email protected]">
    <INPUT TYPE=HIDDEN NAME="subject" VALUE="Franklin Request a Quote Form">
    <INPUT TYPE=HIDDEN NAME="print_blank_fields" VALUE="1"><br><br>
    <table width = "800" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
    <tr>
    </tr>
    <tr>
    <td width="125" align="right" ><span class="style12">Company Name:</span></td>
    <td><INPUT NAME="Company_Name" TYPE="text" VALUE="" SIZE=30 MAXLENGTH=50></td>
    </tr>
    <tr>
    <td width="125" align="right" ><span class="style12">Contact Name:</span></td>
    <td><INPUT NAME="Contact_Name" TYPE="text" VALUE="" SIZE=30 MAXLENGTH=50></td>
    </tr>
    <tr>
    <td width="125" align="right" ><span class="style12">Contact Email:</span></td>
    <td><INPUT NAME="Contact_Email" TYPE="text" VALUE="" SIZE=30 MAXLENGTH=50></td>
    </tr>
    </table>
    <table width = "800" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
    <tr>
    <td width  = "125" align="right"><span class="style3">Date estimate needed:</span></td>
    <td width="112"><select name="Date_estimate_needed" size="1">
    <option value="">:: Month ::</option>
    <option value="JAN">JAN</option>
    <option value="FEB">FEB</option>
    <option value="MARCH">MARCH</option>
    <option value="APRIL">APRIL</option>
    <option value="MAY">MAY</option>
    <option value="JUNE">JUNE</option>
    <option value="JULY">JULY</option>
    <option value="AUG">AUG</option>
    <option value="SEPT">SEPT</option>
    <option value="OCT">OCT</option>
    <option value="NOV">NOV</option>
    <option value="DEC">DEC</option>
    </select></td>
    <td width="95"><select name="Date_estimate_needed" size="1">
    <option value="">:: Date ::</option>
    <option value="01">01</option>
    <option value="02">02</option>
    <option value="03">03</option>
    <option value="04">04</option>
    <option value="05">05</option>
    <option value="06">06</option>
    <option value="07">07</option>
    <option value="08">08</option>
    <option value="09">09</option>
    <option value="10">10</option>
    <option value="11">11</option>
    <option value="12">12</option>
    <option value="13">13</option>
    <option value="14">14</option>
    <option value="15">15</option>
    <option value="16">16</option>
    <option value="17">17</option>
    <option value="18">18</option>
    <option value="19">19</option>
    <option value="20">20</option>
    <option value="21">21</option>
    <option value="22">22</option>
    <option value="23">23</option>
    <option value="24">24</option>
    <option value="25">25</option>
    <option value="26">26</option>
    <option value="27">27</option>
    <option value="28">28</option>
    <option value="29">29</option>
    <option value="30">30</option>
    <option value="31">31</option>
    </select></td>
    <td width="447"><select name="Date_estimate_needed" size="1">
    <option value="">:: Year ::</option>
    <option value="2009">2009</option>
    <option value="2010">2010</option>
    </select></td>
    </tr>
    </table>
    <table width="800" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
      <tr>
        <td width = "162" align="right" valign="top"><span class="style4"></span></td>
        <td width="525"> </td>
      </tr>
      <tr>
        <td align="right" valign="top"><span class="style4"></span><span class="style3">Please Select Product Type(s):</span></td>
        <td><span class="style3">
          <input type="checkbox" name="Self Mailer" id="Self Mailer">
          <label for="Self Mailer">Self Mailer</label>
          <label>
          <input type="checkbox" name="Postcard" id="Postcard">
    Postcard</label>
          <label>
          <input type="checkbox" name="Booklet" id="Booklet">
    Booklet</label>
        </span>
          <p class="style3">
            <label></label>
            <label>
    <input type="checkbox" name="Envelope" id="Envelope">
    Envelope</label>
            <label>
    <input type="checkbox" name="Invitation" id="Invtiation">
    Invitation</label>
    <label>
    <input type="checkbox" name="Other" id="Other">
    Other</label>
    </p>
          <p class="style3">
            <label></label>
          </p>      </td>
      </tr>
      <tr>
        <td align="right" valign="top"><span class="style3">Number of Versions</span></td>
        <td><table width="507">
          <tr>
            <td width="499"><label>
              <span class="style15">
              <input type="radio" name="RadioGroup1" value="1" id="RadioGroup1_0">
              1
              <input type="radio" name="RadioGroup1" value="2" id="RadioGroup1_1">
    2
    <input type="radio" name="RadioGroup1" value="3" id="RadioGroup1_2">
    3
    <input type="radio" name="RadioGroup1" value="4" id="RadioGroup1_3">
    4
    <input type="radio" name="RadioGroup1" value="5" id="RadioGroup1_4">
    5
    <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_5">
              </span><span class="style3">Other
    - Specify</span>
    <input name="Specify" type="text" id="Specify" size="5" maxlength="3">
    </label></td>
          </tr>
        </table>     
          <p class="style3">Are the version Quantities the same?
            <label>
            <input type="radio" name="RadioGroup3" value="Yes" id="RadioGroup3_0">
    Yes</label>
            <input type="radio" name="RadioGroup3" value="No" id="RadioGroup3_1">
            No<br>
            <label></label>
    </p>
          <p>
            <label></label>
            <br>
          </p></td>
      </tr>
      <tr>
        <td width="162" align="right" ><span class="style3">Total Quantity:</span></td>
        <td><input name="Quantity" type="text" value="" size=30 maxlength=50></td>
      </tr>
      <tr>
        <td width="162" align="right" -><span class="style3">Flat Size:</span></td>
        <td><input name="Flat_Size" type="text" value="" size=30 maxlength=50></td>
      </tr>
      <tr>
        <td width="162" align="right" -><span class="style3">Finished/Folded Size:</span></td>
        <td><input name="Finished/Folded_Size:" type="text" value="" size=30 maxlength=50></td>
      </tr>
      <tr>
        <td width="162" align="right" -><span class="style3">Number of Pages:</span></td>
        <td><INPUT NAME="Number_of_Pages" TYPE="text" VALUE="" SIZE=30 MAXLENGTH=50></td>
    </tr>
    <tr>
    <td><div align="right"><span class="style3">Envelope Size #1:</span></div></td>
    <td><label>
      <input type="text" name="textfield" id="textfield">
    </label></td>
    </tr>
    <tr>
      <td><div align="right"><span class="style3">Envelope Size #2:</span></div></td>
      <td><input type="text" name="textfield2" id="textfield2"></td>
    </tr>
    <tr>
      <td><div align="right"><span class="style3">If Booklet</span></div></td>
      <td><table width="351">
        <tr>
          <td valign="middle"><label>
            <span class="style3">
            <input type="radio" name="RadioGroup2" value="Self-Cover" id="RadioGroup2_0">
            Self-Cover</span></label>        <span class="style3">
            <label>
            <input type="radio" name="RadioGroup2" value="Plus Cover" id="RadioGroup2_1">
            Plus Cover</label>
            </span>        <label></label></td>
        </tr>
      </table>  </td>
    </tr>
    </table>
    <table width = "800" border = "0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
    <tr>
    <td width = "125" align="right" valign="top"><span class="style3">Size Notes:</span></td>
    <td><TEXTAREA cols=23 name="Size_Notes" rows=4 wrap=virtual></TEXTAREA></td>
    </tr>
    </table>
    <table width = "800" border="0" align="center" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF">
    <tr>
    <td width = "125" align="right" ><span class="style3">Proof Required:</span></td>
    <td colspan="4"><select name="Proof_Required" size="1">
    <option value="">:: Select One ::</option>
    <option value="Laser">Laser</option>
    <option value="Color_Laser">Color Laser</option>
    <option value="Epson_(relative color match)">Epson (relative color match)</option>
    <option value="Digital_Matchprint_(exact color match)">Digital Matchprint (exact color match)</option>
    <option value="PDF">PDF</option>
    </select></td>
    </tr>
    <tr>
      <td colspan="5" align="right" ><div align="left">
        <blockquote>
          <p><span class="style7">Paper Specs:</span></p>
        </blockquote>
      </div></td>
      </tr>
    </table>
    <table width = "800" border = "0" align="center" cellpadding = "2" cellspacing="2" bgcolor="#FFFFFF">
      <tr>
        <td width = "125" align="right"><span class="style3">Paper:</span></td>
        <td width="88" align="center"><span class="style3">Color</span></td>
        <td width="84" align="center"><span class="style3">Weight</span></td>
        <td width="84" align="center"><span class="style3">Type</span></td>
        <td width="556" align="center"><div align="left"><span class="style3">Finish</span></div></td>
      </tr>
      <tr>
        <td align="right" class="style3">Self Mailer:</td>
        <td align="center"><div align="left">
          <input name="Postcard Color2" type="text" id="Self Mailer" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
          <input name="Postcard Weight2" type="text" id="Self Mailer Weight" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
          <input name="Postcard Type" type="text" id="Self Mailer Type" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
          <input name="Postcard Finish2" type="text" id="Self Mailer Finish" size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right" class="style3">Postcard:</td>
        <td align="center"><div align="left">
            <input name="Postcard Color" type="text" id="Postcard Color" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
            <input name="Postcard Weight" type="text" id="Postcard Weight" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
            <input name="Postcard Type Weight" type="text" id="Postcard Type" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
            <input name="Postcard Finish" type="text" id="Postcard Finish" size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right" class="style3">Invitation:</td>
        <td align="center"><div align="left">
            <input name="Invitation Color" type="text" id="Invitation Color" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
            <input name="Invitation Weight" type="text" id="Invitation Weight" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
            <input name="Invitation Type" type="text" id="Invitation Type" size="10" maxlength="10">
        </div></td>
        <td align="center"><div align="left">
            <input name="Self Mailer Finish2" type="text" id="Self Mailer Finish" size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right"><span class="style3">Envelope #1</span></td>
        <td><span class="style4">
          <input name="Cover_Color" type="text" value="" size=10 maxlength=50>
        </span></td>
        <td><input name="Cover_Color" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Cover_Color" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Cover_Color" type="text" value="" size=10 maxlength=50></td>
      </tr>
      <tr>
        <td align="right"><span class="style3">Envelope #2</span></td>
      </tr>
      <tr>
        <td width = "125" align="right"><span class="style3">Cover (If booklet):</span></td>
        <td><input name="Cover_Color" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Cover_Weight" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Cover_Brand" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Cover_Finish" type="text" value="" size=10 maxlength=50></td>
      </tr>
      <tr>
        <td width = "125" align="right"><span class="style3">Inside Pages:</span></td>
        <td><input name="Inside_Pages_Color" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Inside_Pages_Weight" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Inside_Pages_Brand" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Inside_Pages_Finish" type="text" value="" size=10 maxlength=50></td>
      </tr>
      <tr>
        <td align="right" class="style3">Other:</td>
        <td colspan="4"><label>
          <textarea name="Other2" id="Other2" cols="45" rows="5"></textarea>
        </label></td>
      </tr>
      <tr>
        <td width = "125" align="right" valign="top"><span class="style3">Paper Notes:</span></td>
        <td colspan="4"><span class="style3">
          <textarea cols=23 name="Paper_Notes" rows=4 wrap=virtual></textarea>
        </span></td>
      </tr>
      <tr>
        <td colspan="3" align="right" ><div align="left">
            <blockquote>
              <p><span class="style7">Ink Specs:</span></p>
            </blockquote>
        </div></td>
      </tr>
      <tr>
        <td width = "125" align="right" ><span class="style3">Ink:</span></td>
        <td align="center" valign="bottom"><span class="style3">Front</span></td>
        <td align="center" valign="bottom"><span class="style3">Back</span></td>
      </tr>
      <tr>
        <td align="right" ><span class="style3">Self Mailer</span></td>
        <td align="center" valign="bottom"><label>
          <div align="left">
            <input name="Self Mailer Ink Front" type="text" id="Self Mailer Ink Front" value="4" size="10" maxlength="10">
            </div>
        </label></td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front2" type="text" id="Self Mailer Ink Back" value="4" size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right" class="style3" >Postcard</td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front3" type="text" id="Postcard Ink Front" value="4" size="10" maxlength="10">
        </div></td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front4" type="text" id="Postcard Ink Back" value="4" size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right" class="style3" >Invitation</td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front5" type="text" id="Invitation Ink Front" value="4" size="10" maxlength="10">
        </div></td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front6" type="text" id="Invitation Ink Back" value=" " size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right" class="style3" >Envelope #1</td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front7" type="text" id="Envelope #1 Ink Front" value="4" size="10" maxlength="10">
        </div></td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front8" type="text" id="Envelope #1 Ink Back" value=" " size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td align="right" class="style3" >Envelope #2</td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front9" type="text" id="Envelope #2 Ink Front" value="4" size="10" maxlength="10">
        </div></td>
        <td align="center" valign="bottom"><div align="left">
          <input name="Self Mailer Ink Front10" type="text" id="Envelope #2 Ink Front" value=" " size="10" maxlength="10">
        </div></td>
      </tr>
      <tr>
        <td width = "125" align="right"><span class="style3">Cover (If booklet):</span></td>
        <td><input name="Ink_Cover_Front" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Ink_Cover_Back" type="text" value="" size=10 maxlength=50></td>
      </tr>
      <tr>
        <td width = "125" align="right"><span class="style3">Inside Pages:</span></td>
        <td><input name="Ink_Inside_Pages_Front" type="text" value="" size=10 maxlength=50></td>
        <td><input name="Ink_Inside_Pages_Back" type="text" value="" size=10 maxlength=50></td>
      </tr>
      <tr>
        <td width = "125" align="right" valign="top"><span class="style3">Ink notes: <br>
          (note if heavy coverage)</span></td>
        <td colspan="4"><span class="style3">
          <textarea cols=23 name="Ink_Notes" rows=4 wrap=virtual></textarea>
        </span></td>
      </tr>
      <tr>
        <td colspan="5" align="right"><div align="left" class="style7">
            <blockquote>
              <p>Bindery &amp; Mailing Specs:</p>
            </blockquote>
        </div></td>
      </tr>
      <tr>
        <td width = "125" align="right"><span class="style3">Bindery:</span></td>
        <td colspan="4"><span class="style3">
          <select name="Binary" size="1">
            <option value="">:: Select One ::</option>
            <option value="Trim">Trim</option>
            <option value="Fold">Fold</option>
            <option value="Score">Score</option>
            <option value="Perforate">Perforate</option>
            <option value="Saddle-Stitch">Saddle-Stitch</option>
            <option value="Perfect Bind">Perfect Bind</option>
            <option value="Drill">Drill</option>
            <option value="Die Cut">Die Cut</option>
            <option value="Glue">Glue</option>
            <option value="Other">Other</option>
          </select>
        </span></td>
      </tr>
      <tr>
        <td  align="right"><span class="style3">Personalization: </span></td>
        <td colspan="4"><label><span class="style3">
          <input type="checkbox" name="Simplex Laser" id="Simplex Laser">
          Simplex Laser
          <input type="checkbox" name="Duplex Laser" id="Duplex Laser">
          Duplex Laser
          <input type="checkbox" name="Inkjet" id="Inkjet">
          Inkjet
          <input type="checkbox" name="Indigo" id="Indigo">
          Color Variable</span></label></td>
      </tr>
      <tr>
        <td width = "125" align="right" valign="top"><span class="style3">Mailing Notes:</span></td>
        <td colspan="4"><span class="style3">
          <textarea cols=23 name="Mailing_Notes" rows=4 wrap=virtual></textarea>
        </span></td>
      </tr>
      <tr>
        <td align="right" class="style3">Inserting:</td>
        <td colspan="4"><label class="style3">
          <input type="checkbox" name="Machine Insert (Matched)" id="Machine Insert (Matched)">
          Machine Insert (Non-Match)
          <input type="checkbox" name="Machine Insert (Matched)2" id="Machine Insert (Matched)2">
          Machine Insert (Match) <br>
          <input type="checkbox" name="Hand Insert (Generic)" id="Hand Insert (Generic)">
          Hand Insert (Generic)
          <input type="checkbox" name="Hand Insert (Matched)" id="Hand Insert (Matched)">
          Hand Insert (Matched)</label></td>
      </tr>
      <tr>
        <td width = "125" align="right"><span class="style3">Tabbing:</span></td>
        <td colspan="4"><span class="style3">
          <select name="Tab" size="1">
            <option value="">:: Select One ::</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">2</option>
            <option value="4">2</option>
          </select>
        </span></td>
      </tr>
      <tr>
        <td align="right" class="style3">Flats:</td>
        <td colspan="4"><label>
          <input type="checkbox" name="Sort &amp; Bundle" id="Sort &amp; Bundle">
          <span class="style3"> Sort & Bundle</span></label></td>
      </tr>
      <tr>
        <td align="right" class="style3">Postage:</td>
        <td colspan="4"><label class="style3">
          <input type="checkbox" name="Indicia" id="Indicia">
          Indicia
          <input type="checkbox" name="Hand Stamp" id="Hand Stamp">
          Hand Stamp
          <input type="checkbox" name="Machine Stamp" id="Machine Stamp">
          Machine Stamp
          <input type="checkbox" name="Meter Inline" id="Meter Inline">
          Meter Inline
          <input type="checkbox" name="Meter Offline" id="Meter Offline">
          Meter Offline</label></td>
      </tr>
    <tr>
    </table>
    <table width = "800" border = "0" align="center" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF">
    <tr>
    <td width = "106" align="right" ><span class="style3">Shipping: </span></td>
    <td width="82" align="Left"><span class="style3"> Zip:</span></td>
    <td width="592"><INPUT NAME="Zip" TYPE="text" VALUE="" SIZE=5 MAXLENGTH=10></td>
    </tr>
    <tr>
    <td><span class="style4"></span></td>
    <td align="left"><span class="style3"> City:</span></td>
    <td><INPUT NAME="City" TYPE="text" VALUE="" SIZE=20 MAXLENGTH=50></td>
    </tr>
    <tr><td><span class="style4"></span></td>
    <td align="left"><span class="style3"> State:</span></td>
    <td><span class="style3">
      <select name="state">
        <option value="null">:: Select State ::</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>
        <option value="AZ">Arizona</option>
        <option value="AR">Arkansas</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DE">Delaware</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="IA">Iowa</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="ME">Maine</option>
        <option value="MD">Maryland</option>
        <option value="MA">Massachusetts</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MS">Mississippi</option>
        <option value="MO">Missouri</option>
        <option value="MT">Montana</option>
        <option value="NE">Nebraska</option>
        <option value="NV">Nevada</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NY">New York</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VT">Vermont</option>
        <option value="VA">Virginia</option>
        <option value="WA">Washington</option>
        <option value="WV">West Virginia</option>
        <option value="WI">Wisconsin</option>
        <option value="WY">Wyoming</option>
      </select>
    </span></td>
    </tr>
    <tr>
    <td><span class="style4"></span></td>
    <td colspan="2"><span class="style3">(If not specified will be FOB our dock.)</span></td>
    </tr>
    </table>
    <table width = "800" border = "0" align="center" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF">
    <tr>
    <td width = "125" align="right" valign="top"><span class="style3">Special instructions:</span></td>
    <td colspan="4"><TEXTAREA cols=23 name="Special_Instructions" rows=4 wrap=virtual></TEXTAREA></td>
    </tr>
    <tr>
    <td></td>
    <td><input type="submit" name="Submit" value="Submit">
    <input type="reset" name="Reset" value="Reset"></td>
    </tr>
    </table>
    </form>
    <TR><TD vAlign=top> </TD>
    </TR>
    </TBODY>
    </TABLE>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </BODY><!-- InstanceEnd --></HTML>
    aspform.asp . . . the form that processes the data and dumps it into a .csv file
    <%
    'ASP Form Processor
    Dim datafile, redirectpage
    datafile=Request.Form("filesave")
    redirectpage=Request.Form("redirpage")
    Dim fso, f
    Set fso=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fso.OpenTextFile(Server.MapPath ("response.csv"), 8, True)
    f.WriteBlankLines(1)
    f.WriteLine "Date : " & CStr(Date)
    For Each field in Request.Form
    If field<>"filesave" And field<>"redirpage" Then
    f.WriteLine field & " : " & Request.Form(field)
    End If
    Next
    f.WriteBlankLines(1)
    f.Close
    Set f=Nothing
    Set fso=Nothing
    Response.Redirect "thankyou.asp"
    %>
    response.csv . . . the data collected from the form which is out of order
    Date : 11/10/2009
    to :   [email protected]
    Flat_Size :   18x6
    Finished/Folded_Size:   : 9x6
    Ink_Notes :   heavy
    City :
    Submit :   Submit
    subject :   Franklin Request a Quote Form
    Quantity :   100000
    Size_Notes :
    Other2 :
    Ink_Inside_Pages_Front :
    Ink_Inside_Pages_Back :
    Duplex   Laser : on
    print_blank_fields   : 1
    Contact_Name   : MM
    Contact_Email   : [email protected]
    Proof_Required   : PDF
    Cover_Weight :
    Inside_Pages_Color :
    Inside_Pages_Weight :
    Inside_Pages_Brand :
    Inside_Pages_Finish :
    Binary :   Fold
    Company_Name   : FP
    Number_of_Pages   : 1
    textfield :
    textfield2 :
    Paper_Notes :
    Indicia :   on
    Date_estimate_needed : NOV
    10
    RadioGroup1   : 2
    RadioGroup3   : Yes
    Cover_Color   :
    Special_Instructions :
    Self Mailer   : on
    Self Mailer Finish2 :
    Cover_Brand :
    Self Mailer   Ink Front : 4
    Self Mailer   Ink Front2 : 4
    Self Mailer   Ink Front3 : 4
    Self Mailer   Ink Front4 : 4
    Self Mailer   Ink Front5 : 4
    Self Mailer Ink Front6 :
    Self Mailer   Ink Front7 : 4
    Self Mailer Ink Front8 :
    Self Mailer   Ink Front9 : 4
    Self Mailer Ink Front10 :
    Ink_Cover_Front :
    Ink_Cover_Back :
    state :   null
    Specify :
    Postcard   Color2 : white
    Postcard   Weight2 : 100
    Postcard   Type : cover
    Postcard   Finish2 : gloss
    Postcard Color :
    Postcard Weight :
    Postcard Type Weight :
    Postcard Finish :
    Mailing_Notes :
    Invitation Color :
    Invitation Weight :
    Invitation Type :
    Tab : 2
    Zip :
    Cover_Finish :
    Any response would be greatly appreciated.

    The order that fields appear in the request object is somewhat arbitrary. If you want to control the order, then you can reference each field by name rather than iterating through the collection. Or, you can try this method:
    http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=64

  • Out of alignment web content created in FW CS6

    Hello everyone
    I have designed an entire web page in Fireworks CS6, sliced up individual components of the page and exported them as HTML and image. The page displays in Chrome and Firefox beautifully but not in IE9. In IE9, some web content appears out of alingment exposing light blue spacers as below:
    Here is a copy of the sourcecode. I am also wondering how you could export a file in HTML5 because it always deafults to XHTML1.0. Any advice would be appreciated.
    <!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></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Fireworks CS6 Dreamweaver CS6 target.  Created Wed Jan 09 10:39:47 GMT+0900 2013-->
    <link href="css/standard.css" rel="stylesheet" type="text/css" />
    </head>
    <body bgcolor="#99ccff">
    <table width="800" border="0" cellpadding="0" cellspacing="0" bgcolor="#99ccff" style="display: inline-table;" >
    <!-- fwtable fwsrc="euronet.jp.fw.png" fwpage="Home" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1679326314" fwnested="0" -->
      <tr>
       <td><img src="images/index/spacer.gif" width="50" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="99" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="100" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="34" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="2" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="31" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="32" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="101" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="68" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="31" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="71" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="29" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="97" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="3" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="49" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="1" alt=""></td>
      </tr>
      <tr>
       <td colspan="18"><img name="body" src="images/index/body.jpg" width="800" height="15" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="15" alt=""></td>
      </tr>
      <tr>
       <td rowspan="12"><img name="index_r2_c1" src="images/index/index_r2_c1.jpg" width="50" height="1040" alt=""></td>
       <td rowspan="3" colspan="5"><img name="index_r2_c2" src="images/index/index_r2_c2.jpg" width="266" height="146" alt=""></td>
       <td colspan="12"><img name="index_r2_c7" src="images/index/index_r2_c7.jpg" width="484" height="5" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="5" alt=""></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="6"><img name="index_r3_c7" src="images/index/index_r3_c7.jpg" width="304" height="149" alt=""></td>
       <td colspan="2"><img name="index_r3_c13" src="images/index/index_r3_c13.jpg" width="126" height="17" alt=""></td>
       <td rowspan="3" colspan="4"><img name="index_r3_c15" src="images/index/index_r3_c15.jpg" width="54" height="149" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="17" alt=""></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r4_c13" src="images/index/index_r4_c13.jpg" width="126" height="132" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="124" alt=""></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r5_c2" src="images/index/index_r5_c2.jpg" width="266" height="8" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="8" alt=""></td>
      </tr>
      <tr>
       <td><a href="index.html" alt="Home"><img name="homebutton" src="images/index/home-button.jpg" width="99" height="29" alt="link to Home"></a></td>
       <td><a href="profile.html" alt="Who We Are"><img name="index_r6_c3" src="images/index/index_r6_c3.jpg" width="100" height="29" alt="link to Who We Are"></a></td>
       <td colspan="4"><a href="vision.html" "Our Vision"><img name="index_r6_c4" src="images/index/index_r6_c4.jpg" width="99" height="29" alt="link to Our Vision"></a></td>
       <td><a href="services.html" alt="link to Our Vision"><img name="index_r6_c8" src="images/index/index_r6_c8.jpg" width="101" height="29" alt="Our Services"></a></td>
       <td colspan="3"><a href="faq.html" alt="FAQ"><img name="index_r6_c9" src="images/index/index_r6_c9.jpg" width="100" height="29" alt="link to FAQ"></a></td>
       <td colspan="2"><a href="contact.html" alt="Contact Us"><img name="index_r6_c12" src="images/index/index_r6_c12.jpg" width="100" height="29" alt="link to contact us"></a></td>
       <td colspan="2"><a href="quote.html"><img name="index_r6_c14" src="images/index/index_r6_c14.jpg" width="100" height="29" alt="link to Get a Quote"></td>
       <td rowspan="4" colspan="3"><img name="index_r6_c16" src="images/index/index_r6_c16.jpg" width="51" height="374" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="29" alt=""></td>
      </tr>
      <tr>
       <td colspan="14"><img name="index_r7_c2" src="images/index/index_r7_c2.jpg" width="699" height="8" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="8" alt=""></td>
      </tr>
      <tr>
       <td colspan="10"><img name="index_r8_c2" src="images/index/index_r8_c2.jpg" width="499" height="321" alt=""></td>
       <td colspan="4"><img name="index_r8_c12" src="images/index/index_r8_c12.jpg" width="200" height="321" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="321" alt=""></td>
      </tr>
      <tr>
       <td colspan="14"><img name="index_r9_c2" src="images/index/index_r9_c2.jpg" width="699" height="16" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="16" alt=""></td>
      </tr>
      <tr>
       <td colspan="3"><img name="index_r10_c2" src="images/index/index_r10_c2.jpg" width="233" height="249" alt=""></td>
       <td colspan="5"><img name="index_r10_c5" src="images/index/index_r10_c5.jpg" width="234" height="249" alt=""></td>
       <td rowspan="4"><img name="index_r10_c10" src="images/index/index_r10_c10.jpg" width="1" height="512" alt=""></td>
       <td colspan="6"><img name="index_r10_c11" src="images/index/index_r10_c11.jpg" width="232" height="249" alt=""></td>
       <td rowspan="2" colspan="2"><img name="index_r10_c17" src="images/index/index_r10_c17.jpg" width="50" height="250" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="249" alt=""></td>
      </tr>
      <tr>
       <td colspan="8"><img name="index_r11_c2" src="images/index/index_r11_c2.jpg" width="467" height="1" alt=""></td>
       <td colspan="6"><img name="index_r11_c11" src="images/index/index_r11_c11.jpg" width="232" height="1" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="1" alt=""></td>
      </tr>
      <tr>
       <td colspan="3"><img name="index_r12_c2" src="images/index/index_r12_c2.jpg" width="233" height="249" alt=""></td>
       <td rowspan="2"><img name="index_r12_c5" src="images/index/index_r12_c5.jpg" width="2" height="262" alt=""></td>
       <td colspan="4"><img name="index_r12_c6" src="images/index/index_r12_c6.jpg" width="232" height="249" alt=""></td>
       <td colspan="7"><img name="index_r12_c11" src="images/index/index_r12_c11.jpg" width="233" height="249" alt=""></td>
       <td rowspan="2"><img name="index_r12_c18" src="images/index/index_r12_c18.jpg" width="49" height="262" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="249" alt=""></td>
      </tr>
      <tr>
       <td colspan="3"><img name="index_r13_c2" src="images/index/index_r13_c2.jpg" width="233" height="13" alt=""></td>
       <td colspan="4"><img name="index_r13_c6" src="images/index/index_r13_c6.jpg" width="232" height="13" alt=""></td>
       <td colspan="7"><img name="index_r13_c11" src="images/index/index_r13_c11.jpg" width="233" height="13" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="13" alt=""></td>
      </tr>
      <tr>
       <td colspan="18"><img name="index_r14_c1" src="images/index/index_r14_c1.jpg" width="800" height="145" alt=""></td>
       <td><img src="images/index/spacer.gif" width="1" height="145" alt=""></td>
      </tr>
    </table>
    </body>
    </html>
    Thank you,
    Ead

    Excellent. The use of ‘border: none’ in the CSS is a good solution and has been recommended previously in this forum.
    As far as HTML5, it isn't natively supported in Fireworks CS6. You could easily replace the DOCTYPE or other metadata within the head of the document by hand, after exporting the HTML; on the other hand, I'm not sure the body of the document really merits it—it's pretty ‘old school’ and possibly contains deprecated features.
    This reminds of a thread where a user wanted to edit the HTML Export template:
    http://forums.adobe.com/message/4733175
    I don't know if they followed through with this or not. It'd be fun to experiment with, but not without backing up all the relevant application files first.
    It might instructive for you to try building Fireworks files to be exported as HTML and CSS (choosing ‘CSS and Images’ in the Export dialog), instead of using table-based layouts. This seems possibly more significant than the use of an HTML5 doctype.
    http://www.adobe.com/devnet/fireworks/articles/export_css_images.html

  • CHM buttons are not localized in a French project (shows English Contents, Index, Search, Print, Hide buttons)

    I opened an old WinHelp project into my new RoboHelp 7. When
    I generate the CHM, even with the Project Settings in RoboHelp set
    to French and running in a French Windows operating system (MS
    Windows XP Pro 2002 SP 2), the CHM output is still in English. The
    buttons display in English (Contents, Index, Search, Print, Hide
    buttons). The title bar of the CHM also says &quot;HTML
    Help&quot; even though the project title in the Project
    Settings is &quot;Aide en ligne...&quot;.
    My Windows Regional Settings through the Control Panel -
    Regional Options tab is set French (France). On the Languages tab I
    under Text Services and Input Languages, Details button, I selected
    French (France) French. On the Advanced tab I selected French. Then
    I rebooted.
    On the language bar on my Task pane, I selected FR. The CHM
    still displays in English.
    Please help! I have to produce 4 CHMS in languages other than
    English today.
    Thanks!

    GinaL, would you be able to give us an update? Did the CHM
    files look ok on a PC with a true French OS installed?
    To avoid having to rewrite everything, I've written the
    following info/instructions for my team -- though I'm not yet sure
    they're 100% correct:
    After I reported this issue to Adobe, they worked on the
    problem for several days. They even sent me a new
    HtmSingleSourceHtmlHelp.dll file that was supposed to solve the
    problem. But it didn't work correctly. No matter what contortions
    we put ourselves through, we couldn't get both of these items
    correct in the CHM file at the same time, namely:
    Index compiled in correct alphabetical order accdg to the
    language of the help project.
    Correctly translated help title showing in the caption,
    regardless of the user's Windows regional settings. (For example,
    we wanted "FORMS-Hilfe zu FORMS 5-3" to appear as the caption of
    the German version of FORMS help, even if our regional settings
    were set to English.)
    I think we'd all agree that the index has to be in
    alphabetical order. So from what I've seen, this is what we have to
    do when compiling a non-English version of help using RH7:
    1. Set up the project with the foreign name.
    2. Set the language in the project settings. And in the
    Project Settings dialog, click Advanced and check out the LNG File
    tab to make sure it's using a translated version.
    3. Ensure that the Window Caption setting is correct in each
    window included in the project. (On RoboHelp's Project tab, open
    the Windows folder, double-click each window in turn, and check the
    settings.)
    4. Set the Language setting in the HHP file to Language=[hex
    value for that language]. I found a bunch of them listed on this
    web page. Someone else might be able to find a better source:
    https://svn.origo.ethz.ch/scoop/es_scoop_60/library/i18n/locale/nls/i18n_nls_lcid_tools.e
    5. Change your Windows regional settings to the same language
    as the help project. (Reboot if prompted.)
    6. Recommended, for safety's sake: Delete the CPD file.
    7. Open the project and compile using RH7.
    8. Check the index's sort order -- is it in alphabetical
    order according to the language of the project?
    9. Check the help caption -- make sure it's not "HTML Help".
    Note: Any customized buttons in your CHM should appear
    correctly translated, but other buttons (Contents, Index, Search)
    still appear in English -- at least they do on my PC, even though I
    did step 2 above. We need to check whether those buttons appear
    correctly when the PC is actually running a true foreign version of
    Windows, and not just with temporarily adjusted Windows settings.
    OR -- is anyone else able to get these to appear translated in the
    CHM file?
    Does anyone have anything to add? Other solutions? Easier
    procedures? Better results to report?
    Thank you
    Eileen

  • Error in IE 7

    &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0
    Transitional//EN&quot; &quot;
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
    &lt;html xmlns=&quot;
    http://www.w3.org/1999/xhtml&quot;
    &gt;
    &lt;head&gt;
    &lt;title&gt;World Heritage&lt;/title&gt;
    &lt;script type=&quot;text/javascript&quot;
    src=&quot;includes/xpath.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot;
    src=&quot;includes/SpryData.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot;
    src=&quot;includes/SpryDOMUtils.js&quot;
    &gt;&lt;/script&gt;
    &lt;script
    type=&quot;text/javascript&quot;&gt;
    var dsData = new
    Spry.Data.XMLDataSet('data/worldheritage.xml', 'query/row',
    {useCache: false });
    dsData.setColumnType(&quot;site&quot;,&quot;html&quot;);
    dsData.setColumnType(&quot;short_description&quot;,&quot;html&quot;);
    // Add a listener that fires after the page is loaded.
    Spry.Utils.addLoadListener(function()
    Spry.$$(&quot;#grid&quot;).setAttribute(&quot;spry:region&quot;,&quot;dsData&quot;);
    Spry.$$(&quot;#gridRow&quot;).setAttribute(&quot;spry:repeat&quot;,&quot;dsData&quot;);
    Spry.$$(&quot;#site&quot;).setAttribute(&quot;spry:sort&quot;,&quot;site&quot;);
    Spry.$$(&quot;#region&quot;).setAttribute(&quot;spry:sort&quot;,&quot;region&quot;);
    &lt;/script&gt;
    &lt;/head&gt;
    &lt;body&gt;
    &lt;table id=&quot;grid&quot;&gt;
    &lt;tr&gt;&lt;th&gt;image&lt;/th&gt;&lt;th
    id=&quot;region&quot;&gt;Region&lt;/th&gt;&lt;th
    id=&quot;site&quot;&gt;Site&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;
    &lt;tr
    id=&quot;gridRow&quot;&gt;&lt;td&gt;&lt;img
    src=&quot;{image_url}&quot; alt=&quot;{site}&quot;
    /&gt;&lt;/td&gt;&lt;td&gt;{region}&lt;/td&gt;&lt;td&gt;{site}&lt;/td&gt;&lt;td&gt;{short_ description}&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;
    &lt;/body&gt;
    &lt;/html&gt;
    Error: Unknown runtime error
    Link:
    http://www.victorcorey.com/spry/wh_unobtrusivegrid.htm

    Hi victor.corey,
    Did you read
    this
    article?
    Table is not supported as a region container, but you can
    indeed wrap the table in a div having the spry:region attribute on
    it.
    --Florin TUDOR

Maybe you are looking for