| |
| |
| |
|
Page: 1 2
Comments:
<0> Bonjour <1> salut <2> i have 2 radio buttons. i am trying to select one or the other with the script. how do i do it??? code: http://pastebin.mozilla.org/3037 <1> "True" is info[4], not 5 <2> oops <2> ty <2> will fix that <2> error on the back end code <2> but it will be 5 <3> use .checked for setting checkbox <1> and unique ids also <2> ok
<2> if i check one, wil the other uncheck as long as the names are the same (not the id's) <2> http://pastebin.mozilla.org/3038 <3> you can test that to find out <2> ok <2> min <2> like this??? http://pastebin.mozilla.org/3039 <1> could just; document.getElementById("unactive").checked = !(document.getElementById("active").checked = (info[5] == "True")); <2> never thought of that <2> it works...ty <4> got problem to write a div onMouseOver on an image <4> works perfectly in IE <4> firefox blinks <4> someone there to help? <3> "write" ? <4> well to print <4> to the screen <4> TD width=10><IMG src="../imgs/home.gif" align=middle onMouseOut="CacheInfo(2002)" onMouseOver="InfoBulles(2002)" onclick="Redirect()"></TD> <4> here is the call <4> <div id=info name=bulles z-index=100></div> <3> it is call move/position <3> and there is no attribute called z-index for div <3> qoute you attribute as well <5> [ProgWD] z-index is a css property and shall be in a style="" attribute <4> ok i tried <4> i try <5> style="z-index: 100;" <5> but inline css is not recommended <5> should use cl***es/ids and a <style> tag in the <head> part of the document <4> i see the div appear <4> but blinks <4> document.getElementById("InfoBulle").innerHTML=texte; <4> document.getElementById("InfoBulle").style.visibility='visible'; <4> i guess it's ok no? <4> How to got the pointer for firefox <4> cursor <4> seems to be different <6> cursor:pointer <4> huh? <4> if (IE) { // grab the x-y pos.s if browser is IE <4> tempX = event.clientX + document.body.scrollLeft <4> tempY = event.clientY + document.body.scrollTop <4> } else { // grab the x-y pos.s if browser is NS <4> tempX = e.pageX <4> tempY = e.pageY <4> sorry <4> not seem to be known by firefox <7> cursorStartX = IE?event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft:E.clientX + window.scrollX;
<4> work for firefox? <3> ... <7> no, i just posted that for the hell of it <4> :P <4> i'll make a try <4> thanks <4> sorry but not seems to work <4> even in IE <4> IE is undefined <7> that was YOUR variable <7> how about defining it? <4> i thinked its was the browser id <4> can i send you the file? <7> no <4> is there a way to paste through your site <4> or something <7> nomorepasting.com <2> pastebin.mozilla.org <4> ok <4> wait <7> no <4> http://www.nomorepasting.com/paste.php?pasteID=73396 <4> if someone got an idea <3> it is you need to get the idea <7> you are not setting IE or E to any values <7> furthermore, you are not p***ing in the event argument <3> [ProgWD] http://www.quirksmode.org/js/introevents.html <3> and you got a duplicate infobulle <4> ooo i didnt saw that sr <4> sry <4> thanks <4> ht311 ill check the page <4> just another one then <4> is there a way to check if a frame exist? <4> like if frameexiste(hwnd){ display else alert( windows.close...) <3> loop window.frames <4> excellent <4> thanks for all guys <7> my spidey senses say we havne't seen the last of that <8> leaving now, bye guys <9> **** it ok? <10> No. <11> Hit it like you mean it <12> hehe <12> so funny <11> Nobody else get it apart from us :/ <11> gets* <12> indeeds ^^ <11> Nor me either since I packed it in a while ago :P <12> really? shame on you <11> I'd like to give BC a bash, but funds are pending <12> ah <11> And I can't find any sponsors ;p
Return to
#javascript or Go to some related
logs:
#linux #AllNiteCafe Can't drop one or more of the requested users #AllNiteCafe #linux #windows ancient measure is the distance from the elbow to the tip of the middle finger? #javascript neofusion the girl morhpine: greek god of
|
|