| |
| |
| |
|
Page: 1 2 3
Comments:
<gurde_com> hello <gurde_com> how can i make p2p connection using JS-ajax? <gurde_com> using browsers <ht311> the p2p network, yes, i think it could be down, but it is useless , you can make it to send or save files <ht311> s/can't <gurde_com> ht311 how can i do that? <ht311> hmm, sorry you can;t do that with js alone... <gurde_com> ht311 then what else do i need? <ht311> if you know what a p2p is, or what you want to this so call p2p, then you will know <ht311> you need something can listen for a connection <gurde_com> i have 2 browsers, 2 different computers <gurde_com> 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 <gurde_com> how could i do that? <gurde_com> cross-browser XML manipulation <gurde_com> or how you wanna call it <gurde_com> xmlhttp can only connect to pages in the same domain <gurde_com> what means this? <archaevs> gurde_com, if you're coding a page for http://www.domain1.com, you cannot get cotent from http://www.anotherdomain.com <gurde_com> :| <gurde_com> i have the same domain <gurde_com> www.domain.com <gurde_com> i load the pages from the same domain <gurde_com> i wanna make somthing like a chat <gurde_com> so if i have the pages on the same domain, can i make that work? <gurde_com> or you just dont know it... <sk8ing> how do I jump to an anchor on the page? <furtive> location.href = "#anchorName"; <sk8ing> thanks <sk8ing> hmm... I'm doing parent.location.href="#anchorName"; and it opens in the parent window the child link at #anchorName <sk8ing> alert(parent.location.href); indicates the parent location, and still the parent location, unchanged, after the call <Sisif> sk8ing try parent.location.href = parent.location.href+'#anchorName' <sk8ing> heh, that's exactly what I was thinking now :) <Sisif> ;) <sk8ing> thanks :P <Sisif> anytime <Sisif> that's kid's play :) <Sisif> I'm struggling with some DOM thingies <sk8ing> tho, I don't know what will happen if I'll call it twice :) <sk8ing> what things? <Sisif> I dinamicaly create some <tr><td>....</td></tr> 's on a table <Sisif> and I also need to delete some of the created rows <sk8ing> that's kid's play <sk8ing> :P <ht311> tableref.deleteRow(i) <Sisif> and I can't figure out how to reffer to the created <tr> in order to do a myTbl.removeChild() <sk8ing> id it <sk8ing> and then do a search for it <sk8ing> unless it is the last added row <Sisif> I'll try that to :) <sk8ing> if it's so, deleteRow(tbl.rows.length-1); <Sisif> I create those rows with document.createElement('TR') ;) <sk8ing> ah... <sk8ing> why? <sk8ing> what about insertRow()? <Sisif> http://projects.xmldev.ro/orders/index.php?page=stock&act=conf -> Add component link <Sisif> anyway! time to go to sleep() :) <Sisif> It's almost 5 AM in .ro :) <sk8ing> I know <sk8ing> :P <sk8ing> good night <sk8ing> somn ushor :P <sk8ing> that's how you test if he is sleeping? :P <NeoFu7ure> ;) <NeoFu7ure> im gona sleep now <Sisif> no! that was a "just go to bed and stop complaining!" :) <furtive> don't hurt Sisif, it's archaeus and he's the only romanian i like <ht311> hehe <NeoFu7ure> nn all <Sisif> g'nite NeoFu7ure <Sisif> g'nite stands for google-night :)) <sk8ing> I really like gmail <sk8ing> the way it is done and all <Sisif> there's only one thing one cannot like about it ... US Government reading your e-mails and G-Talk logs ;) <sk8ing> right, like they are enjoying them at a coffe <sk8ing> come on... <sk8ing> they probably scan for keywords at worst <ht311> no, they scan for where you can get a deal for the little blue pills <sk8ing> and what's so bad about it? <Sisif> sk8ing just don't store your "Learn arab language" tutorials on your gmail account ;) <sk8ing> it's like checking the e-mail body for hacks before sending it <sk8ing> lol <ht311> email is never secure <ht311> unless you encrypt the body <sk8ing> better read by FBI than by a script kid :P <sk8ing> and you put the private key in the subject :P <fatbrain> meeeow <fatbrain> I don't mind goverment reading email <ht311> woof <fatbrain> ah, I'm not alone, what time is it in .ca? <ht311> 10:38 <ht311> i am always around ;) <fatbrain> :) <fatbrain> 4:38am Sweden, I just finished with The Platoon. good movie. <ht311> guess you won't sleep and head to the gym again <fatbrain> ht311: you guessed right. <fatbrain> but I think I'll skip gym til later today, I'm configuring my new servers <psykotapette> 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 <ht311> no clue, it look like a php issue than js <psykotapette> do you look the file .js ? <ht311> document.getElementById('appointment') <ht311> null for that <psykotapette> mmm <psykotapette> what file you look ? <psykotapette> onclick <psykotapette> i delete that line now <psykotapette> you can see my file .js http://pastebin.com/566228 <ht311> and you shoudl save the selection when you call reload in onchange <ht311> but those should be take care in php more <fatbrain> ... php. <ht311> i don't have other script error, , you need to find out the logic error with the stuff i point out <psykotapette> you want me to delete the unload in <body to put in reload function ? <ht311> i don't know, you could try. is all about trying <ht311> you cna do the save form twice <psykotapette> ? <psykotapette> how <ht311> did you write the code yourself? <psykotapette> javascript part no <psykotapette> you want me to do lije this ? http://pastebin.com/566234 <ht311> do the cookieforms first before changing the location <ht311> and try to make sure the cookie have the value you want to save when you loading the page <psykotapette> do the cookieforms first before changing the location ?????? <psykotapette> http://pastebin.com/566240 <psykotapette> grrr nothing work <ht311> you better know what you are doing. <psykotapette> heay heay <js1> anyone know what's the api of responseStream : IStream ? <psykotapette> 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 <ht311> you don't have to keep asking that. you have been doing it all night long yesterday <ht311> spend the time learn a bit more javascript <psykotapette> someone know yo change GET to POST to select country <ht311> you are not doing a form submit in reload, there is no way you can make it as a post <psykotapette> :( <psykotapette> maybe I can find some example on the net for a script with POST ? <ht311> DO YOU KNOW HOW HTML FORM WORK? <psykotapette> yes <psykotapette> it take the country in my DB <ht311> formref.submit() <psykotapette> ok <ht311> if you know how to get a reference of a form <psykotapette> http://www.lephpfacile.com/forums/read_msg.php?f=7&id=2539 ? <ht311> i have no clue what it said there, i don't know php and the language of that page <psykotapette> ok <psykotapette> its french like me <psykotapette> :) <psykotapette> that wy sometime I dont understand what you say <psykotapette> 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 <psykotapette> coose choose <Armorqq> Here's a good javascript question (hopefully someone can help me) : <Armorqq> I have a web site - on several of the pages i have menus
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
|
|