- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
To make it open continually, use the `while(true)` loop: while(true){ alert() }
Updated the JS Fiddle to work - I changed the Submit Button to a Button so it doesn't submit automatically when pressed and added an `onclick()` event so that when clicked, it validates the text and calles `.submit()` if necessary.
When the user loads the page, start loading the vidio as plain text using AJAX, then when you have all the data from the vidio in a variable, load the vidio in using the [FileSystem APIs](http://slides.html5rocks.com/#filewriter) and write it to the <video> element.
I don't think this is possible as there is security issues with this - someone might get you ue-mails from gmail if you are already logged in.
Use window.status: [CODE]<script language="javascript"> var day = new Date(); var days = new Array(7); var hours = day.getHours(); var minutes = day.getMinutes(); var zone; days[0] = "Sunday"; days[1] = "Monday"; days[2] = "Tuesday"; days[3] = "Wednesday"; days[4] = "Thursday"; days[5] = "Friday"; days[6] = "Saturday"; if(hours>11) { zone = "pm"; …
I'm 13 now and I have been progamming for 2 years now. I first started programming 2 years ago when I was mainly using javascript
Don't use a textarea tag to apply use formatting, use a div tag with contenteditable in it. e.g [CODE]<div contenteditable style="background:#98bf21;height:700px;width:100%;position:relative"> <b> Bold </b> </div>[/CODE]
The End.
thing789