Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.10 seconds.
Search: Posts Made By: Rooseboom
Forum: PHP 04-19-2007, 04:22 PM
Replies: 7
Views: 1,065
Posted By Rooseboom
sorry for my late response, been away and the...

sorry for my late response, been away and the subject recently became a priority again.

in total many gigs (>250GB) of these numbers are stored and every time (several every second) a different...
Forum: PHP 02-25-2007, 07:23 AM
Replies: 7
Views: 1,065
Posted By Rooseboom
load data from huge file into an array as fast as possible

Hi,

I've got certain data which I can't store in a db (it is too much data, don't ask) so I'll store it in an optimized file structure. Now I want to read the data from that file and get it into a...
Forum: JavaScript programming 09-15-2003, 05:31 PM
Replies: 14
Views: 2,024
Posted By Rooseboom
...thx..that's it :D ...unlogical code...

...thx..that's it :D

...unlogical code though...but hee...when it works, it works
Forum: JavaScript programming 09-15-2003, 10:21 AM
Replies: 14
Views: 2,024
Posted By Rooseboom
no change...the cursor still flashes at the...

no change...the cursor still flashes at the beginning of the textfield.... :(
Forum: JavaScript programming 09-15-2003, 10:02 AM
Replies: 14
Views: 2,024
Posted By Rooseboom
the line: setfocus(); was...

the line:


setfocus();


was unintended, I didn't have it in my code (that time)...the underscore was needed cause the name I use has an underscore (I see now I posted it without)

but still...
Forum: JavaScript programming 09-14-2003, 10:09 PM
Replies: 14
Views: 2,024
Posted By Rooseboom
Used the wrong button indeed ;) Anyway..we'll...

Used the wrong button indeed ;)
Anyway..we'll keep it in this thread, they can clean up the other one...

I've used the code you posted (in the header)


<script language="javascript">
...
Forum: JavaScript programming 09-14-2003, 10:04 PM
Replies: 14
Views: 2,024
Posted By Rooseboom
XP/IE6...it should run in any win32/IE...

XP/IE6...it should run in any win32/IE environment...
Forum: JavaScript programming 09-14-2003, 09:59 PM
Replies: 14
Views: 2,024
Posted By Rooseboom
hmmm gives me the same result as a simple focus()...

hmmm gives me the same result as a simple focus() on the textfield. Still at the first character, not behind http://
Forum: JavaScript programming 09-14-2003, 09:47 PM
Replies: 14
Views: 2,024
Posted By Rooseboom
I know I could do that, but for clientreasons I...

I know I could do that, but for clientreasons I need it with the http://, so no, that option (got it that way right now)...

..I know it is possible (thought I've seen it somewhere, can't remember...
Forum: JavaScript programming 09-14-2003, 03:12 PM
Replies: 14
Views: 2,024
Posted By Rooseboom
set focus after value in input textbox

Hi,

Searching my *ss off but no luck so far, so I thought I'd ask:

I have a input type textbox in which ppl can put their url's. Now I want them to start with http:// and so I set the starting...
Forum: JavaScript programming 07-05-2002, 12:58 PM
Replies: 3
Views: 1,073
Posted By Rooseboom
lol, haven't been able to apply it yet. I will do...

lol, haven't been able to apply it yet. I will do so this evening and test it....

if it doesn't work, i know where to find ya ;)
Forum: General web building 07-05-2002, 08:12 AM
Replies: 2
Views: 1,516
Posted By Rooseboom
tool for browserchecking

Hi there,

Is there a tool available somewhere with which you can test your scripts (mostly js) if they work in the different available browser without actually having those browsers installed.
...
Forum: JavaScript programming 07-05-2002, 08:07 AM
Replies: 3
Views: 1,073
Posted By Rooseboom
Uhm.....is this what you are saying(?): ...

Uhm.....is this what you are saying(?):

txtResult = document.all(layerName);
txtTestResult = document.all('idResult');

should become:

txtResult = document.all[layerName];
txtTestResult...
Forum: JavaScript programming 07-04-2002, 09:08 AM
Replies: 3
Views: 1,073
Posted By Rooseboom
Nobody can give me some hints? The code is not...

Nobody can give me some hints? The code is not correct, that much I know...but I haven't got a clue on what is wrong.

Plz, some help is needed....thx
Forum: JavaScript programming 07-03-2002, 11:49 AM
Replies: 3
Views: 1,073
Posted By Rooseboom
Script runs on IE 6 but not 5

I have got the following code in my header:


<script language="JavaScript">
function doClick(thePage,layerName) {
if (document.layers) {
txtResult = document.layers[layerName]; ...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 03:46 PM.