Javascript Application帮助编写文本文件 [英] Javascript Application Help with writing text file

查看:55
本文介绍了Javascript Application帮助编写文本文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道如何克隆这个网站。 www.writesomething.net


我只想要实际的编程代码和文件。我将停止一个完全互动的网站,供用户输入文字,它直接显示在页面上而不会令人耳目一新。



我似乎无法找到txt文件。


[HTML]< html>

< head>

< title> WriteSomething v2< ; / title>

< meta http-equiv =" Content-Type"含量=" text / html的; charset = UTF-8">

< link href =" /css/screen_en_US.css"的rel ="样式表" type =" text / css">

< script type =" text / javascript" src =" /js/frontend.js">< / script>

< script type =" text / javascript" src =" /js/browser.js">< / script>

< script type =" text / javascript" src =" /js/floating.js">< / script>

< / head>

< body onload =" initFloaters(); document.form1.tekst.focus(); window.scrollBy(0,window.innerHeight);" onpaste =" return false;">

< a id =" top">& nbsp;< / a>

< div id =" floater1Div">

< div class =" home">& nbsp;< a href =" /"> home< / a>< / div>

< div class =" about">& nbsp;< a href =" / about"> about< / a>< / div>

< div class =" about">& nbsp;< a href =" / press">按< / a>< / div>

< div class =" hrvatski">& nbsp;< a href =" /lang.php?lang = hr_HR"> hrvatski< / a>< / div>

< div class =" hrvatski">& nbsp;< a target =" _blank" href =" http://www.skarabej.com/english/"> by skarabej< / a>< / div>

< / div>< form method =" ;交"行动= QUOT;" name =" form1">

< div class =" text">

< / span>

我希望他会打电话......或者我有球给他打电话

< span class =''siva''>

我是这样的一个菜鸟。

< / span>

测试

< span class =''siva''>

< a id =" end">& nbsp;< / a>< br />

< textarea name =" tekst" onpaste = QUOT; onPasteHandler()" oncontextmenu = QUOT; setContextMenuSelection()" oninput = QUOT; onPasteInputHandler(事件)"平变化= QUOT; textarea_size()" onkeypress事件= QUOT; onPasteKeyPressHandler(事件); textarea_size();"行= QUOT; 5英寸ID = QUOT; tekst"的onkeydown = QUOT; txtarea_clear()"的onclick = QUOT; txtarea_clear()" class =" area">写下您想要的内容,快速而无需思考。< / textarea>

< table width =" 100%">

< tr>

< td align =" left" width =" 33%">< a style =" border:none;" href =" #top">< img border =" 0" SRC =" /images/gototop.jpg"宽度= QUOT; 50" height =" 76">< / a>< / td>

< td align =" center" width =" 33%">& nbsp;< / td>

< td align =" right" width =" 33%">< input type =" image" SRC =" /images/publish.gif" ID = [提交"命名= [提交"宽度= QUOT; 89" height =" 30">< / td>

< / script>

< / body>

< / html> [/ HTML]

I wanna know how its possible to clone this website. www.writesomething.net

I just want the actual programming code and files. I''m going to ceate a fully interactive website for users to input text and it appears directly on to the page without refreshing.


I can''t seem to find the txt file.

[HTML]<html>
<head>
<title>WriteSomething v2</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="/css/screen_en_US.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/js/frontend.js"></script>
<script type="text/javascript" src="/js/browser.js"></script>
<script type="text/javascript" src="/js/floating.js"></script>
</head>
<body onload="initFloaters(); document.form1.tekst.focus(); window.scrollBy(0, window.innerHeight);" onpaste="return false;">
<a id="top">&nbsp;</a>
<div id="floater1Div">
<div class="home">&nbsp;<a href="/">home</a></div>
<div class="about">&nbsp;<a href="/about">about</a></div>
<div class="about">&nbsp;<a href="/press">press</a></div>
<div class="hrvatski">&nbsp;<a href="/lang.php?lang=hr_HR">hrvatski</a></div>
<div class="hrvatski">&nbsp;<a target="_blank" href="http://www.skarabej.com/english/">by skarabej</a></div>
</div><form method="post" action="" name="form1">
<div class="text">
</span>
I wish he''d call... or that I had the balls to call him
<span class=''siva''>
i''m such a noob.
</span>
Test
<span class=''siva''>
<a id="end">&nbsp;</a><br />
<textarea name="tekst" onpaste="onPasteHandler()" oncontextmenu="setContextMenuSelection()" oninput="onPasteInputHandler(event)" onchange="textarea_size()" onkeypress="onPasteKeyPressHandler(event); textarea_size();" rows="5" id="tekst" onkeydown="txtarea_clear()" onclick="txtarea_clear()" class="area">write what ever you want, quick and without thinking.</textarea>
<table width="100%">
<tr>
<td align="left" width="33%"><a style="border: none;" href="#top"><img border="0" src="/images/gototop.jpg" width="50" height="76"></a></td>
<td align="center" width="33%">&nbsp;</td>
<td align="right" width="33%"><input type="image" src="/images/publish.gif" id="submit" name="submit" width="89" height="30"></td>
</script>
</body>
</html>[/HTML]

推荐答案

任何人都可以帮我这个吗?
Can anyone help me with this?



我似乎找不到txt文件。
I can''t seem to find the txt file.



你在找什么文本文件?

What text file are you looking for?


flatfile数据库。


我上传了这段代码以及css和js代码,但我似乎仍然无法立即发布文本
The flatfile database.

I uploaded this code along with the css and js codes but i still can''t seem to publish the text instantly


这篇关于Javascript Application帮助编写文本文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆