| |
| |
| |
|
Comments:
<0> hello again. Can I use javascript to redirect after XX seconds ? <0> oh, nvm, I found it on google <1> is it possible to read a file line by line in javascript ? <2> no <1> are you sure NeoFuture ? <3> hmm.. is there any tricks to get p***ed the firefox httprequest issue across domains? <4> hello <4> how do i add something to a window.onload event without overwriting the current onload event? <5> alright guys... this is driving me nuts <5> i'm trying to do a select all/unselect all
<5> <input type="button" name="CheckAll" value="Check All" onClick="checkAll(document.post.message)"> <5> the form name is post, and message is the checkbox name <5> http://www.shiningstar.net/articles/articles/javascript/checkboxes.asp?ID=AW <-- <5> is what i'm basing it off, the function <5> is my input code wrong? <5> ah nm <5> i had the the start of the form at the wrong place <6> nice <5> man <5> don't you hate it when you waste a few hours because of a simple mistake <6> yep <7> hi <8> can anyone tell me how can I get referer with javascript ? <8> document.referer didn't work <9> It's not always being set. <9> And it's document.referrer <8> with two of r ? <9> Yes. <8> ok, thanks <10> enigmaa, talk to me :) <11> hey <11> can I have a javascript wich will load data at request into a web page? <11> anyone? <9> What data? <12> where do i go wrong? function populate{ <12> if (this.options[this.selectedIndex].value="1") <12> { <12> this.form.elements[1].value= <12> this.options[this.selectedIndex].value; <12> } <12> thanks <9> .value == <12> thanks <9> = means you set the value to "1" <12> but still it gives me errors
<12> its done, thanks :) <12> is there a way to make <DIV> not to start a new line? what should i use instead? <9> Remove its margins. <9> Hm. Disregard. Use <span> <12> thanks <12> document.getElementById('DocumentID').disabled='false'; -- i need it for a text box, but it does not work; does it happen that you know why? thanks <12> sorry, i meant ElementID instead of DocumentID <3> just shootin off the top of my head... <3> but mebe remove the single quotes? <3> around false? <12> i did that <12> i mean, thats how i tried in the first place, but then on google i found some '' <3> by DocumentID you mean the name of the textboxes id? <12> yes, the textboxes id <3> one sec.. making a test doc <12> :) thanks, im doing that right now too <12> i tried, and it works for disabling a button, but not for a textbox <3> almost there <3> http://www.faqts.com/knowledge_base/view.phtml/aid/12059 <3> I'm there for a reference <12> thanks for the link <12> now it should be a piece of cake, thanks again <3> http://www.faqts.com/knowledge_base/view.phtml/aid/13534 <12> my real problem is that i cant disable an element in the same row with the button <12> and first i tried with style.display, and did not work <12> so i thought enable/disable is enough <3> ya that was a weird one... <12> but it seems, it does not work either, in the same row <12> but with the last link you gave me, it does :D... thanks <12> really, thanks a lot:) <3> np <12> i know this is a stupid question, sorry, but please tell me if i have the box with the "name = b[optional_field]", how should i type it in a script? this.form.optional_field.disabled=false works if the "name = optional_field", but if i try with b[optional_field] it does not work anymore. thanks <13> this.myformname.elements[myfieldname].disabled = false; <12> thanks <14> Hi <14> I've got a main window opening 2 others. How could I put the two childs on stage when the main focus ? <13> ? <13> call window.focus() whenever you are ready <14> i'll try that <12> speaking of focusing, how do i focus the second selection for instance, of a dropdown menu, using a function? <13> instead of .disabled, .focus() <12> thanks
Return to
#javascript or Go to some related
logs:
mech undernet.org #MissKitten #linux #MissKitten #AllNiteCafe #skype www.lovely0smile
php tools mysql slow queries benchmark #teens #AllNiteCafe
|
|