병철님도 저의 더위를 사가세요...ㅋㅋ
가격은 15억 2천만원으로 하겠습니다.
그리고 돈봉투는 없습니다. 푸훗!
내더위 사갈래? ( ̄^ ̄)γ
A:link {
COLOR: red; FONT: 9pt/11pt 굴림
}
A:visited {
COLOR: #4e4e4e; FONT: 9pt/11pt 굴림
}
function Homepage(){
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#//www.DocURL.com/bar.htm
//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
DocURL = document.location.href;
//this is where the http or https will be, as found by searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4);
//this finds the ending slash for the domain server
serverIndex=DocURL.indexOf("/",protocolIndex + 3);
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
BeginURL=DocURL.indexOf("#",1) + 1;
if (protocolIndex - BeginURL > 7)
urlresult=""
urlresult=DocURL.substring(BeginURL,serverIndex);
//for display, we need to skip after //, and go to the next slash
displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
// Security precaution: must filter out "urlResult" and "displayresult"
forbiddenChars = new RegExp("['"]", "g"); // Global search/replace
urlresult = urlresult.replace(forbiddenChars, "");
displayresult = displayresult.replace(forbiddenChars, "");
document.write('
' + displayresult + "");
}
  더위가 자동으로 전송되었습니다.
|
세계 어디에도 내놓을 수 있는 100% 순도의 더위입니다. 물건에 대한 문의, 불평불만은 절대 받지 않습니다. |
다음을 시도해 보십시오:
- 이걸 보고 억울하셨다면 복수로 다른사람들에게 퍼트려도 무방합니다.
Homepage();
홈 페이지를 열고 원하는 정보가 있는 링크를 검색해도 나올리가 없습니다.
뒤로 단추를 눌러 다른 링크를 시도하실 필요는 없습니다.
- 인터넷에서 정보를 찾기 위해
검색을 누를 필요같은건 없습니다.
- 북한사람에게 더위를 파는 기능을 만들고 있습니다.
|