@# Quotes DB     useful, funny, interesting





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



Comments:

<0> If you're havin' IE problems, I feel bad for you, son - I got 99 problems but a browser ain't one.
<1> You can do it, put your back into it
<0> hehe
<1> They should do a duet
<2> Hello furtive.
<2> Bilge.
<0> hi all
<3> Hi ! , is it a sympathic help channel ? ;)
<0> sometimes
<3> Mmm... k :/
<0> we reserve the right to reserve judgement
<3> hh sure, I've helped on htmlfr / xhtmlfr for a couple of years and I know that a lot of people never learn how to ask question :P
<3> but now I've got one little, I want to check if a var contain a specific word, does a simple exist for this ?
<3> *function
<0> String.match String.search substr ...all of those can do what you want
<3> good !tx :)



<0> sorry, replace substr with indexOf
<3> hh k ;)
<3> I see that you know php too ;)
<3> euhm... I got this tag <p id="personnalInfo" cl***="test"></p> and with this line (I thinked to be able to read the cl*** attribute): var objCl*** = document.getElementById(id).cl***; but it output me (by an alert();) "Undefined" :/
<3> but I got a cl*** attribut...
<3> and it output me the right id
<0> .cl***Name
<0> cl*** is a reserved word
<3> ah ! yes.... it's true... :/ mayhe I do too much xhtml/css :/
<3> tx!
<0> np
<4> http://youtube.com/watch?v=teMlv3ripSM
<2> ht311: A cl***ic :-)
<4> YUP
<0> CAPS LOCK DAY ISN'T UNTIL OCT 22ND!!! http://www.derekarnold.net/capslockday/
<3> euhm, I got a problem, want to put the my "pwObjPannel" at the begenning of the this.innerHTML , but by doing this : this.innerHTML += pwObjPannel; it put it at the end :/
<3> ah! maybe if I do this... this.innerHTML = pwObjPannel+this.innerHTML; :)
<3> oh yeah!
<3> ok, I said nothing...
<5> hello all
<5> i need some help with something, anybody available ?
<5> i have a select tag in my html where i can select multiple value and its' name is Size[]. I want my javascript to get the selectedindex. I did this: document.form1.Size.selectedIndex. For sume reason, I get an error. Can anybody help me ?
<5> can anybody answer me, i really can'tfigure this out
<5> this board is ****n useless
<5> i've been waiting 1 1/2 hrs for an answer
<6> uhm, my question might be a bit out of place here....
<6> i have a piece of javascript--a drop down menu
<6> currently, it is embedded right into each page of the site
<6> however, i'm going to need to change the menu titles on a monthly basis
<6> and i don't want to go thru the h***le of changing the menu titles on each and every page every month
<4> not sure how your script organize, you can just put all the common script in one external file
<6> so how do i call up the piece of javascript within the html?
<6> yes, i did that. Put it all in one external file, but am having a problem with the code to call it up
<4> <script type="text/javascript" src="blah.js"></script>
<4> then is your code issue
<4> timing , not wait until page load to do your stuff?
<6> uhm....i'm sorry, could you retype that code?
<4> <script type="text/javascript" src="blah.js"></script>
<4> then is your code issue
<4> timing , not wait until page load to do your stuff?
<6> let me try that....i was using something a bit more complicated
<6> nope
<6> didn't work
<6> which is strange b/c the script works fine embedded in the html
<6> why would the script work fine in the emedded html but not as an external file. I am sure I am missing something. I've been staring at it for two weeks now. :)
<4> what didn't work
<6> placing the javascript in an external file and then using the <script type="text/javascrpt"....." snippet in the html page
<4> yeah, that's seem helpful for us try to see what really is the cause
<6> i'm wondering....i didn't generate the code myself. My rule is kinda "why reinvent the wheel."
<6> the source for the javascript is actually spit out by a piece of software called Visual Infinite Menus by OpenBox. Would there be an issue there?
<4> you really on your own then. contact the author
<4> 'evening [Torgo]
<7> lo`
<6> and i figured it out
<6> geesh
<6> i want to go hit my head against a wall now
<6> :)
<8> hello all
<9> hi
<10> diva = document.getElementBiId("foo"); diva.style.width = 20+'px'; <- that should work shouldnt it ?



<10> hms
<10> diva is null... i wonder why
<8> By
<8> not Bi
<10> i need a coffee:(
<10> thanks
<8> lol
<8> np
<10> i need a coffee x2
<10> in the source i got By
<10> :]
<8> oops
<8> the problems stays then doesn't it?
<8> -s
<9> shouldnt it be "20" + "px" ?
<9> or use convert to string function on 20 and then add px
<8> no SufiBlade that should work
<8> i used that as well couple of times
<9> k
<10> ok, got the stupid mistake
<10> :]
<8> hmm how can I convert an integer to a string ?
<1> lol, toString
<10> or (string) var; i think
<10> anyway
<8> ahh cheers, that's the one :-)
<10> IE ****S
<10> now....
<10> who will tell my why document.body.clientHeight; gives me 19 ....
<10> same as document.body.offsetHeight;
<10> (in IE ofcourse)
<1> pieg go die
<10> thats the height of the only div i got in the body....
<9> so?
<10> Bilge, will you help me ?
<10> SufiBlade,i should get the window height i think so....
<9> well did u read up on what the properties do?
<10> aj... document.documentElement.clientHeight; worked
<9> http://www.javascriptkit.com/domref/index.shtml
<10> hanks
<10> t+
<11> hey
<11> i need alittle help here
<11> if i make a pop up window with a jpg in, i get like a border or margin for the image, is there any way i can rmove that so the image dont get pused right and down
<9> put style="border:0 !important;" on the image
<11> ?
<11> what do you meen, i cant put any styles on a page that doesnt exit
<11> its just an image
<9> u'lll have to show what ur doing
<9> no url?
<11> this is the synxtax ime using
<11> <a href="#" onClick="MM_openBrWindow('grafisk_design/Layout01_1024.jpg','Billede','width=1024,height=768')"><strong>Klik Her</strong></a>
<11> opens the image file in a window without borders at 1024x768
<11> but it have like a margin or so
<9> hmmm i dont think u can do anything about that.... whta does the function do exactly?
<11> it make a popup window size 1024x768 with no menus but with the layout01 image in it
<9> is it html page?
<9> if so, then u can add the styles to the otp of it
<11> i know
<11> but its to avoind making a html for each image
<11> it can open every image directly but then it makes a vorder
<9> <style>body, img {margin:0; padding:0; border:0;}</style>
<11> border
<9> i need to go now, adios
<12> im using moo.fx that uses prototype, how can i check if moo.js is loaded? Particurarly i want to check if this is present globally, fx.Scroll
<12> if (fx && fx.Scroll) gives error on fx
<12> Its create in moo.js like, fx.Scroll = Cl***.create();
<13> Are there javascript functions to modify browser cookie settings? I don't mind a confirmation box appearning as it is legitimate activity
<14> dunno.
<4> http://www.gametrailers.com/gamepage.php?fs=1&id=2622
<4> ops
<4> http://developer.mozilla.org/en/docs/DOM:document.cookie
<13> ht311: How about adding a site to the always allowed list of sites for storing cookies?
<4> no


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#MissKitten
#linuxhelp
#php
#networking
mrvestek
#AllNiteCafe
skismek
What Indian tribe defeated Custer at the Battle of Little Big Horn ?
#windows
binaryexpression c#



Home  |  disclaimer  |  contact  |  submit quotes