| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> the gl*** work <1> :o) <2> hehe yeah <3> ive not seen it since longhorn lol <0> noob <0> :D <3> hehe <0> next one , the sidebar shoud be there <3> ht311 can i install without activation ? <0> yup <3> dual boot ? <0> i think it didn't matter, all still ctp use the same key <0> yes <3> cool <3> i think ill install the CTP tonight then <0> take a long time to do that, i play around a bit . but didn't spend enough time with it, next ctp, i should put it in my htpc
<3> huh what took a long time ? <0> intall <2> how long time? <0> around 3 hours <0> more than 2 for sure, i just let it run and go sleep after initial steps <3> how "complete" is it, is it usable or not <0> i think is quite complete except sidebar, but I wont use it daily yet <3> cool 3 hour install for me then <3> so they didnt change the FS then :/ <3> so it will install along side XP <4> to concatinate a string to a string its just str = str+newStr; right? also can be done str = str+'sometext'+otherstring; <0> it will just take you 30seconds to test that out <4> i did <0> and what is the result? <4> but it didnt work.. -- thats why im askign. <0> the code is fine <4> k. <3> ht311 it will install along side XP wont it <4> im process of elimination trying to figure out where its dying <0> NeoFuture: it will dual boot in to different partition <3> cool ill have to make some space then hehe <5> how do i refure to a span to change the inline text? I have done it before but can't remember the syntax <6> Depends. <5> innerhtml or something <6> objRef.innerHTML <6> How you obtain objRef is another story though. <5> yea but the span on a page.. ref by name or id <6> Typically with document.getElementById() <5> i set an id and name up on the span <5> nice <5> thanks Pilum <6> Name won't be neccesary <5> k <5> Pilum : whats wronge here? <5> document.getElementByName('catmenudesctop').innerHTML = "test"; <5> I need to use name <5> im not sure how to get the id <6> What's wrong is that the method doesn't exist. <6> Why do you need to use name? <7> name is not unique, so it would be getElementsByName, but then why use that and not document.forms or whatever? <5> i know that.. hehe <6> dave-e just said what I was about to. :-) <5> its not a form tho <6> What is it then exactly? <5> just a span <5> how should i do it then? <5> by id? <6> That would be preferacle <6> *preferable <5> k nm <5> hehe <5> spans can have id's right? <6> Yes <5> weird.. its not working <5> but no errors <6> Url? <5> not live yet.. one sec <5> this would be right correct? document.getElementById('catmenudesctop').innerHTML = "test"; <6> ***uming that it is the proper id, yes. <5> yea... humm <5> don't need " " right?
<6> You do unless test is a variable. <5> nm its working hehe <5> thanks again for the help <8> must go today. anone here interested in 1 top notch alienware laptop at 500$ or 1 top notch alienware desktop. price 500. mesage me if interested on msn at mcsltd3@hotmail.com or aim at ogd443. message me if interested <0> haven't see that for a while <6> Had kinda hoped not to see it again. But of course that'd be too much to hope for. <0> they are on the ebay, someone found an alienware auction last week, ask me too look at it, I and told him that he is the reason why these scammer still doing it. <3> http://www.neofuture.co.uk/bitchunker/browser.php <3> 4.4 gb of data :D <3> nah its replications of the same file lol <4> is this accurate? i have a div with an id of 'sr_5' i want a count of all the selects in that div.. -- i am p***ign the function the div ID by way of the pid var. <4> var divid = document.getElementById("sr_"+pid); <4> var divlen = divid.getElementsByTagName("SELECT").length; <4> i keep getting a value of 1 <4> even if there are more than one selects in the div <0> the code seem fine. <4> if i do alert(divlen) its always 1.. . hmm <0> you try to read it right after append? <4> yup <4> var divid = document.getElementById("sr_"+pid); <4> var divlen = divid.getElementsByTagName("SELECT").length; <4> var somstr = 'cart.php?pid='+pid+'&prod='+itemx+'&split=true'; <4> alert(divlen); <0> don't do that next time <0> i mean pasting code <4> paste, or alert <4> sorry <0> the length will not change after the select actually appended <9> hi all <0> usually, happen after the function is done <9> I'm trying to create a popup window that does a window.print() and then after they print (or cancel) have it close the window <9> but it's trying to close the window before the print dialog comes up <4> this script is running after the selects are already rendered <4> its being called, by the selects onchange <0> i don't thing there is a bug on that front, make be you append at hte wrong place ... check with document.getElementsByTagName to compare the count <4> k <4> that rendered the correct amount <4> hm <4> i guess i can do that, and just weed out the selects that are NOT in the bunch i am wworkign with <0> verify the dom tree, you could appended at the wrong place ... <0> can see that in FF or get IE developer toolbar <4> yeah, im rendering the DOM source with firefox <0> LuckDrago: there is onafterprint event, but only work in IE <0> http://www.thescripts.com/forum/thread438622.html <10> is there a limit to how many && you can add to an if statement? <11> not really <11> trying to get your code on thedailywtf.com? <10> nope, trying to valide an entire form in one function because i know jack squat about javascript. <10> validate* <0> do you know how to use an flag? <10> apparently not. i'm a php guy trying to avoid another page by validating on the spot (Just that everything's filled in) <10> it's the radio buttons and checkboxes that are being bastards. <10> i'm guessing .value doesn't work on checkboxes the way i was hoping it might. <12> it has got a value, but what you need is .checked though <10> can i do the same with radio buttons? form.radiogroup.checked as opposed to having to check each item in the radiogroup? <0> no <10> curses. care to offer a suggestion? <10> just to know that something in that radiogroup is checked. <10> ah, screw it. i'll stick to what i know, another PHP page it is. <0> see, this is what people behave after use of "php" <11> it's a damn shame <13> lol <0> think his php code can get on dailywtf too <13> it means I'm one of the few normal ones left in the world :) <0> you never know, people in asylum always think they are the normal one <0> that's not normal <13> ht311, you're right there :) <0> another one just join from asylum
Return to
#javascript or Go to some related
logs:
irankat
xorg.conf ViewSonic P220f activate the APT::Force-LoopBreak option speech at the beginning of a play JDK EM64 DOwnload #linuxhelp sexcey girls indewbu
#chatzone bookakke
|
|