@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> hi..
<1> hi
<0> somebody here?
<0> hi furtive
<0> i need help..
<0> look i have a java script code i need to compile it..
<1> you don't compile javascript
<0> what complitor do you recomand me?
<0> i am a noob in this domain..
<1> java != javascript
<2> try gcc , it's pretty nice :]
<0> http://www.multisportracing.com/ssend/wu/c.jsp
<0> this is my source code..
<3> groan
<0> please take a look and tell me exactly what i must do..
<1> that's javascript.



<1> stick it in a page and do a js tutorial or two
<0> works with gcc?
<2> I have seen this two hours ago on #java
<1> is this homework?
<3> my fragile constitution can't handle this tpday
<0> no..
<0> tell me please
<0> some js tutorial
<4> hm...
<1> welll your tutorial ****s
<1> USE_HTTPS = true .... wtf?
<5> Haitz whos wrote that code ?
<0> a friend of my
<0> but he gave me only the code
<0> i need the .exe
<1> there, just so there's no ambiguity
<3> dangeresque too?
<6> Today is alright 4 2nite
<3> we've GOT to get that serum THROUGH!
<7> need help.. im trying to use a button to put the cursor in a textbox.. ive tried document.form1.txt1.focus() but it doesnt seem to work .. any idea ?
<3> make sure you are doing that after the page has loaded
<7> .. yeah its on a btn click
<6> what you wrote should work. reference is good? don't have more than one element with same name? using name and not id?
<3> should do it on the onmouseup, not onlick -- else the button will be focused
<7> ok
<7> thx
<7> hehe stupid.. i had document.form1.txt1.value.focus() :)
<7> sorry bout that :)
<6> ;-)
<1> i feel sorry to those who go to the superbowl to see football
<3> yeah, when they could be watching the puppybowl instead
<1> puppybowl?
<3> http://animal.discovery.com/tvlistings/series.jsp?series=117038&gid=0&channel=APL
<3> with the 'kitty half-time show'
<1> you yanks think of everything
<8> I feel sorry for people who go to see football and end up watching a load of armoured blokes running into each other and picking up the ball and missing the whole point of the 'foot' part of football.
<1> heh
<1> yeah, they should put skates on 'em
<8> Yeah. Ice hockey is more like football than american football is, heh.
<1> puppy bowl: http://furtivecode.com/pics/la_gang_chiots[1].jpg
<1> god damn it
<1> i lasted a week. hehe, http://64.229.141.62/pics/la_gang_chiots[1].jpg
<9> was that supposed to load something?
<3> nice dns ;)
<1> shhh
<9> a bunch of killer machines there
<9> :P
<3> wish i had a fatter pipe here so i wouldn't need em
<3> Athox, correcting torgo won't get you very far ;)
<9> sorry
<3> jk
<9> what does torgo want me to do to correct this horrible mistake? :P
<10> hey can anyone help me format a line in javascript to get it to print out in a alert window
<10> placing window.alert in front of it doesnt work
<10> just cant figure this one part out, its all running fine except for this one line
<3> WHAT IS IT



<10> document.write("<SCRI" + "PT>function ButtonPress(buttonnumber) {document.write('<LI>You pressed button number'+buttonnumber+'</LI>');}</SCRI" + "PT>");
<10> for (var i = 1; i <=e ;i++)
<10> {
<10> document.write('<BUTTON onclick="ButtonPress('+i+');">Button '+i+'</BUTTON>');
<10> }
<10> when the user clicks on a given button it is suppose to give a alert stating which button user clicked on in a alert window
<10> tried replacing the document.write in front of the message with a window.alert but that doesnt do anything
<7> is there a way to know which control as focus ?
<1> not without keeping track of it via onfocus on all elements afaik. i could be wrong though
<7> ok
<5> http://www.neofuture.co.uk/bitchunker/browser.php
<5> we have a (buggy) tree view
<1> should expand home from the start
<5> yeah its gona be
<5> there ya go
<1> oh, and it doesn't have my name anymore ;-)
<5> lol
<1> hehe, that so wasn't a touchdown
<5> superbowl on ?
<1> yeah.
<1> nothing but crap tv on
<11> I am making a message center in php and I was curiouse if anyone has a turtorial for how to make javascript "select all" script for selecting all messages if I want to delete them... ?!
<1> uh, that would be serverside, not clientside
<1> or you mean a script that would say...check all checkboxes in a form?
<11> form
<1> give all the checkboxes the same name, then treat it as an array and loop through them and check them.
<11> the select inputs has name="select[]" id="select1"
<5> awe pants i have to employ cookies now to remeber my tree :/
<5> furtive you have to use [] with pho
<11> <input name="select[]" id="select1" type="checkbox" value="29416097">
<5> php
<1> doesn't make it right though ;-)
<11> that is copied out from another web site
<5> it puts them into a php array
<1> java doesn't need that :-)
<11> I have the javascript but have no clue how to get it to work
<1> well, give details or paste something to a pastebin or ask some questions 'cause i'm not going to pry it out.
<5> he wants to a "check all" button
<1> i know that
<1> and i told him what to do.
<5> well damn well code it for him then already !!!!
<1> hehe
<5> you know what n00bs are like
<1> i do, and that's why i was kind enough to egg him on for more info.
<5> yeah yeah yeah lol
<5> irc is the net ;)
<11> http://pastebin.com/540994
<1> ya got me there :-)
<1> looking now
<11> am new to javascripting but been doing php and mysql for a while
<1> that's a bad script
<1> it will check all boxes in the form, even ones you might not want checked.
<1> one sec
<11> k
<11> I have no idea.. I copied it from another site
<5> Norwegian you need to learn the differnce between PHP/HTML/MySQL/JavaScript go google some stuff
<11> I've googled...
<5> awe crap how am i gona do this :/
<5> drag and drop from one frame to another
<1> Norwegian: i'll post a fix in a minute
<11> ok
<11> thnx
<1> oh nevermind. you just want the php part, not the javascript part
<1> bleh
<1> go ask on php
<11> last time I asked there they told me to go here
<1> but i stand by my previous comment about how that function is bad if you have any other checkboxes on the page
<11> ok
<12> can someone help me with a javasript ***ignment for school
<1> we don't do homework, but if you ask a question we can help you understand
<1> NeoFuture: looks good
<12> i just need some direction


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #javascript
or
Go to some related logs:

hello gagico
What does a phonophobe fear
#skype
#MissKitten
yoga (lawls)
#MissKitten
how to conect ssh another port
vlad kornea
lataifas.ro
#gentoo



Home  |  disclaimer  |  contact  |  submit quotes