sovsem-nub,
Сообщение от sovsem-nub
|
document.write
|
забыть!!!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title>yyy %5fdre</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body onload="tttt('%5fdre')">
<script type="text/javascript">
function tttt(search){
head = document.head.innerHTML;
regex = new RegExp(search,"gim");
document.head.innerHTML = head.replace(regex,'');
alert(document.head.innerHTML)
}
</script>
table tr td
li
%5fdre
h1
p
%5fdre
%5fdre
table
<p>%5fdre</p>
div
p
</body>
</html>
Сообщение от sovsem-nub
|
И что такое "gim" в этом коде?
|
http://javascript.ru/RegExp