@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hai .. can someone tell me how can I get the output of a php file into a javascript variable ?
<1> ask in #php
<0> this is more javascript
<1> no
<0> than php
<0> let me explain better ..
<0> I have a php file that will outpu "yes" or "no"
<0> I want to get that text in a javascript variable on another page
<0> and not on load time ..
<0> actualy when I click submit on a form
<2> Javascript is basically text which is interpreted by the browser. And PHP is a scripting language which is strong at outputting and manipulating text. If those aren't good enough hints then I suggest you find another job.
<1> oops
<3> he is taking Pilum suggestion ;)
<4> hm
<5> **** the world
<4> hehe, that's one way to put it.



<5> and hi [Torgo], fatbrain
<4> Hello impatient.
<4> bah, patient-0.
<5> ****ing other computer got my nick
<4> ****s
<4> that's better tho.
<4> I think I somehow magicly manage to misplace your pr0n-browser code :''(
<5> hehe
<5> want it again?
<4> hell yeah!
<5> haven't touched it since I gave it to you
<5> figure out the syntax ok?
<5> better fatbrain? ;)
<4> yesh. :)
<5> gimme 2 sec
<4> will do.
<5> I was hoping for input, btw
<4> I was going through the *parser* bits of the code when I got distracted, and then later on I misplaced it, or the code went and hid or smthn.
<4> I sometimes get abusive towards the code when I'm drunk, maybe that's why it hid.
<4> <- drunk
<5> rum & coke ++; ++
<4> marvelous
<4> hehe, raki
<4> a tukish guyish is leaving the dorm tomorrow and he threw us a party, and apparnetly raki is teh **** you drink in turkey.
<4> As long as it contains 50%+ I'll drink anything.
<5> ****
<5> that was the most confusing sentence I've seen in a long time
<4> hehe, from yours truly.
<5> nice, found the rar
<5> can't you just get it from email again?
<4> nice
<4> *done*
<4> Couldn't find the .innerHTLM incident.
<4> I'll look for it again tomorrow, I must have it somewhere, it was very funny.
<4> Yeah, I blame tha raki.
<5> **** fatbrain, you're +o in #c# ?
<6> What
<4> Bilge: curious about what the wow-iloung had to do with anything?!
<4> wow-ilounge*
<6> Just that I am there also
<4> ah. makes sense.
<5> ****, more geometry wars
<3> becareful with the language
<7> hi
<7> guys i have a stupid question.im very new to javascript and i was wondering what application is needed to run a javascript
<6> (lol)
<7> only internet explorer?
<2> There's many applications with javascript engines.
<7> most of it was working yesturday, i did not change anything and today it was not working having in mind that my internet explorer has been having problems lately
<2> And they're not all web browsers either.
<7> have u ever had an error:unable ti jit laj?
<7> jit debug?
<7> i had that error and i was told to uncheck something from the internet options
<7> what applications do i need?
<2> format perhaps.
<2> What does "ti jit laj" mean?



<7> pilum:u think it might be my internet explorer?
<7> i actually meant jit debug
<2> I've no idea what it might be.
<2> You're only giving vague details.
<2> And what does "jit" mean?
<7> i know
<4> hehe, good thing we have ht311 moderating this place ;)
<7> jit debug is debugs scripts
<7> it is just so wierd that my javascript isnt running at all
<2> Well why don't you give us some details beyond "it doesn't run" then?
<7> thats the problem.yesturday it was working fine, and alerts were displayed as they had to due to the validation function i created, but today after the form is validated im just taken to another page when and alert was suppose to appear
<7> does the name of the form where you are to post matters?
<7> pilum:what applications do you use?
<8> Hello Pilum, ym
<8> Hello fatbrain
<8> Hello poon, examancer
<9> hey
<7> hi
<10> hi. having difficulties with regex with match. Basically I have a string that I want to check to make sure it only has alphanumeric and -_ can anyone suggest what I would need? I have tried with \W\- and various other ranges.. but having no success.
<10> forget it.. forgot the $ :(
<2> ym: Firefox, Opera and IE.
<7> when you call the validateform on submit should the parameter this be included in it?
<2> How should I know? I haven't seen your method.
<1> problem soved
<8> what do you mean?
<8> Hello [Torgo]
<11> how do i make an option selected based on its value (and not its index)?
<11> say for instance it happens to be the third option in the dropdown and has a "value" of 22
<11> i want to make it as if it was just chosen
<11> is that possible?
<11> or do i have to know its index?
<3> loop the options collection , check for value
<11> hrm
<11> and then to make it act as if it were selected (to fire the select's onchange) i can just say blah.options[indexThatIfound].selected = true ?
<3> yes
<11> i'll try that, thank you sir
<11> well, when i do this: list = document.getElementById('CategoryList');
<11> and then try to say "list.options[number].value"
<11> it says that "list has no properties"
<11> this line works in IE but not in FF, i can't see why though since it's "W3C" compliant. numOptions = document.getElementById('CategoryList').length;
<11> firefox says "document.getElementById("CategoryList") has no properties"
<3> don't confuse between id and name
<11> they are set to the same thing
<11> the id and name are CategoryList
<12> Hey there
<12> any idea why that doesnt work ?
<12> <a href="javascript:popImage('<img src='imgs/house.jpg}'>','Zeus Images')"><img src="thumbnail.php?i=imgs/house.jpg}&x=120&y=85"></a>
<12> oops sorry
<12> <a href="javascript:popImage('<img src="imgs/house.jpg">','Zeus Images')"><img src="thumbnail.php?i=imgs/house.jpg}&x=120&y=85"></a>
<12> this one
<12> it displays just only the src= and then nothing :/
<13> <a href="#" onclick="popImage('&lt;img src="imgs/house.jpg"&gt;','Zeus Images'); return false;"><img src="thumbnail.php?i=imgs/house.jpg}&x=120&y=85"></a>
<13> try that
<12> umm
<12> The thing is
<12> that i want to have a thumbnail
<12> and then to click the image and have the actual one
<12> with this one now
<12> i dont see the thumbs
<14> .jpg}&x= <- whats the bracket for ?
<15> menta: I would not replace the whole html content but only change the src property of the image element.
<14> there should be & not }
<14> ah there is even &
<14> but whats the bracket for.... ui dunno
<12> oops
<12> there is a bracket
<12> ok i removed it
<12> but nothing happens
<14> check your humbnail php script then
<12> ok, lemme see
<12> ok now the thumb appers
<12> but it doesnt loads the javascript
<12> lemme see again


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#london
#linux
TSITAX
tattoo fuq
#linux
lok'amir il romathis what does it mean
#windows
install ntpd ubuntu
daw twal
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes