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