@# Quotes DB     useful, funny, interesting





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



Comments:

<0> ht311 now it works but at behaves really wierd man
<1> ? look good to me
<0> you are on IE :)
<0> right?
<1> yup
<0> in FF when i roll out it doesn't always fade out
<0> and it flickers alot
<1> problem with FF1.x, not with FF1.5 i think
<0> i have FF 1.0.7
<0> so in 1.5 will work?
<0> can't i address this not fading out issue?
<1> still not fading properly
<0> in FF no
<0> only in IE
<0> you see any problems in code?
<1> i think the event handler have a default argument with the event in FF



<0> ?!
<0> what you mean?
<1> http://www.mozilla.org/docs/dom/domref/dom_event_ref.html
<2> ok cool I found a place
<2> to paste it
<2> could someone tell me what I am doing wrong on this
<2> http://www.rafb.net/paste/results/keBTuv14.html
<2> its 9 lines long
<3> I need to have a hidden form element that says something along the line of list_date>= "Date 7 Days ago"
<4> erases ?
<5> Inventing your own scripting language eh?
<4> while ht311 here kick the mofo
<3> not trying to
<5> Looks like you are.
<3> lol
<3> its a simple form element
<6>Trout</marquee>
<5> Looks like an attempt to merge javascript with visual basic and implement it serverside style on the client side.
<3> and when its submited I need it to have a date in it from last week
<4> ht311 did you know thats actually valid
<4> what a rang colour
<1> if you are submitting to the server, who don't you do that on the server?
<4> rnk
<3> I need the value the specialstring value to = and ((list_date >= 2/1/2006) AND (cl*** <> 5) AND (cl*** <> 6) and (trans_type <> 'For Lease'))
<3> which does work if I just write it in there
<1> NeoFu7ure: that's the point, a proper powered up slap
<5> TorontoN: You can't put another tag in as the value of an attribute.
<3> its just the 2/1/06 always needs to be 7 days ago
<5> You set the attributes value via a reference to the object reference to the hidden input.
<5> Hm. Too many references in that sentence hehe
<5> document.forms['formname'].elements['inputname'].value=some_date;
<3> ok let me try working with that
<5> Where some_date = month + "/" + day + "/" + year;
<3> is there a way to do it without knowing the form name?
<5> And <> is not javascript syntaX
<1> NeoFu7ure: hehehe , great idea. need to make one in flash, more deadly
<5> You can use the form's index.
<4> lol
<5> document.forms[0] for example
<3> ok cool
<4> i could always have an md5 for the nick name
<4> lmfao
<3> let me fool around with that and see if I can get it working
<3> thanks
<4> then have "NeoFuture tells HT311 to RTFM fooool"
<5> TorontoN: And I suggest you read a couple of 101 tutorials on javascript. To familiarize yourself with basic syntax.
<1> even html as well, just how to make a valid form.
<5> Indeed.
<3> ok does this look better http://www.rafb.net/paste/results/Urbbfb88.html
<5> A bit.
<5> But you're still using the wrong syntax.
<5> And you should quote your values.
<5> And you risk premature execution.
<1> cool, i start to see what's going on, can't wait to put ;drop database -- in the file
<1> s/field
<4> http://www.neofuture.co.uk/thumbnail.jpg
<4> whoot



<4> tool tips
<1> nice
<3> ok I changed the form to a textbox so that I could see if it was working but I still don't see it filling in the text box
<4> yes i know there is a JS error in the colnsole
<3> do I need to put this javascript in the head of the document to get it to work?
<3> or can it be in the body right beside the element like it is right now
<7> hello
<7> If I have a variable like x="imagethumb.jpg" and I wanted to have it renamed to remove "thumb" so x="image.jpg", how would I do this?
<8> x = x.replace(/thumb/, '');
<7> ahh
<7> I new I was close
<7> let me try this
<7> perfect
<7> I was trying x=x(replace(/thumb/,'');
<7> thanks for your help RoBorg
<8> np
<7> <--obviously a javascript n00b
<3> I got disconnected earlier
<3> is this correct syntax to fill an element called specialstring in the second form on the page with the word test ?
<3> document.forms[1].specialstring.value="test"
<9> dijja at least try it?
<3> ya I tried it and it didn't work
<3> but I don't know if it was "activated"
<3> I just put it in a javascript tag in head of my document
<9> has to fire after the form appears
<9> ie, has to either be beneath the form, or has to be in the onload event
<3> ok so if I put it at the end of the doc it should fire
<3> let me try that
<3> ok atleast now I am getting an error :) before I was getting nothing
<3> not it says document.forms.2.specialstring is null or not an object
<3> changed it to 1 and that worked
<3> thanks a ton
<10> can someone test out my script? (submit comments)
<10> http://www.gabbr.com/beta/news/thread.php?id=452
<3> ok for some reason it works when its a text box but when I turn it to the element type to type="hidden" it doesn't work
<9> don't msg without permission
<3> oh sorry
<10> lolers
<3> I am using chatzilla and I thought thats how you replied to comment
<11> i have a easy question, i got a checkbox with a onclick="script", it work when i check the box, but it doesnt work if i uncheck it :(
<11> how can i fix that ?
<1> fix the "script"?
<11> i want to know how to control the uncheck
<11> i cant get the value uncheck
<1> put alert in your "script" , see if it is called when uncheck first
<11> i want to know what is the variable of the check, document.form.checkbox.???
<1> .checked
<1> hi furtive
<12> howdy
<13> Hey furtive :-D
<11> :(
<11> it doesnt work :(
<11> oh it workes
<11> d
<11> damn i hate javascript,
<11> :)
<12> something tells me it's not the language that's the problem.
<11> ok look at this
<11> it work if i do that document.formu.test.checked+' '
<11> but it is not working at all if i do that document.formu.test.checked
<11> if my brain doesnt work, please tell me
<12> ....checked = true/false
<4> hey hey
<12> That's cl***y
<4> lol
<12> the hot pink is a nice touch
<4> ht311`s idea
<11> so, now it still work half way for me :(
<11> but thank for the help, :) it work bettre
<14>Trout</marquee>
<1> what about this ;)


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#linuxhelp
#london
#c++
spanx undernet
#MissKitten
#linux
#linux
shakyraundernet
levelkro
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes