@# 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:

<Haitz> hi..
<furtive> hi
<Haitz> somebody here?
<Haitz> hi furtive
<Haitz> i need help..
<Haitz> look i have a java script code i need to compile it..
<furtive> you don't compile javascript
<Haitz> what complitor do you recomand me?
<Haitz> i am a noob in this domain..
<furtive> java != javascript
<melfar> try gcc , it's pretty nice :]
<Haitz> http://www.multisportracing.com/ssend/wu/c.jsp
<Haitz> this is my source code..
<[Torgo]> groan
<Haitz> please take a look and tell me exactly what i must do..
<furtive> that's javascript.
<furtive> stick it in a page and do a js tutorial or two
<Haitz> works with gcc?
<melfar> I have seen this two hours ago on #java
<furtive> is this homework?
<[Torgo]> my fragile constitution can't handle this tpday
<Haitz> no..
<Haitz> tell me please
<Haitz> some js tutorial
<fatbrain> hm...
<furtive> welll your tutorial ****s
<furtive> USE_HTTPS = true .... wtf?
<NeoFuture> Haitz whos wrote that code ?
<Haitz> a friend of my
<Haitz> but he gave me only the code
<Haitz> i need the .exe
<furtive> there, just so there's no ambiguity
<[Torgo]> dangeresque too?
<[furtive]> Today is alright 4 2nite
<[Torgo]> we've GOT to get that serum THROUGH!
<Kroutchev> 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 ?
<[Torgo]> make sure you are doing that after the page has loaded
<Kroutchev> .. yeah its on a btn click
<[furtive]> what you wrote should work. reference is good? don't have more than one element with same name? using name and not id?
<[Torgo]> should do it on the onmouseup, not onlick -- else the button will be focused
<Kroutchev> ok
<Kroutchev> thx
<Kroutchev> hehe stupid.. i had document.form1.txt1.value.focus() :)
<Kroutchev> sorry bout that :)
<[furtive]> ;-)
<furtive> i feel sorry to those who go to the superbowl to see football
<[Torgo]> yeah, when they could be watching the puppybowl instead
<furtive> puppybowl?
<[Torgo]> http://animal.discovery.com/tvlistings/series.jsp?series=117038&gid=0&channel=APL
<[Torgo]> with the 'kitty half-time show'
<furtive> you yanks think of everything
<dave-e> 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.
<furtive> heh
<furtive> yeah, they should put skates on 'em
<dave-e> Yeah. Ice hockey is more like football than american football is, heh.
<furtive> puppy bowl: http://furtivecode.com/pics/la_gang_chiots[1].jpg
<furtive> god damn it
<furtive> i lasted a week. hehe, http://64.229.141.62/pics/la_gang_chiots[1].jpg
<Athox> was that supposed to load something?
<[Torgo]> nice dns ;)
<furtive> shhh
<Athox> a bunch of killer machines there
<Athox> :P
<[Torgo]> wish i had a fatter pipe here so i wouldn't need em
<[Torgo]> Athox, correcting torgo won't get you very far ;)
<Athox> sorry
<[Torgo]> jk
<Athox> what does torgo want me to do to correct this horrible mistake? :P
<Phoenix92475> hey can anyone help me format a line in javascript to get it to print out in a alert window
<Phoenix92475> placing window.alert in front of it doesnt work
<Phoenix92475> just cant figure this one part out, its all running fine except for this one line
<[Torgo]> WHAT IS IT
<Phoenix92475> document.write("<SCRI" + "PT>function ButtonPress(buttonnumber) {document.write('<LI>You pressed button number'+buttonnumber+'</LI>');}</SCRI" + "PT>");
<Phoenix92475> for (var i = 1; i <=e ;i++)
<Phoenix92475> {
<Phoenix92475> document.write('<BUTTON onclick="ButtonPress('+i+');">Button '+i+'</BUTTON>');
<Phoenix92475> }
<Phoenix92475> 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
<Phoenix92475> tried replacing the document.write in front of the message with a window.alert but that doesnt do anything
<Kroutchev> is there a way to know which control as focus ?
<furtive> not without keeping track of it via onfocus on all elements afaik. i could be wrong though
<Kroutchev> ok
<NeoFuture> http://www.neofuture.co.uk/bitchunker/browser.php
<NeoFuture> we have a (buggy) tree view
<furtive> should expand home from the start
<NeoFuture> yeah its gona be
<NeoFuture> there ya go
<furtive> oh, and it doesn't have my name anymore ;-)
<NeoFuture> lol
<furtive> hehe, that so wasn't a touchdown
<NeoFuture> superbowl on ?
<furtive> yeah.
<furtive> nothing but crap tv on
<Norwegian> 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... ?!
<furtive> uh, that would be serverside, not clientside
<furtive> or you mean a script that would say...check all checkboxes in a form?
<Norwegian> form
<furtive> give all the checkboxes the same name, then treat it as an array and loop through them and check them.
<Norwegian> the select inputs has name="select[]" id="select1"
<NeoFuture> awe pants i have to employ cookies now to remeber my tree :/
<NeoFuture> furtive you have to use [] with pho
<Norwegian> <input name="select[]" id="select1" type="checkbox" value="29416097">
<NeoFuture> php
<furtive> doesn't make it right though ;-)
<Norwegian> that is copied out from another web site
<NeoFuture> it puts them into a php array
<furtive> java doesn't need that :-)
<Norwegian> I have the javascript but have no clue how to get it to work
<furtive> well, give details or paste something to a pastebin or ask some questions 'cause i'm not going to pry it out.
<NeoFuture> he wants to a "check all" button
<furtive> i know that
<furtive> and i told him what to do.
<NeoFuture> well damn well code it for him then already !!!!
<furtive> hehe
<NeoFuture> you know what n00bs are like
<furtive> i do, and that's why i was kind enough to egg him on for more info.
<NeoFuture> yeah yeah yeah lol
<NeoFuture> irc is the net ;)
<Norwegian> http://pastebin.com/540994
<furtive> ya got me there :-)
<furtive> looking now
<Norwegian> am new to javascripting but been doing php and mysql for a while
<furtive> that's a bad script
<furtive> it will check all boxes in the form, even ones you might not want checked.
<furtive> one sec
<Norwegian> k
<Norwegian> I have no idea.. I copied it from another site
<NeoFuture> Norwegian you need to learn the differnce between PHP/HTML/MySQL/JavaScript go google some stuff
<Norwegian> I've googled...
<NeoFuture> awe crap how am i gona do this :/
<NeoFuture> drag and drop from one frame to another
<furtive> Norwegian: i'll post a fix in a minute
<Norwegian> ok
<Norwegian> thnx
<furtive> oh nevermind. you just want the php part, not the javascript part
<furtive> bleh
<furtive> go ask on php
<Norwegian> last time I asked there they told me to go here
<furtive> but i stand by my previous comment about how that function is bad if you have any other checkboxes on the page
<Norwegian> ok
<splotch69> can someone help me with a javasript ***ignment for school
<furtive> we don't do homework, but if you ask a question we can help you understand
<furtive> NeoFuture: looks good
<splotch69> 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