VVL99
Silver Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору alloledd Цитата:С телепатией у меня часто проблемы. Цитата: Код: javascript:var w=window.open("","","width:90%;height:80%");w.document.write('<body style="background:#ccc;text-align:center"><button onclick=\'var c = document.createElement("a");c.setAttribute("href", "data:text/txt," + encodeURIComponent(tt.value.replace(/\\n/g,"\\r\\n")));c.setAttribute("download", new Date().toLocaleString() + ".txt");c.click();c.remove()\'>Сохранить</button><br><br><textarea id=\'tt\' style=\'width:90%;height:80%\'>');var a=document,b=a.getSelection()+"";if(b!=""){var TM=setInterval(function(){if(w.document){clearInterval(TM);w.tt.value=location.href+"\r\n"+b+"\r\n"}},50)} | Добавлено: А можно всё тоже самое только с html проделывать: Код: javascript:var w=window.open("","","width:90%;height:80%");w.document.write('<body style="background:#ccc;text-align:center"><button onclick=\'var c = document.createElement("a");c.setAttribute("href", "data:text/html," + encodeURIComponent(tt.innerHTML));c.setAttribute("download", new Date().toLocaleString() + ".html");c.click();c.remove()\'>Сохранить</button><br><br><div id=\'tt\' contenteditable style=\'width:99%;height:80%;text-align:left;background: #FDF7E7;padding: 5px;border:solid 1px\'>');var a=document,b=a.getSelection()+"";if(b!=""){var TM=setInterval(function(){if(w.document){clearInterval(TM);w.tt.innerHTML=location.href+"<br>"+b.replace(/\n/g,"<br>")+"<br><br>"}},50)} |
| Всего записей: 4158 | Зарегистр. 03-02-2011 | Отправлено: 18:12 29-02-2020 | Исправлено: VVL99, 18:38 29-02-2020 |
|