| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> cheap and very good <0> better than resturant <1> hard to say. i like diff places for diff things. <0> that is my thai place :) <0> for sushi place, like zenya at the moment, used to like soto in the begining <1> woohoo, oilers scored again. <0> heh <1> i liked katsura express for a while, right now no good sushi shops near where i am <0> hate all the express thing :) <1> my fav place is Just Noodles for lunch, i never get tired of it <0> i rather walk to china town to Pang for pho <1> ban mi? <1> not a big fan of the pho soups, although i love the bowls with vermicelli and grilled chicken or beef <0> the vietnamese noodle place, used be on the corner, moved across the street now <1> yeah, pho bang new york <0> oh, never remember the english name :)
<1> we should meet up for lunch one of these days. hey today i solved one of my problems. some days my leg is stiff for no reason, i put ice on it and it goes away 20 min later. fantastic! <1> hehe, you are the most trans-asian asian person i've met, most seem to stick with their heritage foods :-) <0> really? chinese people eat anything :) <1> dunno if you're making a joke there ;-) <0> still trying get rip of lbs i gain in the hoildays <0> yeah, is a fact , no joke at all <0> by the time you go back to work, it should be spring already, we can go for lunch :D <1> hehe <1> sweet, who needs the crappy Habs when the Oilers are kicking butt <2> http://pastebin.com/539644 <2> grrr,please help me. <1> what are you try <1> sigh <2> ow <2> dont use that codes. <1> what are you trying to do? <2> sorry <2> i want to remove last spaces <0> http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C0C0062AC78 <1> you just want a trim function? <0> along that line, try to understand it, domapi have a better version ;) <1> yeah <1> send him a copy of it, i don't have it on this box <2> grrr ****! <2> sorry, <2> i want to remove last spaces. <0> s=s.replace(new RegExp("\\s+$", "g") <1> cool, space porn on bleu nuit <0> those are the first thing i find out when I first come here :D <1> hehe, we used to call it The French Family Hour as kids. <0> LOL <2> this s.replace is for me ht ? <2> http://www.aspdev.org/articles/javascript-trim/ <2> whats wrong for RightTrim() ? <0> is a loop, kind of silly code if you have regular expression to use <0> just try my line there <0> well , not my line, Torgo's line <1> gotta get [Torgo] to boost my license :-P <2> i tried it <2> but i am doing err. <2> i dont know where <0> it's between the monitor and the chair <2> i know <2> i need sleep i think. gr. <0> i am in bed already;) <2> :) <2> but i dont understand a logic for torgos line <2> i am trying to do but,heh <2> i dont know this job. <0> is reqular expression, try to replace the whitespace before the end of line marker <2> sorry <2> i dont understand <2> ok, i wont do this <1> that's it for me, sleeps. <0> nite <2> huh now ok. <2> haha <2> i did it :) and before sleep heh <2> in my country there is no schools for learning javascript,but i want to learn this <2> and i must study hard :) <1> ;-)
<2> nite to you furtive|zZZz. <2> ow ht. <3> Megapai js is mostly crap <3> :S <3> learn php better <3> and google for js code you need <4> hey, i have textfield, how do i "onFocus" will copy the text to clipboard? <5> Didn't you ask that the other day? <2> :) <5> And she did that the other day too as I recall. :-P <6> hi.. how can i send some post data with javascript without creating a form ? <5> Ajax. <6> what do you mean ? <6> heard of it before <6> used it in a chat <5> http://www.scss.com.au/family/andrew/webdesign/xmlhttprequest/ should get you started <6> ok.. thanks <7> Question: onClick="return popup('popSchool.php?tobox=destination&startid=<script>document.write(source.value)</script>')" doesn't work... startid is always blank, although the edit box 'source' does have a value (numeric). CAn you see the problem? It's in a form called frmPost. <5> Yes. <8> lol <5> You cannot do it like that. <7> Something wrong with the 'source.value' <7> Oh <8> No, it's just wrong altogether <7> substituting source.value with 1234 works. <8> onclick="return popup('popSchool.php?tobox=destination&startid=' + source.value);" <7> Oooo.... <7> Lemme try... <7> 1 min/. <5> ***uming that source contains a reference to an object. <7> source is a text box in the same form.. <5> this.form.elements['source'] then. <7> onClick="return popup('popSchool.php?tobox=destination&startid=this.form.elements['source']')" <7> Page can't be displayed now... <5> this.form.elements['source'].value <7> Problem with the ' thinks then? <8> onclick="return popup('popSchool.php?tobox=destination&startid=' + this.form.elements['source'].value);" <7> this.forms.elemens is null.... <5> Naturally. <5> That's not what we wrote at all. <7> <a href="#" onclick="return popup('popSchool.php?tobox=destination&startid=' + this.form.elements['source'].value);"> <7> thats what i have <5> And the onclick is on a button yes? <7> No.. it's a text link... <7> What happens is: <7> I have 2 text boxes with values... <5> Well then. <5> document.forms['frmPost'].elements['source'].value <7> The user either enters the account number ... or the user searches using the link. The link opens a popup that returns a value to an edit box. <7> If I was in the same room as you, I'd kiss you!!! Thanks Pilum! Well helped. <9> How are you doing Pilum? :-) <5> Pretty good I'd say. <5> I got coffee and a cozy blanket. :-P <9> Excellent.. myself, the same <9> except the coffee and the cozy blanket <7> hehe.. Sorry! Unshaved - looking rather tired, and still gotta shower. So, the offer doesn't stand?? ;) <9> lol <7> hehe <10> whats wrong with this regex - var re = ^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,6}$; ? <6> nothing <10> well it dusnt work in js <6> it works only for upper case <10> hmm... so how can i make it for both upper and lower ? <5> A-Za-z <10> ah thanks <10> i also forgot the trailing /..../ <11> or just make it case insensitive... <4> where can i get the map of the chars like "&" = """ <6> there was a site <11> http://www.roborg.co.uk
Return to
#javascript or Go to some related
logs:
#london vanni pule #linux #linuxhelp DocumentBuilder parse memory leak php get the name of a variable alloplants
#AllNiteCafe #linuxhelp distcc over dsl
|
|