@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hello
<0> how can i make p2p connection using JS-ajax?
<0> using browsers
<1> the p2p network, yes, i think it could be down, but it is useless , you can make it to send or save files
<1> s/can't
<0> ht311 how can i do that?
<1> hmm, sorry you can;t do that with js alone...
<0> ht311 then what else do i need?
<1> if you know what a p2p is, or what you want to this so call p2p, then you will know
<1> you need something can listen for a connection
<0> i have 2 browsers, 2 different computers
<0> if i click in my browser the disable button, i wanna send a value to a script on the other computers browser so it disbles an input field
<0> how could i do that?
<0> cross-browser XML manipulation
<0> or how you wanna call it
<0> xmlhttp can only connect to pages in the same domain



<0> what means this?
<2> gurde_com, if you're coding a page for http://www.domain1.com, you cannot get cotent from http://www.anotherdomain.com
<0> :|
<0> i have the same domain
<0> www.domain.com
<0> i load the pages from the same domain
<0> i wanna make somthing like a chat
<0> so if i have the pages on the same domain, can i make that work?
<0> or you just dont know it...
<3> how do I jump to an anchor on the page?
<4> location.href = "#anchorName";
<3> thanks
<3> hmm... I'm doing parent.location.href="#anchorName"; and it opens in the parent window the child link at #anchorName
<3> alert(parent.location.href); indicates the parent location, and still the parent location, unchanged, after the call
<5> sk8ing try parent.location.href = parent.location.href+'#anchorName'
<3> heh, that's exactly what I was thinking now :)
<5> ;)
<3> thanks :P
<5> anytime
<5> that's kid's play :)
<5> I'm struggling with some DOM thingies
<3> tho, I don't know what will happen if I'll call it twice :)
<3> what things?
<5> I dinamicaly create some <tr><td>....</td></tr> 's on a table
<5> and I also need to delete some of the created rows
<3> that's kid's play
<3> :P
<1> tableref.deleteRow(i)
<5> and I can't figure out how to reffer to the created <tr> in order to do a myTbl.removeChild()
<3> id it
<3> and then do a search for it
<3> unless it is the last added row
<5> I'll try that to :)
<3> if it's so, deleteRow(tbl.rows.length-1);
<5> I create those rows with document.createElement('TR') ;)
<3> ah...
<3> why?
<3> what about insertRow()?
<5> http://projects.xmldev.ro/orders/index.php?page=stock&act=conf -> Add component link
<5> anyway! time to go to sleep() :)
<5> It's almost 5 AM in .ro :)
<3> I know
<3> :P
<3> good night
<3> somn ushor :P
<3> that's how you test if he is sleeping? :P
<6> ;)
<6> im gona sleep now
<5> no! that was a "just go to bed and stop complaining!" :)
<4> don't hurt Sisif, it's archaeus and he's the only romanian i like
<1> hehe
<6> nn all
<5> g'nite NeoFu7ure
<5> g'nite stands for google-night :))
<3> I really like gmail
<3> the way it is done and all
<5> there's only one thing one cannot like about it ... US Government reading your e-mails and G-Talk logs ;)
<3> right, like they are enjoying them at a coffe
<3> come on...
<3> they probably scan for keywords at worst



<1> no, they scan for where you can get a deal for the little blue pills
<3> and what's so bad about it?
<5> sk8ing just don't store your "Learn arab language" tutorials on your gmail account ;)
<3> it's like checking the e-mail body for hacks before sending it
<3> lol
<1> email is never secure
<1> unless you encrypt the body
<3> better read by FBI than by a script kid :P
<3> and you put the private key in the subject :P
<7> meeeow
<7> I don't mind goverment reading email
<1> woof
<7> ah, I'm not alone, what time is it in .ca?
<1> 10:38
<1> i am always around ;)
<7> :)
<7> 4:38am Sweden, I just finished with The Platoon. good movie.
<1> guess you won't sleep and head to the gym again
<7> ht311: you guessed right.
<7> but I think I'll skip gym til later today, I'm configuring my new servers
<8> someone know why the value of the country state and city not save in that page http://www.clubreseau.com/staging/search.php ? every option save not country
<1> no clue, it look like a php issue than js
<8> do you look the file .js ?
<1> document.getElementById('appointment')
<1> null for that
<8> mmm
<8> what file you look ?
<8> onclick
<8> i delete that line now
<8> you can see my file .js http://pastebin.com/566228
<1> and you shoudl save the selection when you call reload in onchange
<1> but those should be take care in php more
<7> ... php.
<1> i don't have other script error, , you need to find out the logic error with the stuff i point out
<8> you want me to delete the unload in <body to put in reload function ?
<1> i don't know, you could try. is all about trying
<1> you cna do the save form twice
<8> ?
<8> how
<1> did you write the code yourself?
<8> javascript part no
<8> you want me to do lije this ? http://pastebin.com/566234
<1> do the cookieforms first before changing the location
<1> and try to make sure the cookie have the value you want to save when you loading the page
<8> do the cookieforms first before changing the location ??????
<8> http://pastebin.com/566240
<8> grrr nothing work
<1> you better know what you are doing.
<8> heay heay
<9> anyone know what's the api of responseStream : IStream ?
<8> someone know why the value of the country state and city not save in that page http://www.clubreseau.com/staging/search.php ? every option save not country
<1> you don't have to keep asking that. you have been doing it all night long yesterday
<1> spend the time learn a bit more javascript
<8> someone know yo change GET to POST to select country
<1> you are not doing a form submit in reload, there is no way you can make it as a post
<8> :(
<8> maybe I can find some example on the net for a script with POST ?
<1> DO YOU KNOW HOW HTML FORM WORK?
<8> yes
<8> it take the country in my DB
<1> formref.submit()
<8> ok
<1> if you know how to get a reference of a form
<8> http://www.lephpfacile.com/forums/read_msg.php?f=7&id=2539 ?
<1> i have no clue what it said there, i don't know php and the language of that page
<8> ok
<8> its french like me
<8> :)
<8> that wy sometime I dont understand what you say
<8> I just want it not show in my url link this http://www.clubreseau.com/staging/search.php?cat=&cat3=60 I want it not show ?cat=&cat3=60 when I coose country
<8> coose choose
<10> Here's a good javascript question (hopefully someone can help me) :
<10> I have a web site - on several of the pages i have menus


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

tom si gerry
httpd.exe: syntax error php5apache
#london
#linux
monneygram
mb2maildir
#mirc
#chatzone
idiot blacklist
#linux



Home  |  disclaimer  |  contact  |  submit quotes