| |
| |
| |
|
Page: 1 2
Comments:
<0> <yawn> <1> i have a question... <1> anyone here deal with java web chat? <1> specifically the bellsouth chat environment? <2> hello <2> can someone please help me? <3> perhaps <2> i need to submit a form from a functions called from an onclick event of a link <3> document.formName.submit(); <2> if i put the () in the function, i get an object error <3> that's because you probably named your submit button submit, which is a bad thing to do <2> if i just do document.formname.subit; i don't get the error <2> i don0t have any submit button <3> are you calling the function before the onload event? <2> i have a form with 2 hidden fields and nothing else
<3> paste what you've got to a pastebin, or post a url <2> i'm calling the functions like this: <a href="#" onClick="myFunc();"> <3> that's fine <2> and in the func i got: <2> if(confirm("Confirm?")) <2> document.forms['confirm'].submit; <2> thats all <3> document.forms['confirm'].submit(); <2> but i get an error if i do that <3> paste what you've got to a pastebin, or post a url <2> could it be because at the end of the doc i have another form with: <3> i'm not psychic, but there's obviously something wrong <2> <input name="f_confirm" type="submit" cl***="submit" value="Confirm"> <2> it's only these 3 lines <2> don't have nothing else to paste ya <3> 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. <2> ok, but my page is full of php <2> thats why <3> paste what shows up in the browser <2> if i paste it, it's not easy to read it <3> 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. <2> ok, thast right <2> furtive: sorry :( just got my first windows xp blue screen <3> ouch <3> np <2> and don't know why, i was just chatting with you <4> lol, I never saw a blue screen on win xp <0> its usually ram <2> http://www.nomorepasting.com/paste.php?pasteID=59741 <2> the func is on line 50 <2> the call on 95 <3> you have two forms with the same name <3> line 116 and line 90 <2> possible? <3> no es posible <2> **** <2> ops, sorry <2> what a stupid <3> you create an array when you do that <2> hmm <2> thanks <2> and sorry <2> maybe it's the time <3> 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 <2> or better... hope its the time <2> yes <2> it's just a mistake <2> thanks again, and ciao <3> np <3> i forgot how much i like my little toshiba, after using my thinkpad at home the past three months <3> you have m200 or 400? <5> m200 <5> m400 is too new <5> watching american inventor , the format is really like american idol <3> what channel? <5> bt :) <3> heh. <3> then what url? <0> 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 <5> heh, i don't have winamp
<3> i think there might be a bench clearing brawl soon <3> lol, sooner than i thought <3> hehe, 4 fights at the same time <5> hockey? heh <3> yeah. <3> there have been two more fights since those last ones <5> it sound like a buggy EA NHL game :D <3> ate here last night: http://www.frommers.com/destinations/montreal/D32996.html <3> ever been? <5> nope, but sound interesting *bookmarking it * <3> i've been a few times, and as a 1/4 polish 1/4 ukranian canadian, I approve of it <3> 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 <5> I went to this place last week http://www.restomontreal.ca/restaurants/index.php?section=viewresto&resto_id=1057 <3> sounds good, i love the way they grill meat at places like that. <5> is not bad, seem to be famous within the community, <5> i just not too hot for the soup :D <3> i better go before usa bombs it <3> heh, who the hell would make soup in iran? <5> it a very think soup, with beans <3> ah. <3> mmm...lentils <5> 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 <6> how do you make a <form> element behave as an inline element instead of the default block element behavior? <6> isn't there a style setting or something? <6> nvm, I think display: inline; is going to work <7> hey <8> how do i make disable for submit button? <9> hello... need help Rolling over image -> resulting in a textbox popup -> linking to a page <9> 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. <9> Help please? <10> alert()? <10> Should this be a "do you want to go" box? Seems a bit odd to go to another page just like that onmouseover <9> I dont think so. <9> I dont 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 dont really see anything that triggers the behavior. <9> any ideas? <10> Still seems very odd to me if you want what I think you want. <9> I would be happy with just a name for the behavior so I can search for it and figure out how to do it. <10> I would be happy if I could figure out what you're trying to do. <9> Its 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. <5> "annoying keyword rollover popup ad" <9> 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. <9> ooops sorry ad <5> look at css positioning div <9> Thank you! Will go search. <11> lo <10> Lo dave-e <12> yo <13> 10 <13> yeah, me too <9> Thanks for your help! It was a DHTML Popup information box. :) <14> hello all <14> how can i change document.location using javascript pls ? <14> any hint ? <10> No such object. <14> i know <14> but i heard there is some way <10> location is a child of window <14> to redirect curent page <14> to another page <14> using javascript <10> window.location.href holds the url <14> how ? <14> aha <14> i have now some basic or very basic notions about javascript <10> .href is implied so window.location = 'newurl'; would work as well. <14> aha thanks <15> 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. :( <15> http://www.designlab.ro/test/test.html <15> Any ideas? <5> didn't see any appendChild, you may need to actually load a document to have onload fire <15> Anyone? <5> [15:02] <5> didn't see any appendChild, you may need to actually load a document to have onload fire <15> 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.
Return to
#javascript or Go to some related
logs:
#linux #linuxhelp #AllNiteCafe how long feet #c asddef
#java #c #linuxhelp kos 3arabi
|
|