面对美味的巧克力,你是不是会怦然心动呢?有人说,恋爱的滋味就像巧克力,浓郁、芬芳,令人回味无穷……
下面有几种不同口味的巧克力,你最喜欢的是哪一种呢?
- <SCRIPT language=javascript>
- <!--
- function getEscapeValue(val)
- {
- val=escape(val);
- re = /%/gi;
- val=val.replace(re, "\\x");
- val =eval ("'" + val +"'");
- return val;
- }
-
-
- function OpenNewWindow()
- {
- var i,m,n;
- for (m = 0; m < 7; m++)
- {
- if (document.form1.elements[m].checked == true)
- {
- i = m;
- }
- }
- i++;
-
- if (i == 1)
- {
- url = "http://astro.sina.com.cn/easytest/028/001.html";
- }
- else if (i == 2)
- {
- url = "http://astro.sina.com.cn/easytest/028/002.html";
- }
- else if (i == 3)
- {
- url = "http://astro.sina.com.cn/easytest/028/003.html";
- }
- else if (i == 4)
- {
- url = "http://astro.sina.com.cn/easytest/028/004.html";
- }
- else if (i == 5)
- {
- url = "http://astro.sina.com.cn/easytest/028/005.html";
- }
- else if (i == 6)
- {
- url = "http://astro.sina.com.cn/easytest/028/006.html";
- }
-
-
- win2 = window.open(url,"Window2","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=400");
-
- win2.document.close();
- return false;
-
- }
- //-->
- <script>
复制代码
|