| |
| |
| |
|
Page: 1 2 3
Comments:
<0> just display table with onclick <0> can u? <1> Mostly, I did. But I'm too busy to finish all of it. Google for it. <0> comeon <0> is dom a must? <0> can't i use it my way? doesn't it suppose to work? <1> Yes, DOM is a must. <0> Pilum ,still there? <0> anyone there? <0> http://www.html-channel.com/pastebin.php?id=15 <0> can u take a look please? <0> helllo????? <0> bloodsample u there? <2> me here <2> why? <0> can u take a look?
<0> http://www.html-channel.com/pastebin.php?id=15 <0> line 7 seems to have a problem <0> can u look? <2> i've just started with java <0> ok <2> sorry <0> any1 else is here??? only me? <0> hello?? <3> Does anybody know what the function is called that when a user presses the back button it goes to another site? <1> history.back() ? <3> will that do it? <3> you know what im talking about right? there are some sites that when you visit then and click the back button, it wont let you leave the site, or the back button takes you to another site <1> Ah. Right. <4> hi <4> anybody knows a news server for javascript ?? <1> Heh. <5> i think he is talking bout java <6> news server ... just like irc, not much people using it nowaday <3> just the pedos <7> ben il est parti? <6> huh? <7> lol sorry mate wrong window <6> that's what I think ;) <7> hh got disconnected that why :-) <8> What's wrong with this js line? spelning = new Array(<? file_get_contents("spelning.txt"); ?>); <1> Are the values quoted and comma seperated? <8> In "spelning.txt", yes. <9> click View source button in your browser and see <8> Hmm, it says spelning = new Array(""); <1> spelning = "<? file_get_contents('spelning.txt'); ?>".split(','); <8> Oh, that splits the values by the commas, so they make an array? <1> Yes. <8> But there's no array function. Does it become an array anyway, just with that split? <1> Similar to explode() in PHP <1> It's not an array function, it's a string function. <1> And yes, it makes an array. <8> Ah, thanks. <8> Now the source claims spelning = "".split(','); <1> There's a problem with file_get_contents then <8> What problem could that be? <1> Check your PHP errors. <8> How do I do that? <1> Check your logs? <8> And where do I find those? <1> Jeez. <1> Read a tutorial already. <8> I have. It doesn't say anything about logs. Sorry that I'm a newbie... <7> what format is your file <7> what's inside? <7> one element per line? <8> It's a .php file. I think there are many elements in some lines. <7> what does a line look like? <8> spelning = "<? file_get_contents('spelning.txt'); ?>".split(','); for instance. <7> no <7> errr <7> no in your .Txt file <8> Oh, sorry. <8> The file is a .txt file, all elements are in one line, with quotes around. It's short, so here it is: "Lerum, internkonsert","Bosjkloster, Sknedagarna","Bosjkloster, Sknedagarna","Sollentuna","Borlnge, Kupolen 9/9" <10> whats that? <10> Scandinavian stuff? <10> Norway?
<8> Swedish <10> cool~ <10> Jomsviking then <7> "Lerum, internkonsert" => that's only one element of the array isn't it? <10> do you feel yourself in a Drakkar, Gokstad, Snekkja? <8> Yes, Aquel. <10> those are errors in Swedish? <8> Um, Varan, no idea what you're talking about. :P <7> what happens if you split on the commas then?? that'll give you two elements <8> Those are entries in an array. <10> those are the old Norse Long boats <7> i reckon you should parse the file in php first <8> Oh, right, forgot that. Parse in php? I've got to look up these words... <1> If they're all on one line, you can just do readfile(); <1> Ah wait. I know. :-) <1> spelning = "<? echo file_get_contents('spelning.txt'); ?>".split(','); <1> Try that. <8> Heh, funny. :P <8> That's what I have right now. <1> Oh and btw, you probably want to .split('","'); <8> Ah, yes. <8> That makes spelning = "".split('","'); <1> With the echo? <1> var spelning = "<? readfile('spelning.txt'); ?>".split('","'); ? <1> Hehe. <8> Hmm, it now prints nothing, where it used to print 'undefined'. <8> Shouldn't this be right? spelning = ""Lera i ldan, internkonsert","Bosjkloster, Sknedagarna","Bosjkloster, Sknedagarna","Sollentuna","Borlnge, Kupolen 9/9"".split('","'); <1> Oops. <1> var spelning = '<? echo file_get_contents('spelning.txt'); ?>'.split('","'); ? <8> Yay, it works! You people are the greatest! Thanks. <11> w00t <12> I have got a problem witha script-file.. and I would like someone to review it... <1> And I already told you three solutions. :-) <12> You're here as well... :) <11> howdy all <1> Ho furtive. <11> see this? http://www.joelonsoftware.com/items/2006/08/01.html <11> pretty good read <1> "Chocolate Moose"? :-P <1> Didn't know moose were made of chocolate. :-P <6> furtive: you are time warped :) <6> wb <11> thnx <11> i'm playing catchup <6> the channel's rule link from the topic need to adjust and the wiki is down, some noobs whine about that :) <11> hey ht311, what's the verdict on starfox? <11> yeah <6> it is good, FF3 ROCKS <11> i had the wiki running as a service but forgot to put in code for it to relaunch on reboot of their webserver <11> i'll fix that today <6> i got the G6L now, sold the m3 <6> and M3 Lite look very good also <11> nice. i have metroid and sarah was given nintendogs as wedding gift by a friend. <6> nice, she will make you walk/play with the dog after <11> where did you get your G6L from? <6> http://www.divineo.com/ , but need to pay tax, there should be some from ebay now <6> if you want bigger storage,m3 lite will be good <13> can anyone help me with calling a web service via javascript (or some ajax toolkit)? <1> Specify. <13> I'm trying to invoke a web service via javascript and am running into trouble <13> I'm pretty sure there should be a neat wrapper for this, but I haven't found any <6> [15:56] <1> Specify. <6> btw, you can't call cross site web service <13> yes, but that is not an issue <13> I have tried the code from http://www-128.ibm.com/developerworks/webservices/library/ws-wsajax/index.html, but couldn't get it to work <13> Other than that, I haven't found any ajax toolkit that can invoke web services <13> (Specifically, the code from that site always ended up sending an empty SOAPAction, for some reason. Maybe I specified the paramters wrong?) <6> really not sure without stepping every code on the client and server side, get Fiddler to debug the data being sent and receive too <13> hmm <13> seems like a nice tool, I will try it. Thanks. <13> are you familiar with any package that provide web service functionality? <6> not really. I turn everything into simple get request with json
Return to
#javascript or Go to some related
logs:
kimmmy efnet
#slice What composer had the forenames Piotr Illyich ? nicky cruz #skype #AllNiteCafe #AllNiteCafe plexus scratch laptop/screen askerlikşubesi #AllNiteCafe
|
|