| |
| |
| |
|
Comments:
<0> I like freenodes stricter notion that you have to be registered to be able to send privmsgs <0> Undernet should also enforce a more stricter privmsg policy, especially since bots seem to spam around like mad <1> whi i have to do to the submit() works in firefox? <2> Refrain from naming your submit button "submit" <1> function excluir(id) <1> { <1> resposta = confirm ("Deseja Excluir o HOST de ID: " + id + "?"); <1> if (resposta) <1> { <1> frmEnvio.action = "lista_hosts.php?dbdel="+ id; <1> frmEnvio.method = "post"; <1> frmEnvio.submit();
<1> } <1> } <0> don't paste in the channel <1> this works fine in iexplorer <1> but dont work in firefox <1> what do i have to do ? <2> Use proper references. <1> ? <2> document.formname.submit(); <1> Pilum, what i have to write in the document ? <2> I already told you. <1> document.frmEnvio.submit() ? <2> ***uming that frmEnvio is the name of your form, yes. <2> And that your submit button isn't named "submit" <1> dosent work :( <3> http://www.jibbering.com/faq/faq_notes/form_access.html <1> dont have submit button named submit <4> yop <5> why if I ***ign value in innerHTML it does not work in IE but works with firefox. the ***ignment is from external page <6> how can i p*** variables from js to php? <7> hmlhttp <7> xmlhttp object <0> Hello all <7> hi peabrain :P <7> fatbrain even ;) <7> did u find IE6 <0> Yes, I did <0> tured out it had the same problem as my IE7beta2 <0> but the error has been resolved now. <7> dang :P <8> hey folks. <8> How'd you get firefox to open new windows into a tab, and not an actual window? <1> what i have to do ? i want use method submit() in firefox.. in the ie works :( <2> Works in Firefox as well. <1> Pilum, In the IE works fine. But the firefox dont post <2> Url? <1> its intranet <2> Use a pastebin then <1> okok <1> http://pastebin.com/579993 <2> And the form code too <2> And I see you didn't listen to me yesterday. <1> http://pastebin.com/579997 <2> http://pastebin.com/579998 <2> <a href=# OnClick=javascript:editar('$id_host[$i]')><img src='img/b_edit.png'>Edit</img></a> -> <a href="#" onclick="editar('$id_host[$i]'); return false;"><img src='img/b_edit.png'></a> <2> Plus the correction I made in the function. <1> why return false ?
<1> the correction works fine! Thanx! <2> To prevent the href from executing <2> Make the same change to your other link too. <1> okok, i dont need put "javascript" in front function ? <2> No. <2> In fact, you should never put that in your code. <1> now, its works, Thanx Pilum <1> using return; after function dont work <9> hello i have a link that opens in a new window i used <a href="test.html" target="_blank">click here</a>, my question is, is there a way to refresh the referrer page? <2> opener.location.reload(); <8> Pilum: around? <10> hello. :) <10> got a question. document.body.onload = new Foo(); is supposed to run the constructor for the Foo object right? i don't know why the JS console says document.body has no properties. <0> Hi all <11> Hello, is there a way to use 'variable' vars, like "foobar = 'text'; varname = 'foobar';" how can i access the content of foobar via varname <2> Not to my knowledge. <12> anyone know how to open a window that is always on top? <12> **** YOU! <13> lol <14> how can i get the mouse-position with javascript? <13> mousePosition = function(E){ <13> if(document.all)return[event.clientX,event.clientY]; <13> else return[E.pageX,E.pageY]; <13> }; <13> p*** it the event <14> thanks.. <15> hello anyone has nice number gif to make a nice counter in javascript ? <16> hi all <2> Hello. <16> i want to modify an html element using javascript, nothing new, but i'd like to use getelementid to 'point' directly to a cell built in a table object, without adding (rewriting) html, something like ' cell = id('my_cell_id'); cell.text, any ideas ? thanks in advance (: <2> You mean you want to use getElementById, but the cell doesn't have an id? <3> .innerHTML <2> Oh <16> oh no, the cell does have an id <16> but i found some example that browse the entire hierarchy, and depending on the table structure <2> document.getElementById('cell_id').innerHTML <16> this seems to me a little bit tricky <16> ha okay <2> You can use the hierarchy as well yes. :-) <16> and this will return a pointer to this cell <16> N <16> ouch, dont like much js hierarchy (: <3> it is call reference <16> so <3> it have nothing to do with js, this is html dom <16> var my_cell = document.getElementById('cell_id').innerHTML <2> var myCell = document.getElementById('cell_id'); myCell.innerHTML='You can do this'; <16> heheheh <16> perfect, thanks a lot <2> .innerHTML will contain the html inside the cell. :-) <16> very cool , thanks for help (: <16> i works fine, thank you guys <16> *it <16> (shame azerty keyboard pffff) <16> (shame on me too, the 't' is at the same place whichever is the type hehehe) <16> by all, tnx
Return to
#javascript or Go to some related
logs:
canadian cowgrils radeon mobility m300 fedora #javascript #AllNiteCafe #AllNiteCafe 421 Failed to create data connection socket #AllNiteCafe #java #linux #teens
|
|