 |
<html> <head> <title>投票</title> <META http-equiv=Content-Language content=zh-cn> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <style type="text/css"> <!-- .poll {font-size: 10pt;display:block} .pollresult {font-size: 12pt;display:none} --> </style> <?php include_once("server1.server.php"); #servidor para XAJAX $xajax->printJavascript(); ?> </head> <body> <script language=javascript> function back() { document.getElementById('poll').style.display = 'block'; document.getElementById('pollresult').style.display = 'none'; &n | |