@# Quotes DB     useful, funny, interesting





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



Comments:

<0> back
<0> you can't help me ?
<1> Can't is not the issue.
<1> Don't want to/don't have time to is.
<0> ahe ok :)
<2> Hello Yourri, Pilum
<0> have you any idea ?
<0> ore nothing ?
<0> send form whit link a href
<1> I wouldn't use such a bloated script to do it.
<0> :S
<0> ok
<3> Pilum: http://pastebin.ca/338411
<3> i don't get it
<3> shouldn't that be correct?
<1> No.



<1> window.onload = init;
<3> ok .. checked that
<3> but i still get the same error
<3> in that post it's thre line 16
<3> daysdisc.value is null or not a object
<3> ook
<3> got it
<3> hm
<3> i am using onchange event on that form field, but onchange happens when i click the textbox
<3> that means i don't get a value for costdisc
<3> and i have to click somewhere else for that form field to be filled
<3> how can i do it to get filled right after i edited qtydisc
<2> why are you declaring the same var daysdisc twice?
<1> onkeyup?
<1> He isn't, VaranG|aN.
<3> in init() i'm changing the global variable VaranG|aN
<1> The proper term is initialize or ***ign a value.
<3> um ... right :D
<3> Pilum: onkeyup did the trick :)
<3> thank's again
<3> ooh, VaranG|aN now i see what u mean :D
<3> that was a "typo" ...
<3> :P
<3> tax.value = ((costdisc + costdist + costdipl) * 6.5)/100;
<3> why do i get a NaN value in that form field?
<1> Because .value is a string.
<3> uh
<3> and i cannot add them? even if i only inpu numbers?
<1> You must convert them to numbers....
<3> is there a function to do it?
<1> Yes.
<3> aha, parseFloat and parseInt
<3> got it :)
<4> Hello. How can i decode unescape
<1> How to decode the "decoding" method? Heh
<4> lol
<4> I want to find the p***word of a website[Challenge]
<4> The source code is 3 lines
<1> If you can't figure it out on your own, then what's the point?
<4> but i haven't learned the unescape
<4> I know only the basics in js
<4> Ok , i will look w3schools.com
<4> Pilum i cannot solve this problem
<4> With this .html there are 2 images and a .xml
<4> What is xml
<4> Look <script language="JavaScript">
<4> Is it right ?
<4> It was in the source code
<4> Are you here ?
<1> Seeking help for such challenges is borderline pathetic. If you can't solve them you should go learn and try again some other time.
<4> I solved 3 from 8 but i do not know about unescape and escape
<1> Then go read about them.
<4> w3schools writes The unescape() function decodes a string encoded with escape().
<1> Indeed.
<3> yeppie!!! my first auto filling form :D
<3> ppl type in what they want and it inputs automatically the cost for it :P
<3> n00bish i know but ... meh :D
<3> it's mine :D
<1> Hehe.
<3> hm, i can't control the color of the text inside a disabled input textbox?
<1> Yes you can.



<3> hm, not in ie as it seems
<3> ie so ****
<3> i mean ... mircosoft so **** ... they wanna control everything
<3> bah
<3> not letting u change the color of disabled input boxes, RISICULOUS!!
<3> ridiculous*
<4> Pilum i could find the answer
<4> if you help me
<4> please
<4> Look a piece of the source code
<4> document.write(unescape('\x3c\x68\x74\x6d\..........and goes on [ very big ]
<4> Hm bye , thanks a lot
<3> Pilum: onmouseup="if(document.forms['reservations'].elements['agree'].checked){document.forms['reservations'].elements['submit'].disabled = false;}else{document.forms['reservations'].elements['submit'].disabled = true;};" dowsn't seem to be working in IE
<3> got any sugestiones?
<3> i have this event on a checkbox
<3> hmm
<3> .disabled CHANGES the state of a button to the oposite of what it is at the moment => disable = true doesn't set the button to disabled
<3> if the button is allready disabled it enables it and if the button is enabled it disables it
<3> is that normal?
<3> bye everyone
<3> i'm out
<5> hi! How can i do something like this? document.images["profil"].src=file1.text the problem is my file.text it comme to an <input type="file" id="file1"
<1> You can't.
<5> okay.. so other mean?
<1> Serverside.
<5> hum i use asp.net.. but with the <input type="file" onchange="" i can only call javascript function
<5> and it's the reason why i was turner my script in javascript
<1> Keyword: ajax.
<5> do you know if i can call a asp.net finction through javascript?
<5> i don't think beacuase asp.net is server side...
<1> <1> Keyword: ajax.
<1> Look it up!
<5> i dont know ajax
<5> an i can't learn it juste for this functon;..
<1> Yes you can.
<1> If you have any understanding whatsoever about how the web works, it's easy to learn.
<1> Takes you half an hour.
<5> okay thanks
<5> last thing please
<1> Yes?
<5> i suppose not.. but.. we can't do something like this too? : ONCHANGE="changed(this.text)"
<5> beacuse i has see on web that we can p*** the form name or other thing like this
<1> this.options[this.selectedIndex].text
<5> error
<1> What exactly are you calling onchange on?
<5> hum it's for an add account form.. and when the user select a picture.. i want that the picture was shown in the page
<1> What ELEMENT?
<1> What kind of element?
<5> you talk about the control?
<1> In HTML it's called an element.
<5> ok it's the <input type="file" id="file1" runat="server" ONCHANGE="changed()"/>
<6> you need to stop thinking about asp.net once you are in the client side.
<1> You can't do much at all with a file input.
<1> Hardly anything in fact.
<1> ... for security reasons.
<5> so i really have to use ajax?
<1> If you want the contents of that file without reloading the page? Yes.
<5> and you can just say me keyword to search for this script in ajax? i really don't know where begin
<2> escal: imagine this - client never knows what's on the server and vice versa .. ajax is a communication between the two
<1> Ajax is just for for sending requests to and transferring data from the server to the current document.
<1> Just like ordinary HTTTP GET and POST requests.
<5> my code will call javascript function and javascript will contain ajax line?
<6> .....
<6> clarify "my code will call javascript ..."
<5> lol
<5> i will forget this functionnalityhehe
<7> hi
<7> can anyone tell me where I can get a code for an on-entrance pop-up?
<2> escal: what server side are you using?
<5> asp.net
<5> but
<5> i learn on web and i beagin o understand
<5> ajax will send date that asp.net will receive hehe
<1> And asp.net can send data back.


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

psybnc darwin curl
#AllNiteCafe
#teens
#linuxhelp
#linux
psybnc ubuntu 5.10
#linux
#linux
MyJTextArea text editor
#mirc



Home  |  disclaimer  |  contact  |  submit quotes