| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="D:/glue/workspace1/xgmes3/WebContents/css/body.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>试样号选择</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <ChargeNo/>
- <RadioResult>
- </RadioResult>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript">
- <![CDATA[
- var ope = window.opener;//父窗口
- var flag = ope.model.getValue("/root/flag");
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="400">
- <select1 id="radio1" ref="/root/RadioResult" appearance="full" cellspacing="15" cols="4" overflow="visible" style="left:10px; top:35px; width:635px; height:359px; font-size:12pt; font-weight:bold; color:#333300; border-color:#800000; border-style:solid; ">
- <choices>
- <itemset nodeset="/root/RadioResult/ChargeNo_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ope.input40.value = radio1.value;
- ope.document.all("button99").dispatch("DOMActivate");
- window.close();
- // radio1.item(radio1.focusIndex).attribute("background-color") = "#ffff99";
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="cell" style="left:120px; top:5px; width:140px; height:23px; "/>
- <input id="input1" ref="/root/ChargeNo" style="left:155px; top:0px; width:136px; height:20px; "/>
- <caption id="caption3" style="left:10px; top:0px; width:145px; height:20px; font-family:宋体; background-color:#ffcc99; border-style:solid; ">请选择试样号</caption>
- <button id="button2" style="left:290px; top:0px; width:74px; height:20px; font-family:宋体; background-color:#cc99ff; ">
- <caption>选择</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ope.input40.value = input1.value;
- // ope.find();
- ]]>
- </script>
- </button>
- <line id="line1" style="x1:5px; y1:30px; x2:593px; y2:30px; border-color:#ff0000; "/>
- </xhtml:body>
- </xhtml:html>
|