@# Quotes DB     useful, funny, interesting





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



Comments:

<0> and y is that
<0> can u atleast tell me where to write which code
<1> you are not learning, and you making me works, not even my wife can make me works (well that is a lie)
<0> hehe
<1> [12:11] <exacube> window.location.href="";
<1> put a real url there. you can't use ../........
<0> yeah i have already done that
<0> ok can u give me atleast a good url where i can learn more about java scripting
<1> p***_val=='enter'
<0> a pdf kind of thing
<1> http://www.w3schools.com/
<0> ok thnx
<2> hello fellas im back
<2> i have implemented the drag
<2> but i want it to have a restraint



<2> its inside a box
<2> i have calculated the restraints
<2> but my prob is, on mouse move, it should stop when its over the restraints
<2> how?
<1> you mean make a slider , limit where it goes?
<2> yes like that
<2> i have the restraints
<2> my problem is how to make it stop there
<1> don't move the div once you p*** the limit in onmousemove handler?
<2> yeah
<2> moremover, adjust the div so that its just sticks at the end
<1> well, it is all up to you, you control where the div to move to
<1> or whatever the element you are moving
<2> well, during the drag process, i can drag it out the limit, then i cant drag it back in
<1> it is your drag script control where it move to. I still don't see what is the problem putting some if in there
<2> ok
<2> here look at this
<2> http://210.4.21.239/ell/drag/
<2> oh i got it
<3> Error: obj is not defined
<3> Source: http://210.4.21.239/ell/drag/lib.js
<3> Line: 34
<3> doesn't work at all with FF
<2> im coding as we speak
<2> so excuse me
<2> i got it now only had to do a debug
<2> :)
<3> do you know there are libraries to do that?
<2> i love doing them by hand
<2> :)
<2> and learning from it
<2> im gonna do an ajax online photo resizer
<2> module for an online community
<4> Hello
<4> can somebody please help me with some JavaScript?!
<4> I am having some problems processing some small amount of data :(
<4> hello
<5> help !
<6> Marte, just ask you question , whining for help won't get you any
<5> http://www.dhtmlgoodies.com/forum/viewtopic.php?t=654
<5> please help me with that problem
<5> ht[food] :(
<1> we don't support 3rd party code, but you problem is a cross site with xmlhttprequest, you can't do that, forget it
<5> lol
<5> really?
<1> Yes
<5> you mean i can't use ajax for reading data from other websites?
<5> then why the fxxx in world , it containing the word HTTP in it :( ?
<7> hello everyone....
<7> I have in my PHP code this: echo "<script language=\"JavaScript\">\n"; echo "alert(",$is_valid_session,");\n"; echo "</script>"; <---- and I would messagebox an alert with the result of $is_valid_session but I see it doesn't alert...anyone have a suggest why?
<7> thanks to everyone
<8> what's with the comma in echo ?
<8> :)
<7> which comma?...
<8> before and after $is_valid_session
<8> should be a dot man



<8> string concatenation in php is done with '.' character
<8> dot that is
<7> ah lemme try...
<7> hold on
<7> uhm it still doesn't alert anything...
<8> where do you echo the script? in <head> ?
<7> no...
<8> then?
<7> in <link>
<1> we don't deal with php here, just paste the output to a pastebin
<8> in <link> ?
<8> yeah exactly
<7> ok hold on
<8> if you put that in <link> would be a good ideea to show me all code
<7> lemme do a paste on pastebin
<7> octopus and ht311, there you go... http://rafb.net/paste/results/ZdXqli18.html
<7> where you see the $is_valid_session variable in the middle of the code
<9> *yawn*, #php is up the street a bit
<1> again, I am way to noob to deal with any php issue, if you want an answer, you better just paste the html source from the page
<7> ok
<8> Lurzino replace the alert with this: echo "alert('xxx" . $is_valid_session . "');\n";
<8> and tell me if it works
<8> $is_valid_session is probably empty and that's why the alert doesn't trigger
<7> ok now it works
<7> in fact at the first cycle is empty but at the second cycle I have a result... and that's what I needed for
<7> thank you optocus :)
<8> np
<7> cy-a
<10> hello?
<11> hi
<10> anyone here?
<10> hey elf
<11> hi balty
<11> anyone here that is good with java code?
<2> im back with another problem
<11> lol
<10> I have a question for you, I try to put some text in a textbox in a frameB(www.google.com) from a textbox in my frameA. It doesn't work it says access refused...is it normal?
<11> never tried that, but should be possible
<12> Balty, that may be normal
<12> but i never tried neither
<11> possible != easy
<10> parent.enfant1.document.theFormname.textboxname.value=document.form2.out.value
<10> then I submit
<1> it is not possible, it is a crosssite issue
<10> works if my frame is a simple doc that I created but not if it's google.com or most of the websites I go to
<10> what ht?
<1> and ^Ramon-, just ask you question pls , you have been here enough to know that.
<10> everything is possible with some imagination
<10> ...
<1> Balty, no, as long as it is not your site, you can't touch what is inside
<11> lol
<2> ht311, ive done the drag... :D
<2> http://210.4.21.239/ell/drag/
<11> ht, any chance you can help with a java code question?
<2> i got another algo prob.. well as you see, the resize node, it should resize to aspect ratio
<1> this is a javascript channel, not java
<10> ht maybe with another language?
<11> had to try, no java channel that I can find here.
<2> now im figuring out a diagonal line where the resize node will p***
<2> is trigo involved?
<1> it is not where it will p***, you just need to force the resize 'box' to move along the line
<1> it is linear equation
<11> I'll just research the java documentation. Stupid problem, thought it would be no different that c's parsing of int's but isn't.
<10> ht, is it possible to enter a text in a textbox of another website with another language maybe?
<2> yeah so i figured
<1> Balty, what other language ?
<10> any...I have to do it. VBnet maybe?


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

httpd-2.2 binary
hoooot
#java
#linux
ophicous
com infectors asm
#AllNiteCafe
#skype
Fatal: gphoto2 requires libgphoto2
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes