| |
| |
| |
|
Page: 1 2
Comments:
<0> can I send a parameter to a function which is being called on an event? <0> ex.: onclick='showtext("haha")' <1> yes, you can <0> thanks, I debugged it already <2> i have frames, its an admin system.. i want that if i dont touch the comptuer after 5 minutes he'll go to url... i've done it in frameset page and its not working.. <3> Well? <1> don't touch the computer ?? <1> lol <3> Exactly what have you done and what do you mean by "not working"?
<2> idle <2> u know <2> i have frames <2> left.php, main.php and all of the <frameset> etc is in frames.php <3> But what have you _done_? <2> i tried to put it in left.php but its working only if i am not idling in the left.php ... <1> how do you detect the idle time ? <2> there is a script that i found <4> Can someone please help me wit http://pastebot.nd.edu/173 ? <3> Heh. <4> Pilum? <3> What's your error? <4> select something, then click on the selection itself, you'll see the text of the previous selection <4> (IE) <3> I doubt your script will run in the pastebin... <4> it won't... :) <3> So, what's the error? <3> I ***ume you get an error message? <4> nope, just a very strange behavior <3> Well? <4> I've just told you, select something, then click on the selection itself, you'll see the text of the previous selection (!) <3> That's the strange behaviour? <3> Ah. I see. <4> if that's not stange... what is? :) <3> Aside from an advice to use valid html and avoid dubious shortcuts, I don't really know. <4> :) thanks <5> hi all. onfocus='showTips("users\'account");' this script doesn't work. I know that the problem is ' . how to please? <5> I've set [\'] but nothing to do. <5> somebody know how to ? thank you. <6> i have iframe inside my page, and i put window.location='http://www.google.com'; in it, how can i tell the iframe to redirect the whole page and not only whats in the iframe? <3> top.location.href <6> http://rafb.net/paste/results/7zjdf341.html <6> its still not working <3> Because you're using what appears to be C++ syntax. <3> http://www.quirksmode.org/js/introevents.html
<3> Read and learn. <3> And the language attribute should be replaced with type="text/javascript" <6> http://rafb.net/paste/results/8vU7eH66.html << whats worng here? why its not working in FireFox and not redirecting me to whole page? <3> Because you're not paying attention. <6> ok, so sorry... :P what should i do <3> Read again under "Reading out properties" on the page I gave you, and replace the language attribute as I told you. <7> I have a <ul> and want to remove one of the <li> whos id I know (so I can insert it someplace else). What's the best way to handle that? something like var myElm = document.getElementById( myID ).parentNode.removeChild[some index number that I do't know] ? ( <3> var myElm = document.getElementById( myID ); myElm.parentNode.removeChild(myElm); <7> I'll try that. Thank you <8> how can I get the value of a pixel at some coordinates from an image? thanks. <3> "The value of a pixel"? <8> the color <8> any other ideas? <8> :) <3> Never heard of a library for js to do that. <9> hi, i have a little bit OT question <9> how do i write "loud and clear" with an 'n loud'n'clear or loud n'clear or loud'n clear ?? <8> \' <9> (its a musicband-name) <3> Just like that? <3> alert("loud'n'clear"); ? <9> lol <9> is it ok to write loud'n'clear? <9> or in javascript: loud\'n\'clear :) <10> BMWMAN - I love that car <3> BMWMAN: As long as you don't have quote conflicts you can write it just as "loud'n'clear" without problems. <9> true <8> how can I add more than one onmousemove event listener? <8> not by declaring an enclosing function <11> you add it <11> is this an HTML entity, or the whole page? <11> either way is going to be the same, so just pick one <8> how can I add it? <8> i'm using document.images[0].onmousemove = func; <11> var tmpHandler = [...].onmousemove; [...].onmousemove = function(){ tmpHandler(); yourCrap; moreCrap(); } <11> that is if the onmousemove already hase a function handler, otherwise just replace it <11> you can test that by using: if(typeof(tmpHandler) == "function){...} <11> Make sense? <8> yep, got it <8> thanks
Return to
#javascript or Go to some related
logs:
dj sigers #AllNiteCafe #AllNiteCafe #AllNiteCafe #AllNiteCafe how to fix hda2 on fc1 fsck \xc9\xc9 apache cock susker glassfish + sunwappserver + 9 is it expired
|
|