@# Quotes DB     useful, funny, interesting





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



Comments:

<0> how can I make a window automaticaly close when it is loaded?
<1> window.onload = function() { window.close(); }
<0> Pilum, where should I put this?
<1> Anywhere.
<0> ok.
<0> thanks
<2> is there a way to get the text that is in a table Cell and define it as a variable?
<1> Yes.
<2> what is it?
<1> cellRef.innerHTML
<1> What cellRef is depends.
<1> Typically document.getElementById('cell_id')
<2> ok
<2> thanks
<3> hahahah
<3> http://www.affinitygo.net/#



<3> dont you love JS and GD
<3> lol
<4> refresh
<4> ops
<4> sorry
<5> How do I go about reading the value of a variable name that is made up of the value of 2 other variables? Example, var test_this = 1; var first = test; var second = this; alert("Test: "+{test+"_"+this});
<5> err, alert("Test: "+{first+"_"+second}); (winds up alerting Test: 1)
<6> hi put a ecom page on hold but adding a name=stopoffer and putting a js error on it. I now can't get my form to work. I have paypal /msg me if you have a couple of mins to help me trouble shoot this form.
<7> startkeylogger get on to frontpage of /.
<7> it is a quiet week ...
<8> Hello all
<9> hi fatbrain
<9> how d'you get to be so smart?
<8> I was forced
<9> lol
<8> Hi ht311, I briefly installed vista the other day... and uninstalled it after 10min, wasn't that impressive... yet
<7> like the mce part. and seem this build's mce slowness problem is common, will be solved too
<8> ok
<7> http://zbowling.com//?attachment_id=112
<10> ht311 ?
<7> ?
<10> hi :>
<10> i just coded this; http://h3.gatenet.org/fontBrowser/1.0/
<10> it's broken under ie, so use ff
<10> i did not debug it under ie yet
<10> i just wonder why i did not code that long before
<7> not bad
<7> http://typetester.maratz.com/
<7> ;)
<10> guess i'll never search enough before starting to code something
<7> it is hard to beat some spend 18hrs/day online
<7> this is good read as well http://www.bigbaer.com/css_tutorials/css_font_size.htm
<10> well, my quota of online presence has been reached for today
<10> good night
<7> nite\
<11> thx
<8> Hello all.
<11> hi fat
<12> g'morning guys ( 08:38 AM in .ro )
<8> morning.
<8> Haaa'r!!!
<8> Hello all
<8> Hello X
<13> is there smth like window.location only if it would open in a new page? window.open or smth?
<1> window.open() exists.
<13> oki thnx :)
<14> I would like to position a DIV absolutelyin the Right_Upper corner. I searched the web, but it seems like it's not that easy :)
<14> could you give a little help
<15> use css
<15> .myCl***{position: top-right;}...double check that though...i may be wrong on the usage
<14> what exactly? I set position to absolute, and top:0, but what how should i get left?
<1> left: 0;
<14> oh
<1> And #css next time.
<14> ok
<16> hi
<16> test
<17> **** mozilla! it ****s!!!!! aaaaaaaaaa I don't get an onmouseout event on a tr that has a div with absolut possition in it
<17> but!



<17> I get a onmouseover
<17> the mouseout event ocurs only if I get the mouse to a normal tr inside the same table
<17> in every way I did it, it worked on IE! mozilla? NO SIR!
<1> IE has its own event model too of course. There's IE and then there's the others. :-)
<17> heh
<17> the thing is that in IE it simply works
<8> sk8ing: that's because you've written it for IE only.
<17> I get an oumouseout event when I get the mouse out of that tr
<17> no
<17> I started to test it directly in Mozilla
<8> sk8ing: otherwise I see no problem with what you just described
<17> and I was getting mad
<17> then I tested in IE and it worked
<17> I needed a prove that I'm not an idiot
<17> it's simply bugous
<17> I get onmouseover
<17> but not onmouseout
<7> get the .srcElement, you may just get the td's mouseout which bubbled up
<17> hmm...
<8> .target (mozilla-style)
<17> thanks
<7> you may not be an idiot, but you need to understand how the whole event chain work
<17> heh, it should raise the event tho...
<18> I looking for some help with form select
<18> I have written a form with select,option statements
<18> When the user selects one of the options the form should automatically submit
<18> I've achieved this with onchange='this.form.submit()'
<18> However, I want JS to change the value of another input field, ie, submit to "Go" before submitting
<18> How can this be done?
<18> My server side script works if the value of form field submit is "Go"
<18> Can anybody help me with this?
<7> Bonaparte: either change your sever script or add a hidden field where same name as your server script looking for, add this.form.myFieldName.value = "Go"; infront of the submit call
<8> qwerty
<19> document.getElementById("cont").style.width <--whats the IE equivilant to that? :)
<20> the same
<19> http://papa.bearcavecc.com:91/wsb/ <--works perfect in all but IE
<19> IE gives error on that line
<20> and the error is.......
<7> winW + 'px;'
<19> gah
<19> thanks
<7> IE is better in this case :)
<1> That is possibly the silliest script I've ever seen.
<1> width: 100%;
<7> hehee
<19> in a 3 column interface, putting the center to width 100% will make the div the windows width, pushing you to scroll to the side
<7> the page is in quirks mode too ....
<1> Aye.
<19> just a test page
<1> "putting the center to width 100% will make the div the windows width" - isn't that what winW is?
<19> but i can subtract from it using JS
<7> usually don't need js to step in do column layout
<19> so the interface fits the window
<1> Get the page into standards compliance mode, remove margins and paddings as needed and stop writing silly scripts.
<1> Divs have 100% width by default anyhow.
<21> hi
<1> Hello.
<21> is it possible to make imagemap hotspots visible??
<21> i have map with hotspots,what i want to display some round dot or something when a mouse mover over it
<1> Hotspots?
<21> <Area>
<21> ..
<1> Heh.
<21> is it possible?please help me
<1> Try setting a css border on area:hover
<21> Pilum:can you give example of CSS border?you ,mean block?
<1> No, I mean border.
<7> there is no css style support in IE on area
<21> neither there is any border attribut
<21> e
<7> so, just an easy NO
<1> http://www.w3.org/TR/REC-CSS2/box.html#propdef-border'
<1> Yes there is. :-)
<21> he said NO css support


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

yuuiij
#linuxhelp
#AllNiteCafe
#linux
care imi da si mie un bnc
#linux
#AllNiteCafe
#MissKitten
#linux
#mirc



Home  |  disclaimer  |  contact  |  submit quotes