Search:
Type: Posts; User: Quanno
Search :
Search took 0.01 seconds.
Hi, I got this annoying little thing...
Is it possible to open the dialog of choosing a file without the use of
<input type="file"> ?
Thanks in advance.
It's that easy to create an element!?
I'll try that in a minute.
Thank you!
Thanks for the quick reply.
The problem is, the <div> isn't supposed to be on the page already, so it would be impossible to select it already, right?
Simply put, I want it to remove <table>,...
Hi, got a question.
I'm working on a CPU-graph with ajax.
I now have a table that shows it's percentage.
I want to be able to, when I click on the table, it replaces the table with a <div> of...
Here you go:
req.onreadystatechange=function() {
if ((req.readyState==4) && (req.status==200)) {
var log = document.getElementById("log");
var txt =...
Hi,
I have a fixed textarea which is being updated every second. (id is 'log')
Now, I'm trying to get the scrollbar to act like msn (or cmd, for that matter)
When the page is updated, and the...