@# Quotes DB     useful, funny, interesting





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



Comments:

<0> StaZ[work]: there are special in SAQ signature
<1> is there a way to stop explorer to use cache ?
<2> Send no-cache headers.
<3> many
<1> because my js doesnt work
<0> just do control-f5 then
<0> if you want it to load a fresh copy
<1> i have put 5 header command anti cache
<1> it doesnt work, i have to close msie and restart it
<1> each time i click on a link
<0> check your IE setting ....
<1> but no one is able to use my web site in msie :(
<1> but is work on firefox
<4> so it's not working. how is this connected to the idea of disabling caching then?
<5> ht311 i'm not a big drinker :P
<0> actually, what is your problem



<0> me too, I just love spending money
<1> i think my js script doesnt work with msie cache
<0> you still haven't give us any clue on what doesn't work
<1> i use js and ajax but it work only the first time
<3> why are you using ajax?
<1> then i have to close msie, and retry
<1> for saving data in a file
<3> what's wrong with http?
<1> and if i delete the file my script is reading it on cache and doesnt do anything
<0> it is your server config , but just put a random seed in the url to test
<1> ok
<3> sounds like you're making your life unnessecarially complicated
<0> some people enjoy torture themselves :P
<1> i try to add a &a=1 in the address bar and reload, but it give me old data
<4> are you sure there're no error in the script messages in the status bar?
<1> [Torgo] what do you mean ?
<1> there is no error,
<3> by bringing in ajax, you're overengineering what should be a simple http post
<1> well there is other way to save data without refresh a web page ?
<3> why without?
<1> anybody know how to stop the cache in explorer that make my js dont work ?
<0> you having a strange problem. you try it on another machine's IE/
<0> ?
<1> i tryied on 3 machine
<1> it make 6 month i work on that
<0> server sending a proper header?
<3> then you are a fool
<0> if 708 add somethign in the url still didn't work, I don't know what is the issue
<0> ops s/708/you
<4> nice typo :]
<0> u4u
<4> Ortue, are you making xmlhttprequests by hand or use some pre-made ajax library?
<0> seem i just invented a new encryption
<1> i use that obj = new ActiveXObject("Microsoft.XMLHTTP");
<1> maybe i could try an other command
<4> you should review your code and check it with some other working implementation
<0> you live with this problem for 6 month??
<1> yes, i use firefox :P
<2> Cache problem with ajax in IE? Use POST. :-)
<4> Pilum is an ajax guru
<0> random number should fix the issue as well
<2> Heh.
<2> Aye, ht311.
<0> yes, Pilum is good at cleaning toilet with Ajax
<1> i dont know what to do,
<2> Ajax rocks for toilet cleaning.
<2> And for the mirror and the sink as well.
<4> ah, that Ajax. it ****s it all :]
<4> on a second thought, that's probably another ajax though
<0> you have liquid form and powder form as well
<1> ok i will read
<3> still says he's a fool
<0> for able to live with a stupid but important problem for 6 months ....
<3> if he worked for me and spent 6 months saving out a data file via ajax because it's the new buzzword, I'd throw him out on his ***
<0> I do use ajax to do the form post in 2 page, I am just too lazy to repropulate hundreds of fields if validation fail
<3> you need to build a proper framework then ;)
<0> kind of have one, just not good enough :) I miss viewstate in asp.net
<6> hi, howto get the index of the char \ in a string (str.indexOf(?) ) ?
<0> str.indexOf("\\")



<6> @ht311:tnx
<1> anybody know where i can ask for js help in french ?
<7> hey, is there a function that forces Javascript to treat a variable as a number instead of a string? hours + 12 is returning 712 instead of 19 where hours=7. :(
<8> Rex_Goodhear: var result = parseInt(hours, 10) + 12;
<9> anyone a domapi user?
<0> and your question is?
<9> im trying to set up the windows component
<9> ive been looking at the tutorials and doc and can't find how i do it
<0> the test example is a much better reference
<0> just view source
<9> i did and cant seem to understand how it works
<0> http://www.domapi.com/build/tests/HTML_4.01_Transitional/window.htm?theme=system&skin=false&lang=eng
<0> what part in there you are not sure?
<9> i have the free version, there are a lot of script includes there
<9> i understand the free version is compressed right?
<9> so i just include the compressed?
<9> and then, how can i actually set the windows
<0> you include the domapi.js you can find in your free version
<0> define "set the windows"
<10> what wrong here ws.inf.Response=[["OK","1000","ok"], [{id:24,X:23.8,Y:27.5,infoWinHTML:"<b>asdfasdfasd</b></br>adsfsadfasdf"}],[""]];
<0> the syntax is fine
<10> ok, i'm try to describe my problem
<10> this is response string from server -> [["OK","1000","ok"], [{id:24,X:23.8,Y:27.5,infoWinHTML:"<b>asdfasdfasd</b></br>adsfsadfasdf"}],[""]]
<10> response string is in o.responseText, and I try this -> eval("ws.inf.Response = "+o.responseText+";");
<10> then alert(ws.inf.Response);
<0> what it complaint?
<10> listen
<0> i mean what is the error msg from the browser?
<10> no errors, nut wrong variable
<10> when I make alert se this text
<10> OK,1000,ok,[object Object]
<0> so, it is perfect
<0> just need to check the length see if the [""] really in there
<10> i'm understand but OK,1000,ok,[object Object] is not array
<0> don;t trust your eye
<0> just use it, it is an array!
<10> oh sux... i'm stupid... to get as sample id:24 im use ws.inf.Response[1].id but need ws.inf.Response[1][0].id
<10> thanks
<11> guys can u put an object event handler in the CSS style definition ?
<0> NO
<11> like: a{eventonload: doFunction() }
<11> oki
<11> that'd awesome if they come up with that in next css
<0> NO
<11> so there's no way around having to define ..say.. a onmouseover handler.. in the tag of every individual object?
<0> just listen it on the container, check with the .srcElement/.target
<11> can u give me an example how i listen on the container
<0> http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/srcelement.asp
<0> http://developer.mozilla.org/en/docs/DOM:event.target
<12> hi@all
<13> hey
<13> if I create an object by document.createElement("div"); what methods/properties will it have?
<13> what if I want to clear it's childrens?
<2> Same as if you write just <div> in your html
<13> .innerHTML = "" is the only way?
<2> .childNodes = null; perhaps.
<13> ok, and is there any document containing that? (ref to .childNodes)
<13> and also, is there any nice way of searching for a .childNodes ?
<13> and to delete a childNode? .childNode = null? or .childNode.delete()?
<2> http://developer.mozilla.org/en/docs/DOM http://msdn.microsoft.com/
<13> why is it that if I set the divObj.onclick = "myFunc()"; it does not work?
<2> Because you put it in quotes.
<2> Also, drop the parenthesises.
<13> but I need to call a function with some parameters :|
<2> Then you use divObj.onclick = function() { yourFunc(params...); }
<13> cool, thank you
<14> Hi, If I set an overflow-x = scroll, is there a way to trigger an event when the scrollbars appears ?
<13> Pilum, is this line correct? resultSPAN.onmouseover = function() { handle_client_tab_mouseover(this); }
<2> You don't need to p*** this as a parameter.
<13> how so?
<2> .onmouseover = handle_client_tab_mouseover; <-- there you can use "this" directly inside the function.
<13> let me see
<13> but even if it works...I want to know why doesn't this work?
<2> Because in your case, "this" is the window object.


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

+c++ +sleap
javax.com windows
#c
gampula malta
integater and development
#php
the name given originally by greek rhetoricians to a literary illustration
getline c++ crap
lsof.rpm
#MissKitten



Home  |  disclaimer  |  contact  |  submit quotes