home *** CD-ROM | disk | FTP | other *** search
- var page =
- ["http://www.samsung.com/index.htm","/AboutSAMSUNG/ValuesPhilosophy/index.htm","/AboutSAMSUNG/ValuesPhilosophy/DigitalVision/index.htm","/AboutSAMSUNG/CEO/Chairman/CEOMessage/index.htm","/AboutSAMSUNG/CEO/Chairman/PersonalProfile/index.htm","/AboutSAMSUNG/CEO/Chairman/InthePress/index.htm","/AboutSAMSUNG/CEO/ViceChairman/PersonalProfile/index.htm","/Products/Semiconductor/","/Sitemap/Sitemap.htm","/ContactUs/ContactUs.htm","/AboutSAMSUNG/InvestorRelations/","/AboutSAMSUNG/Careers/","http://www.samsung.com/BusinessPartners/"] //┴ª┐▄ ╡╔ ╞Σ└╠┴÷
-
- var pageException = ["/Support/ProductSupport/download/"] // </form>┼╫▒╫╕ª ├Γ╖┬╟╥ ┤┘┐ε╖╬╡σ░ⁿ╖├ ┐╣┐▄ ╞Σ└╠┴÷
-
- var url = location.href;
- url = url.toLowerCase();
- var sw = true;
- if (url == "http://www.samsung.com/") {
- url = url + "index.htm";
- }
-
- for (i=0;i<page.length;i++) {
- if (url.indexOf(page[i].toLowerCase()) != -1) {
- sw = false;
- break;
- }
- }
-
- var writeFlg = false;
- for (j=0;j<pageException.length;j++) {
- if (url.indexOf(pageException[j].toLowerCase()) != -1) {
- writeFlg = true;
- break;
- }
- }
-
-
- if (sw) {
- if (writeFlg) document.write ("</form>");
- document.write ("<table border='0' cellpadding='0' cellspacing='0'>");
- document.write (" <tr><td height='50'></td></tr>");
- document.write (" <tr><td style='padding-left:160'>");
- document.write (" <table width='609' border='0' cellpadding='0' cellspacing='0' style='padding:10'>");
- document.write (" <tr><td height='2' bgcolor='#A3A3A3'></td></tr>");
- document.write (" <tr><td bgcolor='#F8F8F8'>");
- document.write (" <table border='0' cellpadding='0' cellspacing='0'>");
- document.write (" <tr><td width='100%'>");
- document.write (" <table border='0' cellpadding='0' cellspacing='0'>");
- document.write (" <form name='varform' method='post' action='/satisfaction/question_01.asp'>");
- document.write (" <tr><td><img src='/satisfaction/images/arrow_o.gif' width='3' height='5' align='absmiddle' style='font-family: Arial,Helvetica, geneva,sans-serif;font-size:11px;color:#585858;'> <b>The information was useful to me.</b></td></tr>");
- document.write (" <tr><td height='5'></td></tr>");
- document.write (" <tr><td style='padding-left:7'>");
- document.write (" <b style='color:#007CD4;font-family: Arial,Helvetica, geneva,sans-serif;font-size:11px;'>Agree</b>");
- document.write (" <input type='radio' name='Q1_1' value='1' style='margin:0 0 -3 10;background-color:#F8F8F8'>");
- document.write (" <input type='radio' name='Q1_1' value='2' style='margin:0 0 -3 10;background-color:#F8F8F8'>");
- document.write (" <input type='radio' name='Q1_1' value='3' style='margin:0 0 -3 10;background-color:#F8F8F8'>");
- document.write (" <input type='radio' name='Q1_1' value='4' style='margin:0 0 -3 10;background-color:#F8F8F8'>");
- document.write (" <input type='radio' name='Q1_1' value='5' style='margin:0 10 -3 10;background-color:#F8F8F8'>");
- document.write (" <b style='color:#007CD4;font-family: Arial,Helvetica, geneva,sans-serif;font-size:11px;'>Disagree</b>");
- document.write (" </td></tr>");
- document.write (" <input type='hidden' name='url'>");
- document.write (" </form>");
- document.write (" </table>");
- document.write (" </td>");
- document.write (" <td valign='bottom'><a href='javascript:check()'><img src='/satisfaction/images/btn_submit.gif' width='57' height='14' border='0'></a></td>");
- document.write (" </tr>");
- document.write (" </table>");
- document.write (" </td></tr>");
- document.write (" <tr><td height='2' bgcolor='#E8E8E8'></td></tr>");
- document.write (" </table>");
- document.write (" </td></tr>");
- document.write ("</table>");
-
- url = location.pathname;
- document.varform.url.value=url;
- }
-
- function check() {
- var obj = document.varform;
- sw = check_radio(obj);
- if (sw) {
- win = window.open("about:blank","win_01","width=377,height=200");
- obj.target = "win_01";
- obj.submit();
- }
- }
-