| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> 1 sec <1> $i = '1'; <0> so hours$i is a field name? <1> hours1 is a fieldname, hours2, hours3, hours23, hours12, etc.. etc... <0> ok <0> http://pastebin.com/590418 <0> pretty much the same idea <0> but try using document.form1.elements['hours ..... <1> Fernando: You should enjoy this: http://www.tastyfresh.com/forum/index.php/topic,4099.0.html <0> LOL <1> so true <2> how can i copy a variable as it is at one time in place and keep that variable as a copy?
<2> that wont get changed if the one it was copied from changes <3> if i wanted to access the second child of a div, specificall <div cl***="input"> within this code <div id="testing"><div cl***="something"></div><div cl***="input"></div></div>, but access it through the document object model, would i write something along the lines of window.document.getElementById('testing'). secondchild?? im not sure how to access that second child <2> man.. i have html in a div that i want to store using innerhtml, but it has unescaped syntax. how can i store all of the html in a var? is there an addslashes equivalent? <4> http://pastebin.com/590541 <- Why does this work in firefox, but not in IE ? <5> saluton! how can I use a script running in an iframe to run code on the parentframe? In the code I want to use the object of the iframe (I have no influence on the iframe) <6> hello <6> what is a movabletype? <4> <select name='action' id='action' onchange='insertElements(this.value)'> <- Will that send the value of the current selected item in the select list ? <6> milligan: put an alert in the insertElements function and see it yourself <4> sal`, so the answer is no then, since it's sending undefined. What do I need to put there instead, if you get what I want to do? :) <5> anyone on my iFrames problem? <4> onchange='insertElements( this.value )' <- Is that valid, or do I have to do something special to have this.value parsed ? <7> hey, why in mozzila its "crapping" me the html? > http://www.amir.cx/pub/ffoxnew/MoreDetails.php <8> hi all <8> how i change name of post from a onChange in form ? <9> ? <8> <select name="setor" size=1 onChange="defineip(this);"> <8> i want get only variable from defineip(this) and the javascript send to my page all <9> I'm not sure I'm following you... <9> What does the function look like? <8> Pilum, <9> Yes? <8> http://pastebin.com/591299 <8> the function <9> You use the wrong method. <8> what do i have to do ? <9> frmEnvio.action = "test.php?defineip="+ what; <-- method="get"; <8> ok <8> i need onde variable of this get <8> what i have to do ? <8> Array ( [nome] => [setor] => Servidores de Rede [hostname] => [mac] => [ip] => ) <8> I just want "setor" <9> I'm sorry I don't understand what you want. <8> i just want one position of this array <9> You're not making any sense. <8> Array ( [nome] => [setor] => Servidores de Rede [hostname] => [mac] => [ip] => ) <8> this is array <8> ok? <9> Looks like PHP code to me. <9> What I fail to understand is what the array you're talking about has to do with the code you've pasted. <8> ok, i want, when the user change a item in "select html menu" send ONLY this item for code.php <8> do you understand me? <9> Well, do it then. Should only require a simple form with an onchange="this.form.submit();" <8> ok <8> i go make it now <10> is there a good way to have events on disabled elements? I want to pop up an alert if someone clicks on a disabled form field. In IE, surrounding it with a div with the onmousedown works, but it's doing nothing in Firefox <11> disabled means............. disabled. <10> ok, let me put it another way
<10> can i have an event that fires when it seems that a disabled event is clicked on, but it's really a child element of another element <12> use ready only and style it to look like disabled <12> s/readonly <10> ht311: that's a very good idea <10> thanks <10> readonly doesn't work on selects does it <12> cancel onmousedown and onkeydown <10> thank you <10> ht311: how would you cancel those events? I tried on<event>="return false;" to no avail, and tried my event cancelling function to no avail too <13> it might be bubbling up? <10> furtive: basically i'm trying to 'simulate' a read-only select box by cancelling onmousedown and onkeydown (as suggested by ht311) <10> and i can't use disabled because i want to pop up an alert when it's clicked on <14> Hey, I have a question for anybody. I am going crazy here trying to dynamically add elements to a form and get it into a table sort of layout. <14> I'm using createElement and appendChild for everything and I can't seem to find a combination that works. It seems whenever I put my submit button in a TD that it won't be recognized as belonging to the form. Any suggestions? <14> hah I found a workaround <14> =) <12> Tangram try onclick="alert(); return false;"? <10> works well enought i guess :) <10> is there no way to completely supress opening of the options "box"? (other than disabling, obviously) <12> canceling onmousedown? <10> how? <12> or onmouseup <12> same as onclick <10> it doesn't seem to be working; it still pops up and then disappears <10> ok, i came up with a 'hack' -- onmousedown disables the select, but first sets a 100ms timeout to reenable it. Is this a really bad way to do it? <12> not bad. ;) <15> hey all <11> woo hoo! chicks <16> lol <15> yay! <15> you love chicks <16> hellor <15> ;) <15> boBorh! <15> my savour! <16> :o <15> you've helped me b4! <15> remember? <16> vaguely heh <15> he he <15> well... I've so almost finished my website! http://www.postcreation.co.uk/test <16> hmmmmm it's not loading <15> but... when using the navigation system (four large grey buttons) it displays advertising, lifestyle, fashion and personal <16> it won't load at all here <15> for each section I want those four titles to stay static <15> it's being slow 2day :( <15> wait there <15> it's being rubbish <15> i think my server it being poo poo <15> sorry about this <16> it's as dead as a parrot <15> yeah <15> same this end <13> Wi nt trei a hliday in Sweden this yer?
Return to
#javascript or Go to some related
logs:
#AllNiteCafe Who was the pilot hero of Captain W E John's stories #AllNiteCafe #linux #php #chatzone twoftp .conf Jpmaster77 a.k.a. The Grandmaster of C++ #AllNiteCafe #chatzone
|
|