@# Quotes DB     useful, funny, interesting





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



Comments:

<0> now i need a thrid one and the requirement is such that i cant reuse the those two
<0> bcoz the server from which im pulling data are different
<1> open a new iframe that will give you another 2
<0> so ive hit a roadblock
<0> it doesnt
<0> i tried that
<1> how about add a flash?
<0> even if i open a new window using window.open , even then connection limit is imposed between parent and child window
<0> cant do that :(
<0> bcoz i dont want to have any dependencies
<1> if you use that hack, that will be your dependencies
<0> how come?
<0> htmlfile object is available in IE and firefox and is marked safe for scripting
<1> firefox have that?
<0> i think yeah coz gmail works fine on firefox also
<0> without any changes



<1> i doubt. it is an activeX , you telling me FF run activeX?
<0> it runs xmlhttprequest for sure
<1> ff by default run 8 connection per server, 2 presistence connection
<1> you will still run into problem if you use more than that
<0> but it allows u to have xmlhttprequests right, and i beleive that is activex
<1> no
<2> Wrong heh.
<0> ?
<2> It has its own xmlhttprequest object.
<0> ahan i c
<1> btw, they steal that from ms :D
<1> .. you don't need one presistence connection to send
<0> i know
<0> but it can be sending any point in time
<0> and when it is it conflicts with the other connection 3rd one
<1> that's why i suggest to make a queue/pool
<0> but 2 connections are persistence for recving
<0> now i need thrid one for sending
<0> i still hit a roadblock
<1> use the hack if you really need that. just nothing is free, if you didn't plan well, you will still run into roadblock in FF
<0> FF doesnt allow more than 2 persistant connecctions to same server?
<0> coz i have persistant connections with differetn servers...
<1> chillkat: then you will run into cross site problem
<0> but that hack kindof solves it
<0> i have different subdomains..
<1> yup, as far as i know, that is the only way to get it to work.
<0> hmm
<0> yes
<0> i also think so
<0> ive been reading up and researching this
<1> I don't using flash though
<1> s/don't mind
<0> i understand, i dont want to
<1> heh, hack vs flash, hard choice
<0> ht311, thanks for your help and support
<1> np
<3> can i get JS help here?
<3> or can someone point me in the direction of somewhere i CAN get JS help?
<2> Maybe you state your problem?
<3> sure :)
<3> i want to make some kind of image rollover thing... where, when you hover over the "button" it changes the image next to it?
<3> and have maybe four "buttons" so you can see different images in the one place?
<3> does that even make sense?
<3> if not a rollover system, i dont mind a clickable button
<3> just something that you click the button, the picture changes.
<2> onmouseover="document.image['imgname'].src='whatever.jpg';"
<3> is it that easy?
<2> Yes.
<3> i put that tag in the button?
<2> That's an attribute not a tag.
<3> heh
<1> http://www.google.ca/search?q=javascript+image+rollover
<3> do i put that attribute in the tag?
<2> Yes.
<3> ht311 i tried that, i didnt get the results i desired
<1> http://www.w3schools.com/html/default.asp
<3> O_o
<1> you better learn html and js first
<3> right
<3> thanks for ***uming i'm completely clueless



<1> i don't need to ***ume.
<3> is that so?
<3> i didn't come here being rude, why must you respond so?
<3> is a help channel only for people who are JS gurus?
<1> you are asumming me to be rude now.
<3> you ARE being rude.
<1> am I rude enough ? :D
<2> You're getting there.
<1> damn, he is prv msg me , how to block that?
<2> Get a blocking script hehe.
<2> dave-e has a nice one for mIRC
<1> should check out the channel one as well
<1> may be is a good idea to have a chat bot for anyone prv msg me.
<4> hi all
<2> Hello.
<4> i'm trying to change the cl***Name with onmouseout and it seems to work inline but not in a js file
<4> onmouseover and onmouseout
<4> you know the routine
<1> after onload?
<4> could this be the problem? :document.onmouseout = doMouseOut;
<4> i'm using a table so maybe the other elements are firing too?
<1> sure
<4> i;m testing my cl***names in doMouseOut routine
<4> if its the one i'm looking for i change the cl***name to flip
<4> any ideas on to fix this?
<1> the js file load first?
<1> in general, use alert
<1> alert(doMouseOut); before that, if you see undefined, you did something wrong
<1> else is you code have problem in doMouseOut
<4> the js file's in the header
<5> function MM_swapImage() { //v3.0
<5> var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
<5> if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}
<5> can someone briefly explain this code
<5> plz
<5> I got it
<5> thanx
<6> does anyone speak french here ?
<7> hi all
<7> I wonder whether i can ask question about using javascript in firefox extension development?
<8> hmm
<8> dil-g0ne i didnt know u were a scripter or that kind of programmer
<7> Sifu who r u?
<7> ah i got ya
<8> ;)
<7> so r still lame or have grownup?
<8> dil-g0ne the rest of 'the' channel could ask you the same
<8> you may ask anything related to javascript here
<7> i dont give a damn to that sick channel(!javascript)
<7> sufi i know what i can ask here
<8> are u developing an extension for FF?
<9> hi@all
<6> hi
<9> P-O, 'cause the chan is done for that
<9> plus you may have more answers because of the number of people in the chat
<9> and to finish your question may interest someone else
<9> so no pv :p
<6> tsss`
<6> you are all alike
<9> so what
<9> there is reasons of that
<9> there are **
<6> i have a choice's list in my html, each option is supposed to change the bg color
<6> in my script
<6> i put
<6> var choix = window.document.getElementById("choixBackground").value;
<6> if(choix == option name){
<6> window.document.body.style.backgroundColor = "#007700";
<6> and it doesnt work
<6> why
<8> because
<8> i dunno
<8> why dont u write document.getElementsbyTagName("body")[0].style.backgroundColor = "pink"
<6> its twice longer


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#linux
#chatzone
porno romnesc
#chatzone
gordboy
irssi nicklist aterm
#linux
tragedyann irc
irc colors rock color bold
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes