answersLogoWhite

0

Insert this code into HTML

<textarea name="textfield" cols="30" rows="30">YOUR txt file </textarea>

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Insert date on a webpage using javascript?

Just use new Date(); to get the current date and then use document.getElementById to insert it on the webpage. &lt;div id="example"&gt;&lt;/div&gt; &lt;script type="text/javascript"&gt; document.getElementById('example') = new Date(); &lt;/script&gt;


How to design webpage using java script?

JavaScript is not very useful in web page design, JavaScript is used more for page functionality. For web page design; look up CSS.


How can you include images in a webpage using HTML and Java script?

You would not need JavaScript to include an image. &lt;img&gt; in HTML can do the work of including.


What makes Greasemonkey useful?

Greasemonkey is a Firefox add-on which allows you to customize the way a webpage is displayed in your browser. It does this by using javascript codes to make small alterations in display method of a page. Scripts can be written to allow you to download clips from Youtube, organize folders in Gmail, and do quick lookups in Wikipedia.


How do you create your own website with domain name for free?

firsly create a webpage using HTML , javascript &amp; xml languages.then using the IIS server, you can create your own website. A system administrator does this task.


How do you create a webpage that needs a survey to get in?

To create a webpage that requires a survey to grant access, you can use a combination of HTML for the webpage structure and JavaScript for form validation and survey submission. Set up the survey questions within a form element on the webpage and use JavaScript to check the survey responses before allowing access to the rest of the page’s content. Consider using server-side scripting (e.g., PHP, Node.js) to handle the form submission and authenticate users based on their survey responses.


How can I change document.myform.username.value to a remote HTML file.?

The solution here is to use AJAX to pull the contents of the remote file. You can parse the HTML using JavaScript to get the data you need from it.


What is an id attribute?

An id attribute is a unique identifier assigned to a specific HTML element on a webpage. It is used to uniquely identify the element, making it easier to target and manipulate using CSS or JavaScript.


How can you show another webpage in your site with javascript?

Not easily, browsers block that kind of thing deliberately.Try an iframe, using Javascript to change the source as needed. Some browsers will give a pop-up asking whether you want to allow this, others will require that you change the browser security settings.The easiest way to include content from other sites is to forgo the Javascript and do it on the server.


Is HTML a language for describing a webpage?

Yes, HTML (Hypertext Markup Language) is a markup language used to structure content on the web. It is not a programming language, but rather a language for describing the layout and appearance of a webpage using elements and tags. HTML works in conjunction with other languages like CSS (Cascading Style Sheets) and JavaScript to create dynamic and visually appealing web pages.


How do you add snow flakes in a site?

You can use the following JavaScript to add Snowflakes widget in any site / blog .


How do you check length of password using javascript?

Use the length property of string in javascript.