@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet


Comments:

<romeo\> how can i make a status bar messeage with no effect no nothing .. no mouse over .. just when windows loading to be status ... to dont change when is the mouse on a link just to be there ..
<romeo\> i found a lots of google but only with effect i didnt find a plain one
<FalconeSS> hi
<FalconeSS> I have on a machine an exe that updates from time to time an htlp frame. How can I make that frame refresh when it is changed? It curentrly user autorefresh, but I would really want to refresh on filre change. can it be done?
<ht311> can use a work around
<ht311> but still need to do some autorefresh on the background
<ht311> use xmlhttp to pull the file, compare with the current one on screen by content or by some kink of token
<ht311> if it is changed, refresh or replace the content
<FalconeSS> and how can I do that? :D
<FalconeSS> I'm a newbee :)
<ht311> ...
<ht311> learn javascript , xmlhttprequest
<FalconeSS> I try but.... I need this done sooner
<ht311> you better hire someone then
<examancer> anyone know what the maximum character limit is for a javascript function?
<examancer> like how many letters long it can be
<sk8> you want to p*** data trough it?
<examancer> no, but it may be generated dynamically by my server side language and i would like to know what it is so i know what kind of restraints I need to make on it
<sk8> I guess it depends on the browser
<examancer> heh... yeah, i guess it would
<sk8> teoreticaly there shouldn't be any limit
<sk8> I belive that the interpreter just "marks" the begining and the end, and when it's called it just parses what's inside
<examancer> i just want to make sure that things like 'toggleCurrentFolderActionMenu()' would be ok in any browser. I don't think i'd have one even quite that long, but that would be the longest
<sk8> ah
<sk8> you're talking about it's name
<examancer> yeah
<examancer> i'm planning on publishing a lot of this and want the code to be very human readable, and also want to leave room for dynamically generated JS
<sk8> let's see :D
<sk8> I just remambered that there are browsers that are truncating long lines
<sk8> but... very very old browsers
<sk8> that probably aren't supporting js anyhow
<examancer> well, with all the ajax stuff i'm using i am expecting some old legacy support to drop
<examancer> so no big deal
<sk8> heh
<sk8> if you're using ajax there's no need to worry about long functions name
<sk8> long function names
<examancer> heh. thanks for the re***urance
<sk8> :D
<sk8> lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala
<sk8> is this long enough?
<examancer> ...
<examancer> guess that depends on the purpose of it :P
<sk8> it could be longer?
<examancer> lol... no
<examancer> nowhere near
<sk8> ok :)
<buadmin> Can someone help me? I'm new to js.
<sk8> let me see
<examancer> help here generally requires a question
<sk8> works on netscape 4
<examancer> sweet
<buadmin> can I create an array oject within a user defined function?
<examancer> then i've got nothing to worry about
<sk8> opera 6
<sk8> I guess so
<sk8> on opera xmlhttpobject is not working
<sk8> neather on ns4 :P
<sk8> works on 6.2 I belive (not sure about that)
<examancer> buadmin: yes, you can create an array pretty much anywhere
<examancer> varname = new Array();
<buadmin> that's what I'm doing ...but when I initialize a new object from my user defined function and reference one of the array elements in an alert() function, I get nothing.
<buadmin> what am I doing wrong?
<examancer> you are forgetting about scope. if you define something inside of your user function it will only be available in that user function
<examancer> if you want to access it in some other function, you must make the definition outside of your user function
<examancer> you could do your varname = new Array(); in the global scope area, populate it with your values in your user function, and then you should be able to read it from some other function
<buadmin> yes I'm done it that way before and I was successful. I'm trying to get a better grasp at using Objects. that's way I was trying this way.
<buadmin> This is what I've done. I created this new object from the user defined function: var links_to_stuff = new myarray
<buadmin> and then this: alert(links_to_stuff.mylink[0]);
<buadmin> the browser error states that the links_to_stuff.mylink.0 is null or not an obejct
<iToPiCs> for Information Technology information and programming solutions, visit http://itinfo.eyethroughtheweb.com/itinfo/
<schoni22> hi all
<schoni22> is there a way, to have a page open via a link using _blank, and sticking window constaints in the new page opened up?
<VaranG|aN> yes
<VaranG|aN> window.open
<VaranG|aN> google javascript window.open
<VaranG|aN> there are some parameters to p***
<VaranG|aN> string like
<Solly``afk> hey anyone awake ?
<Solly``afk> or available ?
<Subtitle> When i send my form how can i open a new window and show the form result
<RoBorg> <form target="_blank"
<Subtitle> yea but i want to go on a another page too
<RoBorg> try adding onsubmit="setTimeout('location.href=\'other.html\'', 50);" to that then
<Subtitle> k
<Bilge> I hate ingrates
<RoBorg> heh
<impatient> word
<TopBanana> can someone please suggest why the javascript in the following html page, beginning line 101, always produces a value of 47 regardless of the value of C?
<TopBanana> http://html-channel.com/pastebin.php?id=9
<RoBorg> you have C = 1 instead of C == 1
<TopBanana> hehe, as simple as that!
<TopBanana> thank you!
<RoBorg> np :)


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#MissKitten
nagasuthi in english
document.forms submit pop blocker
#networking
#windows
go to position in bufferedreader java
#teens
bf42 flying jeep
gemales
#networking



Home  |  disclaimer  |  contact  |  submit quotes