| |
| |
| |
|
Page: 1 2
Comments:
<[Torgo]> trogdors bday! <[Torgo]> furty! <furtive> [Torgo]! <[Torgo]> happy trogday! <furtive> let the lovefest begin! <furtive> homestar? <[Torgo]> you know it <[Torgo]> back in black <furtive> nice, it's like the AYBABTU <furtive> is this your crazy mixed up way of asking me for some kind of birthday challenge? <joehn> hi guys <furtive> howdy <[Torgo]> AYBABTU? <joehn> i want to do something a bit tricky, i want to have a link or a button in an email that updates a record on a database sitting on a web server (access) <[Torgo]> so? why you telling us? <joehn> is there a way of doing that? <[Torgo]> not in js <joehn> what would you use? <[Torgo]> any server-side language <joehn> asp for instance? <[Torgo]> for instance <furtive> [Torgo] : http://www.stileproject.com/base.html <NeoFuture> i need to find me a windows application developer <joehn> u mean a regular update routine in asp could work within an email? <[Torgo]> ah yes <joehn> what language neofuture? <NeoFuture> i dont care <NeoFuture> i want this <NeoFuture> http://www.neofuture.co.uk/screenshots/proto.jpg <NeoFuture> the feed with big from a socket <NeoFuture> 195.195.109.176 port 9876 <NeoFuture> LOGIN:rory:rory <NeoFuture> STATUS <NeoFuture> LOGOUT <NeoFuture> QUIT <joehn> what feed is it? XML? <NeoFuture> undefined can be anything <NeoFuture> im writing the socks server <NeoFuture> at the moment i was just getting the mysql/php forking to work for the server so there is no laguage as sch defined for andshaking <NeoFuture> there will be a very simlpe nstant messageingapp oo <joehn> a propietary messaging app? <NeoFuture> yes <NeoFuture> i alread have an IM within affinity <joehn> and you want to integrate it within <NeoFuture> which might need ore work <NeoFuture> joehn you on IE? <joehn> yes <NeoFuture> http://affinity.owuk.net <NeoFuture> my connection to my server is ****e at the moment <NeoFuture> i think its my dsl <ht311[aw]> NeoFuture: just use hta <NeoFuture> hta ? <ht311> http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/overview/htaoverview.asp <ht311> may be not the best way, but you already have some php doing what it show in prototype pic, this should be the fastest way to get it done. <[Torgo]> bbl <stefys`> hi <stefys`> <input type="image" src="images/enter.gif" border="0" hspace="8" onclick="if (!document.subscribe.checked.status) { alert('You must agree with terms and conditions!'); } else { document.subscribe.submit(); }"> <stefys`> i am using this <furtive> um, shouldn't it be ....status.checked ? <stefys`> i want the form to be submitted only for the else condition <stefys`> it shows the alert, but it still submits, cos it's inside an form <stefys`> anyway i can avoid this ? <furtive> avoid what? <stefys`> :O <stefys`> what can i choose from there ? <stefys`> but, that link was prolly not for me <stefys`> it had nothing to do with my question :) <stefys`> fixed it :) <furtive> wtf? <ht311> he just find a place to mummble to himself. <ht311> my sump pump crap on me today <furtive> heh, right when it rains a bunch <furtive> at least it'll be cold tomorrow <ht311> seem to be the check valve having problem (find that out after I replaced the pump ) <ht311> need to go to the store again tomorrow <ht311> and my wife spill stuff in the rice cooker, i have to take it apart, and clean it, i hate this weekend <X7C> hi <X7C> is ther a way to add fields to a form using javascript? <ht311> use createElment and appendChild, check out the reference <X7C> i just did it with innerHTML <X7C> thx anyway <NeoFuture> anyone know how to do them disjointed divs that float outside the browser window <ht311> clarify? <NeoFuture> well msg webmessenger does it when you get a new mail <NeoFuture> its like a chromeless popup outside of the browseer area <ht311> those <ht311> createPopup <ht311> ie only again <NeoFuture> i think thats em <NeoFuture> hm they must have chage em <NeoFuture> changed em <NeoFuture> they "used" to be positionable anywhere <ht311> http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/createpopup.asp <ht311> didn't recall they ever did that. in the old days, you can make chromless window <vardhan> does mozilla support that? <vardhan> http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/createpopup.asp <vardhan> er <NeoFuture> yeah msn used to do it not 12 montsh ago <vardhan> "There is no public standard that applies to this method." <NeoFuture> i think people were using it to mask the URL bar tho <vardhan> mozilla doesn't support it <ht311> yes, but me and neofuture are those weird people don't care about moz :D <NeoFuture> lol <furtive> hehe, it's not often the party you go to is directly across the street. <furtive> drunk and home by 11 <furtive> lego logic gates: http://goldfish.ikaruga.co.uk/logic.html <furtive> heh: http://thedailywtf.com/ <[TorgoAway]> love that site <furtive> yeah, i got it from you, but only started going regularly this year. <[TorgoAway]> yeah, i don't visit -- just get the rss feed <furtive> feed me seymour! <ht311> found that site a while ago. love it. i actually see people do those around me before. <ht311> found a few < 10gb harddisks in the wet basement ... <kuruption> i hate forms in javascript <FonZzie> hi there <FonZzie> what's the javascript 'ereg' for that condition : only numbers 0-9, 1 character [0-9] at least, 2 character at max.... in order to test if number between 1 and 50 is entered correctly... thx :) <melfar> parseInt(number) >= 1 && parseInt(number) <= 50 ? <FonZzie> what about : <FonZzie> var reg = /^[0-9{1,2}$/; <FonZzie> ? <melfar> it doesn't prove it's no greater than 50 <melfar> why do you like regex so much? <melfar> A question. In order to add a method to a DOM element object, object.prototype should help? <FonZzie> possible but not sure <RoBusy> melfar yes but I don't think IE supports it <melfar> okay, tnx <RoBusy> FonZzie: ^([1-5]\d|0?[1-9])$ <RoBusy> err <RoBusy> FonZzie: ^(50|[1-4]\d|0?[1-9])$ <NeoFuture> anyone into windows dev <furtive> nope <memox> in javacript, is it possible to hide a input form when something in a select box is choosed? <furtive> sure <furtive> onchange="someFunc(this.value)" function someFunc(val){ if (val == "banana"){document.formName.inputName.style.display = "none"; }} <furtive> or whatever your prefered means of hiding happens to be. <furtive> of course you'd want an else in there that makes it visible otherwise <memox> nice! <memox> thanks <furtive> np <furtive> there's also disabled = true / false that you could use <memox> ok, I'll try it <memox> furtive: is there an easy way to just print the value of an object, for the purpose of debugging? <fatbrain> memox: what's the 'value' of an object? <furtive> .value <furtive> howdy fatty <memox> I mean, for example in usual java I can just do System.out.println(obj) to print it <memox> is there a similar way in js? <fatbrain> furtive: I read your intel-mac remarks on my msn, just want to tell you I agree with you. <fatbrain> memox: not *really* :P <fatbrain> you should get a *real* debugger for JavaScript instead
Return to
#javascript or Go to some related
logs:
#linux #linux #skype #c #linuxhelp #linux burda- deutchland C1010 vb6 #chatzone #php
|
|