@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hello. How can I check if a radio button is selected in form?
<1> .checked
<1> oha radio
<1> sorry you need to get em by elm and loop em
<1> http://www.somacon.com/p143.php
<0> radioObj is the name of the radio button?
<0> thanks for the help bye
<2> Does anyone know of a stand-alone javascript debugger that has a "scriptable" interface?
<2> Specifically, I want to automatically debug a number of scripts and see if they execute specifc functions
<3> jsunit.net is a javascript unit testing framework... would that be up your alley?
<3> also try http://www.opensourcetesting.org/unit_javascript.php
<2> let me check... thanks
<3> i know there's also venkman http://www.mozilla.org/projects/venkman/
<2> I looked at venkman, but it doesn't look like I could easily automate it
<2> I'm not sure about jsunit either... I think I mis-stated my problem
<2> I want to input an HTML file that has javascript embedded



<2> and I want to be able to determine if various functions are called
<2> in an automated fashion
<2> I input 100K HTML files, and for each file, I know if the functions (e.g., window.open) were called
<4> so i'm trying create a popup on exit. i mean, i want there to be a popup when the user closes the page/tab.
<4> helo?
<2> I'm trying to lame solution... maybe it'll work
<5> hello
<5> guys
<5> what the best way to make a redirect?
<5> document.location
<5> window.locatio
<5> url.replace or so
<6> window.location.href
<5> cheers Pilum
<7> good day every one
<8> hi
<7> hey Pilum i have a bit of a problem her in my chat window my text loads at the top of the window normall, but thensomtimes it just adds it to anyware. /and thenother times it just swops it around and adds it to the bottom. /i whant it to add it to the bottom. /n asyou know i am using the inneHTML of a div. Now i have tryed clearing it before i add new text and then combing the old text with the new, but firstly it doesnt clearit unless i instruct itto do
<7> so lang before the function where i fill it again giving an anoying flashing effect, what would you suggest i do
<7> mmmm i c /n doesnt work here
<6> Newline is \n not /n heh.
<7> oh hehe ok sorry
<7> oh yea and then i find that even with thisflashing thing no matter how i wich way round i buil this string it still puts it the wrongwyround
<7> damn pls excuse my typingthis keyboard of mine ****s
<9> how do i get the current element id that the mouse is pointing on?
<6> Why would you want the id?
<9> or anything that i can reference
<6> You could obtain the reference directly.
<9> im making a menu with js and when i make the onmouseout of the <a> it starts the timeout... i want to make an if(currentelementid != menu) then close
<6> http://www.quirksmode.org/js/events_order.html
<6> (And the following page too)
<9> thank you
<10> ny1 here?
<8>
<10> ey
<10> need elp
<8> "h" key broken?
<10> not realy
<8> ask in the room please
<10> r u a pro programe big\Al
<10> ?
<10> hos fast can u program?
<8> 42 units fast
<10> can u program for me?
<10> need it badly my friend
<8> http://www.rentacoder.com
<10> need it now
<10> can u?
<8> write what?
<11> <10> i need a scheduler program
<11> <10> with gui
<11> <10> fist it will ask for how many applications, its name, and its duration
<11> <10> then when its ok
<11> <10> its starts counting down
<11> <10> until application is finish
<8> this is javascript you want #java
<11> so u cant do it?
<12> heh... terrorists now wants us to program bomb monitoring for them... hehe
<8> javascript is not suited for that, its totally unrelated to java
<8> there are hundreds of existing scheduling apps, i suggest you use one of those
<11> can u find one for me?
<8> for windows?



<11> yah
<8> it already has a tesk scheduler
<8> *task
<11> lolz
<13> Does anyone have suggestions about how I could programmatically trace through an HTML file that contains embedded javascript? Specifically, I want to be able to identify when specific functions are called and the parameters they are called with... Any ideas?
<11> yup
<11> press ctrl+del
<13> sigh
<11> lolz
<13> Does anyone have any "productive" ideas?
<12> use Firebug, MS Script debugger or MS Visual Studio
<12> which are all javascript degugging tools
<8> iterate the inline functions, read, insert void yourTraceProc.apply(this, arguments); @ the top
<13> none of those allow automate control
<13> auotmatic*
<13> I have 300K files I need to process
<13> big\Al, that's very close to what I've been working on (since none of the debugging tools have stand alone counterparts)
<13> Is there an easy way to output results to a file in javascript
<8> client side?
<13> yes
<13> because at the moment, I'm basically instrumenting all of the function calls I care about to output the parameters I'm interested in
<13> but I need a way to capture that
<5> leaving now, bye
<14> I have a problem created for me by a previous developer. Text placed within <textarea> tags will display as-is, including html (<???></???>) tags. Is there any way to to prevent the browser from dispaying html tags and imple use the html tags?
<15> Hello. I'm sorry to ask here such a stupid question, but how can i open an URL in the same window by JavaScript??? (window.open('url') opens a new window)
<16> document.href = 'boo'
<16> sorry, .url
<15> thankz
<14> Text placed within <textarea></textarea> tags will display as-is, including html (<???></???>) tags. Is there any way to to prevent the browser from dispaying html tags and simple use the html tags?
<16> you're describing a 'rich edit'
<16> google fckeditor
<17> can u help me
<16> no
<18> lol
<18> sure a penis what you need help with
<17> i want to make a text box in html and when write a word in it it save this word in a text file
<18> k
<6> Use the serverside language of your choise.
<18> so what you need
<18> jvascript cannot do that sort of thing go to #php or #asp for help
<17> no save in a text not from a database just from save a word in a text
<18> in a text variable or a text file?
<17> from a textbox to a text
<17> text file
<16> can really only be done in IE, via jscript
<18> then javascript cannot do that sort of thing go to #php or #asp for help
<17> :(
<16> nonsense, it can be done in IE
<16> jscript and vbscript are both capable of writing to the file system
<17> do u undersatnd me a want to make just a text box in a html page after writting a word for example dudy it will be saved in a text file only
<6> Are you paying any attention whatsoever, Happinesss?
<17> yes i pay attention
<17> but i think java script doing that it is just a clint side script
<17> i want a clint side script
<6> <16> jscript and vbscript are both capable of writing to the file system
<18> ll
<18> lol
<18> hey Pilum
<18> style attriute takes precidence over cl*** attribute which takes precidence over a global <style> right>
<18> ?
<18> what is te order of heirarchy?
<6> The most specific is applied.
<19> hey Pilum i haveto thnk you for your help my chat is finally working and its seemless no flashing or anything
<19> its b.e.a.utiful
<6> Np.
<20> is there something wrong with <A onMouseDown="mDown();">blah</A> ??
<16> yeah, but it needs more cowbell
<21> mouseover mouse out?
<20> ?
<18> what are you saying? if <style> font-size:3px; and style="font-size:5px; which is more specific?
<16> obviously the style="" one
<18> ok so if cl***="referencing style?


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

country claimed Rubens, Van Dyck and Breugel as citizens
pskolog
IUBESTE/MA
#AllNiteCafe
#windows
PUSSY FACKERS
alquimist intelgirl
#mirc
adeline loget
in-nghas



Home  |  disclaimer  |  contact  |  submit quotes