ÿþ<html lang="ja"> <head> <title>Helper for Human2001</title> <style type="text/css"> <!-- body{margintop:0;marginleft:0;} button{width:140;font-family:-ÿ3ÿ 0ÿ´0·0Ã0¯0;font-size:10.5pt;padding:2;} --> </style> <script type="text/vbscript"> <!-- dim useXSL,xmldoc,selectedName,stylesheet dim namaeNode,htmlData,chikan sub window_onload() set xmldoc=createObject("MSXML2.DOMdocument") xmldoc.async=false xmldoc.load("silver.xml") end sub sub family() selectedName=customerID.innerText useXSL="family.xsl" detailsInfo.style.display="none" familyInfo.style.display="" familyID.style.backgroundColor="gold" detailsID.style.backgroundColor="silver" call dataDisplay() familyInfo.innerHTML=htmlData end sub sub details() selectedName=customerID.innerText useXSL="details.xsl" familyInfo.style.display="none" detailsInfo.style.display="" familyID.style.backgroundColor="silver" detailsID.style.backgroundColor="gold" call dataDisplay() detailsInfo.innerHTML=htmlData end sub sub dataDisplay() set stylesheet=createObject("MSXML2.DOMdocument") stylesheet.async=false stylesheet.load(useXSL) set namaeNode=stylesheet.getElementsByTagName("xsl:variable") if namaeNode.length<=0 then Msgbox "rŠS_Ç0ü0¿0L0B0Š0~0[0“0ÿ" exit sub else namaeNode(0).text=selectedName htmlData=xmldoc.transformNode(stylesheet) chikan=replace(htmlData,"UTF-16","Shift_JIS") htmlData=chikan end if end sub --> </script> </head> <body> <div style="margin-top:450;position:absolute;margin-left:100;"> <h1 style="font-size:40pt;width:100%;font-family:Arial Black;color:gold;filter:shadow(color=black,direction=135);">Helper for Human by SVG.</h1> </div> <embed src="silver.svg" width="500" height="400" name="cardSVG"> <div style="position:absolute;margintop:50;marginleft:600;"> <div style="font-family:-ÿ3ÿ 0ÿ´0·0Ã0¯0;font-size:11pt;">ØšbŸ€l Tÿ<span id="customerID" style="font-family:-ÿ3ÿ 0ÿ´0·0Ã0¯0;font-size:12pt;font-weight:bold;color:crimson;"></span> </div> <button disabled="true" id="familyID" onclick="family()">¶[ÏeÅ`1X’0hˆ:y</button> <button disabled="true" id="detailsID" onclick="details()">,gºNsŠ0}Å`1X’0hˆ:y</button> <div style="margin-top:5;"> <div id="familyInfo"></div><div id="detailsInfo"></div> </div> </body> </html>