@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<NeoFu7ure> <yawn>
<DarkDrag0n> i have a question...
<DarkDrag0n> anyone here deal with java web chat?
<DarkDrag0n> specifically the bellsouth chat environment?
<sal`> hello
<sal`> can someone please help me?
<furtive> perhaps
<sal`> i need to submit a form from a functions called from an onclick event of a link
<furtive> document.formName.submit();
<sal`> if i put the () in the function, i get an object error
<furtive> that's because you probably named your submit button submit, which is a bad thing to do
<sal`> if i just do document.formname.subit; i don't get the error
<sal`> i don0t have any submit button
<furtive> are you calling the function before the onload event?
<sal`> i have a form with 2 hidden fields and nothing else
<furtive> paste what you've got to a pastebin, or post a url
<sal`> i'm calling the functions like this: <a href="#" onClick="myFunc();">
<furtive> that's fine
<sal`> and in the func i got:
<sal`> if(confirm("Confirm?"))
<sal`> document.forms['confirm'].submit;
<sal`> thats all
<furtive> document.forms['confirm'].submit();
<sal`> but i get an error if i do that
<furtive> paste what you've got to a pastebin, or post a url
<sal`> could it be because at the end of the doc i have another form with:
<furtive> i'm not psychic, but there's obviously something wrong
<sal`> <input name="f_confirm" type="submit" cl***="submit" value="Confirm">
<sal`> it's only these 3 lines
<sal`> don't have nothing else to paste ya
<furtive> if it's only 3 lines then your page isn't well formed. i'm not gonna ask again, and i'm not gonna spend the night playing guessing games.
<sal`> ok, but my page is full of php
<sal`> thats why
<furtive> paste what shows up in the browser
<sal`> if i paste it, it's not easy to read it
<furtive> i don't want to see any php, and if you paste what's in the browser then i won't have to see any.
<sal`> ok, thast right
<sal`> furtive: sorry :( just got my first windows xp blue screen
<furtive> ouch
<furtive> np
<sal`> and don't know why, i was just chatting with you
<sk8ing> lol, I never saw a blue screen on win xp
<NeoFu7ure> its usually ram
<sal`> http://www.nomorepasting.com/paste.php?pasteID=59741
<sal`> the func is on line 50
<sal`> the call on 95
<furtive> you have two forms with the same name
<furtive> line 116 and line 90
<sal`> possible?
<furtive> no es posible
<sal`> ****
<sal`> ops, sorry
<sal`> what a stupid
<furtive> you create an array when you do that
<sal`> hmm
<sal`> thanks
<sal`> and sorry
<sal`> maybe it's the time
<furtive> you can do it if you really want to, but it's very bad form. keep name unique unless it's a radio or maybe a checkbox
<sal`> or better... hope its the time
<sal`> yes
<sal`> it's just a mistake
<sal`> thanks again, and ciao
<furtive> np
<furtive> i forgot how much i like my little toshiba, after using my thinkpad at home the past three months
<furtive> you have m200 or 400?
<ht311> m200
<ht311> m400 is too new
<ht311> watching american inventor , the format is really like american idol
<furtive> what channel?
<ht311> bt :)
<furtive> heh.
<furtive> then what url?
<NeoFu7ure> some Comedy if your interested live stream (not mine, not resposible for the pron that he watches now and again) http://72.20.3.174:1212/;stream.nsv
<ht311> heh, i don't have winamp
<furtive> i think there might be a bench clearing brawl soon
<furtive> lol, sooner than i thought
<furtive> hehe, 4 fights at the same time
<ht311> hockey? heh
<furtive> yeah.
<furtive> there have been two more fights since those last ones
<ht311> it sound like a buggy EA NHL game :D
<furtive> ate here last night: http://www.frommers.com/destinations/montreal/D32996.html
<furtive> ever been?
<ht311> nope, but sound interesting *bookmarking it *
<furtive> i've been a few times, and as a 1/4 polish 1/4 ukranian canadian, I approve of it
<furtive> this link is good, i agree with all the places i've been to on it: http://www.toutmontreal.com/english/eguide/restaurants/suggestions.html
<ht311> I went to this place last week http://www.restomontreal.ca/restaurants/index.php?section=viewresto&resto_id=1057
<furtive> sounds good, i love the way they grill meat at places like that.
<ht311> is not bad, seem to be famous within the community,
<ht311> i just not too hot for the soup :D
<furtive> i better go before usa bombs it
<furtive> heh, who the hell would make soup in iran?
<ht311> it a very think soup, with beans
<furtive> ah.
<furtive> mmm...lentils
<ht311> the 2 irish pubs at where I work is good, one is very good for burger and curry, one is good for fish and chip
<examancer> how do you make a <form> element behave as an inline element instead of the default block element behavior?
<examancer> isn't there a style setting or something?
<examancer> nvm, I think display: inline; is going to work
<imCOOL> hey
<Shir21> how do i make disable for submit button?
<blert> hello... need help Rolling over image -> resulting in a textbox popup -> linking to a page
<blert> Does anyone know if there is a another name for this function or how to approach this or how to do this? I want to be able to rollover an image map or it could even be just an image have a small textbox popup then click on the textbox and go to a different page.
<blert> Help please?
<Pilum> alert()?
<Pilum> Should this be a "do you want to go" box? Seems a bit odd to go to another page just like that onmouseover
<blert> I don’t think so.
<blert> I don’t think so. It has to be small box in a position right over the image so when you hover over the image the box floats and when you leave the image the box hides. Does this make sense? I have seen it in istockphoto page and some other pages, but when I try to look at the code I don’t really see anything that triggers the behavior.
<blert> any ideas?
<Pilum> Still seems very odd to me if you want what I think you want.
<blert> I would be happy with just a name for the behavior so I can search for it and figure out how to do it.
<Pilum> I would be happy if I could figure out what you're trying to do.
<blert> It’s kind of like a tool tip box. Or it could be when you rollover a hotspot in image map a box floats up with some info and when you click on the hotspot it takes you to another page.
<ht311> "annoying keyword rollover popup ad"
<blert> Nop. Not a popup add. Say if I have a map and on that map there is a dot for an activity around the city. When you rollover a dot (hotspot) on image map a small box pops up with two lines of text saying what it is and what you can see there.
<blert> ooops sorry ad
<ht311> look at css positioning div
<blert> Thank you! Will go search.
<RoBorg> lo
<Pilum> Lo dave-e
<dave-e> yo
<melfar> 10
<melfar> yeah, me too
<blert> Thanks for your help! It was a DHTML Popup information box. :)
<lovetruth> hello all
<lovetruth> how can i change document.location using javascript pls ?
<lovetruth> any hint ?
<Pilum> No such object.
<lovetruth> i know
<lovetruth> but i heard there is some way
<Pilum> location is a child of window
<lovetruth> to redirect curent page
<lovetruth> to another page
<lovetruth> using javascript
<Pilum> window.location.href holds the url
<lovetruth> how ?
<lovetruth> aha
<lovetruth> i have now some basic or very basic notions about javascript
<Pilum> .href is implied so window.location = 'newurl'; would work as well.
<lovetruth> aha thanks
<evi|one> Hello. I have a problem. I'm trying to create an iframe on the fly, create a form within it, then submit that form. It only has to work on Firefox. I wrote some code, but it doesn't seem to do the trick. :(
<evi|one> http://www.designlab.ro/test/test.html
<evi|one> Any ideas?
<ht311> didn't see any appendChild, you may need to actually load a document to have onload fire
<evi|one> Anyone?
<ht311> [15:02] <ht311> didn't see any appendChild, you may need to actually load a document to have onload fire
<evi|one> That's what I'm trying to do: create a form, submit it, and then the "action" page will load into the frame and trigger the onload event.


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#linux
#linuxhelp
#AllNiteCafe
how long feet
#c
asddef
#java
#c
#linuxhelp
kos 3arabi



Home  |  disclaimer  |  contact  |  submit quotes