| |
| |
| |
|
Page: 1 2 3
Comments:
<0> ok <1> and i dont really know about a sleep command, so wait for someone to answer <1> Aquel wake up and answer <0> :) <0> is under construction pastebin.org <2> sorry mate what was that? <0> i have a problem with a label and the sleep command <0> in a form i have a lable text that i want to show something while it sleeps ( if i can say that ) but it appears after the sleeps end. <0> i want the text to display .. affter sleep fora while and at the end of the sleep to display another text .. but it doesnt display anything until the sleep ends <2> errr <0> can u guide me to a "please wait form" .. a simple one? <2> span.innerHTML = 'Message' before the sleep <0> [Error] Unit1.pas(46): Undeclared identifier: 'span' <2> lol <0> :)
<2> okok <2> what i wrote was juste a shortcut :-) <2> <span id="myspan"></span> <script>document.getElementById('myspan').innerHTML = 'your message';</script> <0> ok <2> ^^ <2> SufiBlade u get spammed here? i dont <== i'm not spammed here, but i was on #phpfrance <2> many bots were invited to join each day <2> during one week <1> someone must have a grudge <2> that why <2> the only nick I didn't know on the chan was Robb <2> and the auto-join pissed me off so i banned him :-) <1> are u fatbrain <2> am I fatbrain ? <2> no I'm not <1> because i saw him setting the ban <2> :-) <2> yeah but once again <2> wasn't here <2> but #phpfrance :-) <1> what if robb is innocent <2> he'll join and explain himself <2> but i tried many times talking to him <2> he's just always idle <1> hehe no harm done <2> yeah I know :-) <2> was just tired receiving porn links <1> they dont even work <2> true <3> What? <2> ? <3> Nevermind. <1> <4> hallo, quick question. I am presently using this to refresh a page, but it appears to be doing a "full refresh" or hard refresh <4> window.setTimeout(function(){ location.reload(1); }, 3*1000); <4> is theere a way to do a less heavy refresh, a quicker one like? <5> hi im making a membership form, it allows them to set their username and p***word, how do you restrict spaces in the username field? <5> cause i cant allow people with usernames that have spaces <5> any help please? <6> Run a regexp/key detection onkeypress is probably the best. <7> and don't forget to double check when saving to Database, javascript can be overriden <5> im using php, i thought javascript could help <5> i tried googling a tutorial with no luck <5> could you gimme an example for regexp/key detection onkeypress <5> also an example on checking it before putting it on database?> <6> First, check it client-side with javascript to minimize server load. Then check it server-side (i.e. with PHP) to make sure that it's correct. <5> do you know a php code to detect if there are spaces in the input? <6> You can do regexp tests on strings in PHP as well. <5> okay ill look it up on google thanks man <2> preg_match('~^[a-z0-9]*$~i', $var) <5> what does this do? <5> will it dissallow spaces? <5> what about count words <5> thanks <5> bye <2> disallow spaces yes, but you'll never know :-) <8> how do i add in this bash script a current date and time as folder? --backup-dir=/home/backup/resyncbackup/ --> i want instad : --backup-dir=/home/backup/resyncbackup/23_03_04_14_54/ <9> man date <9> mkdir `date +%m-%d`.backup.tar
<2> looking for an easy-to-use library for the calendar popups <2> have you got a link? <2> found cheers anyway <10> Hello all. I'm doing var foo = document.getElementById('something'); and <div id="something"></div> in the HTML, then I try to change foo.innerHTML, but it says foo has no properties. Why? <10> http://z0rz.net/~demonen/playzone/ <-- This here <2> hmm your code seems to be correct <2> so i see one option <2> your code is executed too quickly <2> and your page is not loaded yet <2> so your div is not declared yet <2> try the same in a onload tag <11> Demonen, did you get my messages <10> Yes, I saw it. <10> I was fetching some food, but I'm back now, and trying it. <11> good 'cause i got disconnected <10> Now it works, when executed from onload="". <10> Thank you. <11> np <10> Hmm... There is no way to attatch that to the onload event from the script file? <12> window.onload = function() {......} <10> Really? I'm sure I tried that. <10> Oh well, try again. <11> yep ht311 is right <10> That does execute the function, but now it's back to foo has no properties <10> Also, if at all possible, I'd like to not replace the old one. Would that be window.onload += someFunction(); ? <12> addEventListner <10> Right. foo still has no properties. <12> you have script error on your page, line4 null is not an objec <12> object <10> I'm aware, but it's supposed to be. <12> it suppose to have script error?! <10> No, it's supposed to be an object. <10> document.getElementById('valididhere') <12> window.addEventListner('onload',startNews()); <- the () execute the function <10> Ah, so I need to do it as a bareword? <10> window.addEventListner is not a function <10> Is it MSIE specific or somesuch? <10> Allright, doing window.addEventListener('onload',startNews,false); <10> startNews doesn't get run. <10> Ah, never mind, the event to listen for is 'load', not onload. <10> Thank you for your ***istanve. <10> ****istance <13> Hi guys. I probably have a very easy problem to solve. It's a IE-bug - the page is http://www.streamnetworks.no/streamchecker/ <13> When clicking on one of the (currently) two items at the bottom of the page - they expand. <13> however - in IE the content does not show. <13> Firefox, Opera etc works perfectly. Does anyone have a clue what this can be? <13> no-one up for some problemsolving? <14> IE bug? lately I'm finding lots of FireFox bugs what are you saying? <14> I'm beginning to hate FireFox <14> the supposed Perfect browser that adapts to the rules etc.. if so the rules ****s then <14> or consortium or whatever it is <12> VaranG|aN: welcome to the club <12> Sero, can you try to use display instead of visibility? <12> and for yor case, you should use display too <14> ohh there's someone who can understand me?? <14> no! this is impossible! <12> FF1.5 broke a couple api, I expect FF2 will be the same too <14> I use asp.net its always they tell me that its the asp.net not firefox <14> imagine ht311, I have a disabled image button or input image... the title will not be displayed when disabled <12> well, on rendering, they are quite good, I more lean toward is asp.net issue <12> I only complaint when they broke some api call <14> what was it? <12> i remember the options.add(o) vs, options.add(o, null) , I know there is are couple more, but forget <15> hi, how I have two input text boxes; i want that if i type something in one box, to activate the other; all I want to know is what is the syntax. I mean, if i use a radio button is "onclick"; in this case what is it ... i guess something like "ontext", "ontype" dunno... thank you <12> onkeypress or onkeyup or onkeydown, depends on your need <12> that is called the event name, not syntax <15> ok, thank you very much <16> I have a <div id='page'> and in my JS if I try to use document.getElementById('page'); it just returns null, any ideas? <12> wait until the document is loaded <13> thanks VaranG <13> no, thanks ht311! ;) display solved it ;)
Return to
#javascript or Go to some related
logs:
#linux version 3.00.15 (1) - Release (i386 Redhat Linux Gnu) #skype soso el amora
WHAT CAN YOU BE A MAXIMUM OF 75 MILES FROM IN ENGLAND ? #squid #linux skype gay cam2cam #linux #javascript
|
|