@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<treehill> http://rafb.net/paste/results/doBWDF34.html
<treehill> hey all, can someone help me with a bug
<treehill> I'm trying to move my image onload
<treehill> but it says I get a js eror
<[TorgoAway]> what's the error
<[TorgoAway]> there is no moveimage function there
<treehill> ah, saved it wrong eh?
<ht311> and remove the () on that line
<oriceon> hello
<ht311> I don;t think you can link to external js file at the same time have inline script in the same tag
<NeoFuture> Nooooo
<NeoFuture> <script type="text/javascript" src="getscreen.js">
<NeoFuture> window.onload=moveimage();
<NeoFuture> </script>
<NeoFuture> <script type="text/javascript" src="getscreen.js"></script><script>
<NeoFuture> window.onload=moveimage();
<NeoFuture> </script>
<oriceon> I try to create an input type hidden with an appendchild and .. i have no ideea why doesn`t work. Seems that all it is good but .. Someone could take a look at http://pastebin.com/558532 and tell me why i retreive an javascript error message that form 0 has no properties
<furtive> ;-)
<oriceon> furtive holaaaaaa :)
<treehill> neofuture, I added that... but my script doesnt work
<furtive> oriceon: try doing it with a type="text" first and when that works switch it to hidden
<oriceon> same err
<oriceon> document.getElementsByTagName('form')[0] has no properties
<oriceon> ..
<oriceon> i have only an <form tag in page
<ht311> treehill: window.onload = moveimage; //***ume moveimage exist
<oriceon> so it is form number 0, right?
<ht311> just use document.forms[0]
<treehill> i changed it to the appropriate function name (the brakets wont matter will they)
<treehill> window.onload = movegrid();
<ht311> can you learn from the line i type?
<oriceon> same that doeument.forms has no properties
<treehill> still says I;m getting errors
<NeoFuture> **** off
<oriceon> NeoFuture :)
<h3> damn.. i still can't believe that ie don't support xhtml :|
<oriceon> NeoFuture have you 5 min ?..
<ht311> he don't now :)
<h3> lol
<ht311> oriceon: there is no doeument....
<oriceon> i have an <form tag
<oriceon> ....
<oriceon> <form id="form1" name="frm1" method="post" action="">
<oriceon> .....
<[TorgoAway]> :P
<ht311> oriceon: document.forms["forms1"]
<h3> oriceon, I think that what ht311 is trying to point you out is; try spelling document proprelly
<ht311> ops, document.forms["frm1"]
<ht311> heh
<oriceon> ht311 and same result error message
<oriceon> document.forms.frm1 has no properties
<oriceon> .....
<ht311> call it after document is loaded
<oriceon> ok
<oriceon> yah
<oriceon> seem that i`m a caw
<oriceon> :)
<h3> lmao
<oriceon> :)
<h3> ahah
<h3> not sure if vista is better yet :|
<ht_vista> oriceCAW: http://www.jibbering.com/faq/faq_notes/form_access.html
<oriceCAW> ht, maibe is time to get Linux? :P
<oriceCAW> htMCE, maibe is time to get Linux? :P
<oriceCAW> :)
<htMCE> it get kick faster here with linux or ff or mozilla
<oriceCAW> :)
<PsYcHo[X]> hi
<PsYcHo[X]> does anyone here know PJirc
<fatbrain> Not really
<PsYcHo[X]> is PJirc java or javascript
<NeoMicrosoft> haha
<treehill> hey fellas... my procedure isnt a function...how do I label it?
<NeoMicrosoft> you ay "OI PROCEDURE YOUR A LOOSER"
<NeoMicrosoft> there you go labled
<treehill> huh?
<treehill> how about "return *uck your procedure, biaatch"
<treehill> j/k
<htMCE> post an update version of your code to pastebin and we will see agian, no one have any clue what you are saying
<treehill> function movegrid() {document.grid.left= pagewidth() - 30;}
<treehill> not a function
<treehill> just a prodecure
<treehill> replace function with what identifier
<htMCE> there is no prodecure in javascript only function
<treehill> do I have to return a value?
<treehill> the one above is legit?
<NeoMicrosoft> ht311 your a good cook aint ya
<ht311> i think so :)
<ht311> treehill: look correct
<treehill> i dont have to use return?
<NeoGoogle> can you tell me how to make an authetic sweet and sour sause and batter for chicken balls
<ht311> but document.grid.left didn't ring any bell
<ht311> authetic and sweet and sour chicken balls didn't match
<ht311> just like windows and security
<treehill> <DIV ID="grid" cl***="movegrid" style="position:absolute; top:10px; left:590px; z-index:2; width: 100%; height: 73px;">
<ht311> document.getElementById("gird").style.left = "0px";
<treehill> function movegrid() {document.getelementbyid("grid").style.left = pagewidth() - 30;}
<treehill> like this?
<ht311> read carefully
<NeoGoogle> ht311 you dont know what i mean ?
<treehill> is something out of place?
<ht311> I know, but I don't know how to do that and just wnat you to know it is not authetic chinese food at all. you can't find that in china :D
<NeoGoogle> awe i like it tho lol
<ht311> btw, General Tao Chicken can't be found in china too.
<NeoGoogle> i love chineese food but im not very adverterous cooking it in the kitchen and ordering i have to be very very carefull im illegic to seafoodf
<ht311> going home, later
<NeoGoogle> more than once ive ordere a chinese pork and chicken rice and been presented with the odd prawn
<NeoGoogle> tara
<treehill> can anyone help me? I just need to figure out how to move an image onload
<treehill> http://rafb.net/paste/results/jxIQw293.html
<NeoGoogle> www.llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogochuchaf.org.uk
<ht311> freezing rain started ....
<furtive> oh, THAT's what i'm hearing
<furtive> hehe, thought i was going crazy
<ht311> hahah, may be you are right as well
<NeoFuture> YAY i finished my album
<NeoFuture> bout ****in time
<NeoFuture> want a track
<NeoFuture> ;)
<NeoFuture> oh BTW by trade im an audio engineer
<ht311> for making wax cylinder?
<NeoFuture> lol
<NeoFuture> i wont send then
<NeoFuture> lol
<NeoFuture> akk cant send on irc anyway
<NeoFuture> lol
<ht311> geeze how many javascript library this world can handle.....
<furtive> a thousand more
<NeoFuture> well... i might be giving it all up
<furtive> wha wha?
<NeoFuture> got my record deal tonight
<furtive> don't sell your soul to them
<NeoFuture> EMI de
<furtive> band name?
<NeoFuture> Mesh
<ht311> by saying your band name is already violate the fair use right
<NeoFuture> you know Depeche mode ?
<NeoFuture> our album was produced by there producer and im a mad depeche mode fan
<furtive> never heard of them
<furtive> (joke)
<NeoFuture> OMFG you aint heard of them
<furtive> hehe, got ya
<NeoFuture> we have the same kind of sound


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#c++
#mysql
#AllNiteCafe
install powerarchiever
#MissKitten
nippbibech
rabla
#networking
#MissKitten
#linux



Home  |  disclaimer  |  contact  |  submit quotes