| |
| |
| |
|
Comments:
<0> 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 .. <0> i found a lots of google but only with effect i didnt find a plain one <1> hi <1> 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? <2> can use a work around <2> but still need to do some autorefresh on the background <2> use xmlhttp to pull the file, compare with the current one on screen by content or by some kink of token <2> if it is changed, refresh or replace the content <1> and how can I do that? :D <1> I'm a newbee :)
<2> ... <2> learn javascript , xmlhttprequest <1> I try but.... I need this done sooner <2> you better hire someone then <3> anyone know what the maximum character limit is for a javascript function? <3> like how many letters long it can be <4> you want to p*** data trough it? <3> 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 <4> I guess it depends on the browser <3> heh... yeah, i guess it would <4> teoreticaly there shouldn't be any limit <4> I belive that the interpreter just "marks" the begining and the end, and when it's called it just parses what's inside <3> 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 <4> ah <4> you're talking about it's name <3> yeah <3> 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 <4> let's see :D <4> I just remambered that there are browsers that are truncating long lines <4> but... very very old browsers <4> that probably aren't supporting js anyhow <3> well, with all the ajax stuff i'm using i am expecting some old legacy support to drop <3> so no big deal <4> heh <4> if you're using ajax there's no need to worry about long functions name <4> long function names <3> heh. thanks for the re***urance <4> :D <4> lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala <4> is this long enough? <3> ... <3> guess that depends on the purpose of it :P <4> it could be longer? <3> lol... no <3> nowhere near <4> ok :) <5> Can someone help me? I'm new to js. <4> let me see
<3> help here generally requires a question <4> works on netscape 4 <3> sweet <5> can I create an array oject within a user defined function? <3> then i've got nothing to worry about <4> opera 6 <4> I guess so <4> on opera xmlhttpobject is not working <4> neather on ns4 :P <4> works on 6.2 I belive (not sure about that) <3> buadmin: yes, you can create an array pretty much anywhere <3> varname = new Array(); <5> 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. <5> what am I doing wrong? <3> you are forgetting about scope. if you define something inside of your user function it will only be available in that user function <3> if you want to access it in some other function, you must make the definition outside of your user function <3> 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 <5> 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. <5> This is what I've done. I created this new object from the user defined function: var links_to_stuff = new myarray <5> and then this: alert(links_to_stuff.mylink[0]); <5> the browser error states that the links_to_stuff.mylink.0 is null or not an obejct <6> for Information Technology information and programming solutions, visit http://itinfo.eyethroughtheweb.com/itinfo/ <7> hi all <7> is there a way, to have a page open via a link using _blank, and sticking window constaints in the new page opened up? <8> yes <8> window.open <8> google javascript window.open <8> there are some parameters to p*** <8> string like <9> hey anyone awake ? <9> or available ? <10> When i send my form how can i open a new window and show the form result <11> <form target="_blank" <10> yea but i want to go on a another page too <11> try adding onsubmit="setTimeout('location.href=\'other.html\'', 50);" to that then <10> k <12> I hate ingrates <11> heh <13> word <14> 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? <14> http://html-channel.com/pastebin.php?id=9 <11> you have C = 1 instead of C == 1 <14> hehe, as simple as that! <14> thank you! <11> np :)
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
|
|