| |
| |
| |
|
Page: 1 2
Comments:
<0> any idea why FF would reload some images that I'm preloading? It simply reloads them every time I click on a link <0> it's like it doesn't keep them in the cache <1> Torgo, thanks for the support :) <0> how can I prevent a flash object from getting over position: absolute; elements? <0> in FF <2> place an iframe behind those elements <2> if you are using domapi, there is support for that built in <0> it's not working <2> works fine <0> the iframe is getting under it too <2> check your z-index then <0> 100 <0> should I make it bigger? <3> btw whats this Z-INDEX anyway? <0> the z order position on the page <0> 3 will get under 4
<2> within the same parent, that is <0> [Torgo]: are you sure it's working in FF? <2> yes <0> hmm... <4> can anyone help me <4> i want my select box to write to text box when something is selected in the select box... was told to use onchange but can't find anything on google. <5> http://www.prolexperformance.com/mike/mountain_drive/mtn6.jpg <5> me dribbles <6> hehehe, when it is coming <5> i bought one <5> NOT that tho <5> mines not body kitted <5> that body kit is like $4000 fitted <5> http://www.neofuture.co.uk/media.jpg <5> http://www.neofuture.co.uk/media2.jpg <5> thats mine <6> the kit look nice <5> took me ages to find one that DIDNT have a body kit on it <5> all the kits are ****e ones <5> i wanted to fit the TRD kit (the one in that picture) <5> so i bought a standard car unkitted :D and immacualte condition <4> anyone feel like helping me ? :x <6> how about you start asking some useful question <4> i just wanna change the text field to A when A is selected in the select box.. <4> etc.. <4> but i cant find anything on writing text in text box using onchange <6> document.formname.fieldname.value = "blah" <4> thx <4> any websites that show how onchange really works? <4> its inpossible searching it on google <4> lots of crap with onchange <4> been on it for 4 hours and its killing me <6> .... <6> geeze you spend 4 hours on google and can't find anything ..... <6> http://www.google.com/search?hl=en&q=msdn+onchange <6> http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&q=mozilla+onchange <0> NeoFuture: it's about an air filter, they say it's preatty good :P <6> good for at least 40000km <6> between cleaning <6> just like those k&n thing <0> lol, I have an idiot friend, he "washed" it with oil <0> :)) <6> it suppose to wash it with oil <6> well it's own cleaner and re oil after <0> ... you can't wash it with oil <0> it won't let any air to p*** trough if you do that <6> ... you need to re oil it after cleaning, <6> without the oil it won't catch dirt <0> weird, I never saw an oiled one <0> or maybe I'm thinking of something else <6> a washable one need to be oil <7> night <4> can anyone help me out <4> i have test, test2, test3 in my select box.. when i click on test i want it to write **** into text box1, ****2 into textbox2, ****3 into textbox3.. i can't use value since my php script is already using it <6> nope, you are not moving forward at all <4> who <6> you
<4> been on it for like what 5 hours? <4> i did alot of reading and cant figure it out <4> i even offered $5 paypal and noone wants to help me out <6> you see the msdn example, you been told how to update a text field, you been told read teh mozilla site and w3school site for html dom <4> how hard is it to do really? <6> not at all <4> i did read msdn <4> i just didnt understand it <6> that's we said, you need to learn and have basic idea of html dom first <4> know any websites that uses it? maybe i can just look at the codes and learn from it? <6> give the time you spent already, you will learn nothing <4> reading a book is gonna kill me.. i just need java for this only. <6> this is not java at all <6> no one ask you to read a book <4> well i dont know where to start <6> [21:15] <relathief> dddld: you need some DOM knowledge: mozilla.org/docs/dom/domref/dom_shortTOC.html <6> [20:37] <6> http://www.w3schools.com/htmldom/default.asp <6> you really have problem of reading <4> i guess <4> i'll save it and read it tomorrow.. <4> just spent a few mins and it looks like i'll have this small script done next month <6> excellent! <8> hello, i have a popup page, how do you change the location of the referrer? <9> Has anyone ever run into this problem: when I refresh my page, and click SHIFT-TAB to "back tab", the focus is completely lost and it won't come back even if I tab forward ? <10> Can't say that I have. <11> hello all <11> what is that bgsound thingie ? <11> what tag ? what syntax ? <12> lovetruth you'll find details about it on http://www.just****inggoogleit.com <13> ... that's nice :P <0> bgsound? :)) <0> as int <table bgsound="nature.wav"> <tr> <td bgsound="bird.wav"> </td></tr></table> <0> :D <0> any idea why FF would show the load bar when I swich images? <0> could it be because of the iframes? <14> If I have a pull down menu, within a form called "myform", and the <select> creating the pulldown menu is called "myselect" -- and I want to turn option 1 to 'true' -- what is the syntax? <10> document.forms['myform'].elements['myselect'].options[0].value = 'true'; <14> perfect thanks Pilum <15> hi <15> need some help please, anyone here ? <14> some of us are <15> how can i open a file with javascript ? :/ <14> I am not the one to ask that :) <15> ;( <10> You don't. <10> Javascript has no file i/o <15> ok, thanks :( <15> what's this then :S <15> http://javascript.internet.com/forms/file-open.html <16> Is there a way to get IE to behave as FF and Opera do here, and shrinkwrap each DIV on this page instead of extending them to the edge of the viewport?: http://www.game-point.net/misc/testmenu/ <10> NightMage: That's the same as using File -> Open in the browser. <15> oh :( <15> ok, tks again ;) <10> jez: What's with the javascript:void(0);s ? <16> they're placeholders for real links <10> s/<a href="javascript:void(0);">/<a href="#" onclick="return false;">/ <10> Just FYI. <16> why/ <16> ? <10> Because "javascript:" is a relic which shouldn't be used. <10> As for your divs.. I only see one... <16> really? what browser? <10> Firefox. <16> screenie? <10> Unless you're refering to "<ul>" as "div" <16> they're divs, because the JS takes them and puts them each into a div <16> but yes, UL originally <10> The script doesn't appear to be running either. <16> eh? <10> home.no/pilum/Screenshot.png <16> yep that's worknig how i want it to <16> it's not meant to animate yet, im just trying to get IE to display it like that <10> Hm. Odd behaviour indeed in IE. <16> the standard says to shrinkwrap an absolutely positioned block-level item
Return to
#javascript or Go to some related
logs:
#linux ubuntu wireless invalid access point broadcom 4306 #linuxhelp #MissKitten network linux vmware host unreachable #MissKitten #c++ #linuxhelp techraven
cathy-k malta
|
|