| |
| |
| |
|
Page: 1 2 3
Comments:
<0> oh my effing god <1> cummon, admit it was a cool idea for the 80s <0> no not really <0> thats like mullets and cheap beer <2> what is the name of the function to get user input? <2> oh prompt... <2> is there any other? <1> no. use an input box. prompt is teh uglee <0> oh my fg <2> uh? <0> it was produced like that <0> http://www.brsf.net/cars/pulsar/n13-rear.jpg <1> yeah, just needs one of those rear sun blockers like the old transams had. <1> NeoFuture: in all fairness, on a red nx it looked pretty decent <0> no it didnt <1> hehe. did they even have those in uk?
<0> no <0> http://images.google.com/imgres?imgurl=http://www.bestjapancar.com/NISSANS/wrFF.JPG&imgrefurl=http://www.bestjapancar.com/nissan11.htm&h=480&w=640&sz=33&tbnid=JecapAV9icOw_M:&tbnh=101&tbnw=135&hl=en&start=5&prev=/images%3Fq%3Dpulsar%2Bnissan%2Brear%26svnum%3D10%26hl%3Den%26lr%3D%26safe%3Doff%26rls%3DRNWM,RNWM:2005-50,RNWM:en <0> thats what we know as the pulsar <1> http://www.feckoff.net/coppermine/albums/userpics/10001/calibra.jpg <1> heh, looks like a golf <3> the riceboypage still better :) <1> bingo: http://www.paysonarizona.net/Rice/021705_GoofyGrandPrix_01_small.jpg <1> or http://www.paysonarizona.net/Rice/090604_Rice_GayestHondaEver04.JPG <3> http://www.riceboypage.com/shame/hall_of_shame_10/double_decker_civic.jpg <1> bwahaha <0> lmfao <3> http://www.riceboypage.com/shame/hall_of_shame_10/sheetmetal.jpg <3> hmm what did i do <1> i dunno, but that car is just tragic <3> the wing look like plywood to me :) <0> http://www.riceboypage.com/shame/hall_of_shame_10/probe.jpg <0> lol <1> man, ford probe suuuuuuuuuuuuuuuuuucked <1> mmm...peach cobbler (sp?) <3> http://www.riceboypage.com/shame/hall_of_shame_5/pink-neon.jpg <4> hi <4> is there anyway to get the current tabindex value? <5> Retsep i'm sure it is <5> element.tabindex ? <4> well maybe I phrased that wrong <4> I want to tell which element currently has the focus <4> preferably by where the tabindex is, not what it's order is for a perticular field <6> What script? <7> it`s from a website.. it make a slide down website menu... i am kind of noob into java script.. <7> may i send u a pm? <6> No. <6> Explain in the channel. <7> okay.. <7> i need a slide down menu for a website <7> i found one preatty cool at a free java scripts web site <6> Javascript is in one word FYI. <7> okay, my bad... <6> So.. what about it? <7> i followed the instructions from the website but isn`t working... <7> and i do not have the expertise to debug it... <7> so far as i understund javascripting, i guess it is something missing from the <head> to <head> line <7> but i need a second opinion form somebody who knows and understund javascripting.. <7> for i am a noob... <6> If it's more than 10 lines, I suggest you ask the script's author. <8> Question: I have an event handler for mousedown (registered to an element via addEventListener()) to allow the user to drag things around (with additional listeners for mousemove and mouseup, of course). It works fine, except that in Firefox on OSX, holding down the left mouse button for ~1 second without moving the mouse brings up the context menu (ala right-click on other platforms) <7> if allowed i might put the link here for you to take a look at the 'thing" <6> Go ahead. <8> Is there a way for the mousedown event handler to tell the browser to ignore the event? <7> ok.. just after afn finnish his asking thing <8> </question> :) <7> right.. my primary language is not english, so please excuse me... <7> http://javascript.internet.com/navigation/slide-down-menu.html <7> Pilum here`s the link to the website + menu... <7> i guess it`s something missing...donno... <6> Rather invalid html there. <6> The <style> part goes in head. <6> Other than that it looks ok. <7> okay.. <7> so I put the <style> to <style> part in head... thanks a lot dude... <8> If I set the event handler via obj.onmousedown (rather than obj.addEventListener(...)), and have it return false, then it seems that the browser ignores the mousedown event for the purposes of bringing up the context menu
<8> But that's a bit annoying, especially because I'd like to be able to ***ign multiple event handlers <8> Is there any way to duplicate this behavior using addEventListener()? <6> Never encountered the problem myself. <6> Never used addEventListener either come to think of it. :-) <8> meh... I guess I can work around it by setting obj.onmousedown = function() { return false; } <8> It just feels dirty :) <7> Pilum, ain`t working dude... what should I do? (besides crushing my forehead onto my monitor screen :PP ) <6> Contact the script's author. <6> afn: Nah. <7> can u give me some links for such script? <7> Pilum... are you there dude? <7> i think i found the main prb... but now i have another.. :D <6> Yes? <7> so.. thwe main problem vas the .js file... <7> sory for delay.. i was working on it.,. <7> i mean sorry <7> anyway... i got the sliding_menu.js <7> but even with that ain`t working... <7> so.. my question so far is... <7> if anything it ok whit the script... what was the html ptb u foun? <7> found <7> what part shoul I put in to <head>to <head> ? <7> `cose i think now there`s the problem... <7> Pilum <9> hi <9> somebody know about ajax? <9> ****ing people <9> are you sleeping <9> ? <9> java <9> i need to make some question <9> s <9> i am bin laden <9> jaja <9> bye manga de sorete <10> wow... <11> time to start fising against IE7 <11> http://www.mezzoblue.com/archives/2006/03/23/ie7_details/ <12> help <12> can anyone help me ? <12> i have one question <6> How can we know if we can help before we know the question? <12> ok <12> i just wanted to know if anyone is willing to help me <11> read the damn channel rules <12> ****ing **** <12> for a question <12> tons of ruls <6> Sheesh. <13> cpres=parent.document.getElementById('cpresets'); xxx = document.createElement('option'); cpres.add(xxx); <- mozilla; cpres.add(xxx, null) <- IE. What's for opera? cuz none of those is working <13> cpresets is a select <11> why not just use form notation? <11> and new Option(text,value) ? <13> hmm <13> I don't know, that's how I learned to do it <13> is it more browser compatible if I use new Option()? and forms['x'].etc <13> ? <11> absolutely, it's old school <13> I see, cool <6> And more efficient as well. <13> in opera is still not working <13> let me paste it somewhere <13> http://dumb.ro/somewhere.txt <13> any idea? <13> it gets a second exception in the catch statament <3> sk8ing: the add in FF1.5 is kind of broken <13> it works for me <13> opera is the problem <3> it force to be dom2 syntax, so you have to be add(opt, null), while in other browser, is only add(opt(; <13> take a look at the link <13> I'm managing both situations <3> don't know opera enough, you need to read what is the exception, opera is nuts :) <13> :) <13> it has some compatibility isues
Return to
#javascript or Go to some related
logs:
moskeja #AllNiteCafe insert twice php mysql #linux ou es tu? #MissKitten i like satin panties Who proclaimed the arrival of the D.A.I.S.Y. Age? #linux #mirc
|
|