@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hellow world
<0> anybody around.
<1> help me
<2> how?
<1> 1 mins
<1> <input name="Value" type="button" id="menu" style="overflow:hidden; width:191px; height:27px; z-index:23; border:#FFCC99 1px solid; background-color:#757575; font-weight:bold; color:#FFFFFF" title="Webmenu" lang="ro Romanian" onClick="a href=&quot;asl&quot;" value="Value">
<1> <-- what error?
<1> onClick="a href=&quot;asl&quot;" value="Value">
<2> javscript doesn't recognize html elements
<1> button action url ...
<1> yep
<2> onclick="location.href='foo.html';"
<1> tenks! (suport php code?
<2> no
<1> tenk`s
<1> hmz imput buton redirect new page?



<1> code?
<1> _blank
<2> was that a sentence?
<1> <input name="Value" type="button" id="menu" style="overflow:hidden; width:191px; height:27px; z-index:23; border:#FFCC99 1px solid; background-color:#757575; font-weight:bold; color:#FFFFFF" title="Webmenu" lang="ro Romanian" onClick="location.href='success_login.php?user_login=<?php echo $view['mail']; ?>'" value="Value">
<1> url .. new page ...
<2> target="_blank"
<1> onClick="location.href='success_login.php?user_login=<?php echo $view['mail']; ?>' target='_blank'"
<1> ok?
<2> no
<2> <a href=
<2> err
<2> <a href=".." foo=".." blah="...">
<2> jeeze, this is like talking with a caveman
<1> okey link is button!
<1> hmz tenks help!
<1> :>
<3> oh is furtive, he come out from the cave
<2> i'm full of maple syrup
<3> you went to sugar shack ?
<2> yeah. best one in past three years
<3> wow, i though this year will be a bit strange, since there is no snow around
<2> well there is that yes, but temp was still good for the sap
<2> i also went to mt tremblant this weekend to see a concert
<3> just in time to recover for spring
<2> yeah
<2> now i'm setting up my dev env on the new notebook, i'll get that js channel migration done soon, hehe
<3> you should see gray's anatomy this summer
<3> hehe, you saw the date changed? hahahahaha
<2> yeah, i fixed that
<3> hehe, "Sometime" nice
<4> What would be the best way to check if the element I'm dragging is already inside a ul before executing the insertion code?
<5> check it's parentNode
<5> if(parentNode.nodeName == "UL") etc..
<4> where ul is the string i want it to verify against?
<5> huh?
<5> sorry, you sounded like you knew what you were doing ;)
<4> yeah i really should mention i don't first :)
<6> you can drag an element with javascript?
<6> an element like what?
<7> I need a bit of help
<8> bobmutch: I'm sure someone can ***ist, but not until you state your problem.
<8> What's it called when I use an xmlhttp object to fetch non-xml? It's not AJAX as there is no X involved...
<8> Can I still use the term "AJAX" to describe it?
<8> I'm using the "evil" innerHTML...
<6> ?!
<6> Demonen?
<6> Demonen: it is .. the it wraps the data into an XML and transfers it through HTTP protocoll
<8> hmm... I'm using it to grab .txt files right now, and it comes out as exactly that in the other end, so I can container.innerHTML it
<8> Is it still called AJAX? I'm not touching XML with it at all.
<6> ahna ghar mil-qtates qed jitratawna .. vera tradejta din jien? .. jew veru illi min qala imbaghad bellaha
<9> Ajax is just a buzzword.
<6> lol @ buzzword
<6> yes it is
<6> Demonen what are you using ?
<8> Yeah, it is, but I still want to know what to call this.
<8> I'm just GET'ing some data off the server using an XMLHTTP object.
<6> are you doing a postback?
<6> is there a postback/
<8> I'm not sure what a postback is. Please explain.



<6> if there isn't a postback then your using the XMLHTTP
<6> A postback is when you click a button
<6> and
<6> that button requests from the server data or something
<6> the server returns back the data
<8> Well, technically I'm using a href with onclick="" so non-JS people don't get completely screwed, but I guess that is a postback. Yes.
<6> in that way you'll see a page refreshs
<8> no page refresh...
<6> my question still ponders though how the hell does the XMLHTTPObject returns data throuhg the server
<8> can you please put more text on each line so I don't think you're done explaining in the middle of your text? It is confusing, sorry.
<10> i need some programming inputs and views here. i've got a div tag displaying some text, I want it t obe "editable", so onclick i make <teaxtarea> inside the div tag, with the innerHTML text. when the textarea is changed, i store it to my DB using ajax tech.the problem is to get it to go back to the div tags when focus is lost, any ideas?
<6> I use AJAX but I'm using the Microsoft version Callback of VS2005
<10> VaranG|aN, what do you mean by returning data?
<8> http://www.z0rz.net/~demonen/WebKonsept/Ajax/ <-- This is the exact stuff I use.
<10> VaranG|aN, XMLHttpRequest.responseText
<6> yes but how it works
<6> why it doesn't refreshes the site
<10> cause it calls the page in the background..
<6> in the background
<6> ?
<8> Yes, in the background.
<6> or because it is called asyncronously
<10> you can look at XMLHttpRequest in a very simple way, as a "web-browser"
<8> http://www.z0rz.net/~demonen/WebKonsept/Ajax/test.html <-- Look at it.
<10> a webbrowser that you can't see, but use..
<6> are you using a server langauge?
<6> Demonen?
<8> The "magic" is in this line: xmlhttp.open("GET",page,true);
<10> yes..
<8> Nope, I'm that example/test I'm just fetching .txt files
<8> regular, every-day textfiles.
<6> using javascript/
<6> ?
<8> Yes. Look at the example.
<10> VaranG|aN, the whole idea with ajax technology is to use both client side scripting(javascript) and server side scripting to dynamicly update web-content in your browser..
<6> yes I know
<10> Demonen, you got any good tutorials or hints to my question?
<6> ascii_: I know how it works.... just the XMLHTTPobject I didn't knew
<6> how it was written
<10> VaranG|aN, if yout windering how it works, read the RFC for the http protocol..
<10> oh..many typos..
<6> I'm using the Callback microsofts
<6> so to tell you truth all the XML stuff is being
<8> ascii_: not really, no. I'm just learning this now. Experiementing and drawing off expeience with other languages, mostly.
<8> Anyway, my conclution has to be that I should discard everything VaranG|aN has said so far, and reset the "What should I call this thing, then?" question.
<8> I'll just refer to it as XMLHTTP, and forget the whole AJAX buzzword for now.
<10> you are trying to learn ajax?
<8> I don't care what it's called, I just don't want everything to refresh every time I want a tiny peice of information updated.
<8> :)
<8> I want to learn how to do this: http://www.z0rz.net/~demonen/WebKonsept/Ajax/test.html
<6> I have pages done in AJAX and its cool
<10> Demonen, what server side scripting do you use?
<6> with ASP.NET
<10> VaranG|aN, i bet it is..
<8> ascii_: For that, I use nothing. It just yanks .txt from apache.
<8> Eventually it'll be Perl/CGI
<6> perl-cgi?
<6> (_)
<6> how come people still use it?
<8> Perl, you know, the scripting language? Used as a Common Gateway Interface.
<10> cause it's powerfull as hell..
<6> ASP.NET 2.0 is much more powerful
<8> It can do anything and everything I want and need. That's why.
<8> ASP.NET 2.0 does not run on Linux/Apache
<6> who cares as long as there is IIS
<8> Perl, however, runs on IIS
<8> so if I write my stuff in Perl, it can run anywhere.
<6> anywhere .. as if your going to transfer your site every week to another machine
<8> I don't need to be picky about the host at all, I just need permission to execute serverside.
<8> I write scripts for other people with other webhosts.
<8> I don't wanna tell people "No, I can't take your money. I can't script for your webhost"
<8> Anyway, who cares? If you want to use ASP.NET, please do.
<10> VaranG|aN, go read some stuff before you argue..cause your arguments are lame..


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

susi18- sweet
#linux
the infamous contraction of Geheime Staatspolizei
declare -x ubuntu bashrc
serious53
wshaper asus
#php
FRIENDTERS
#linux
trackerbittorent.com



Home  |  disclaimer  |  contact  |  submit quotes