| |
| |
| |
|
Page: 1 2
Comments:
<sk8ing> shouldn't obj.style.postion="absolute"; obj.style.top='0px'; possition the element at the top of the page? <ht311> i guess so. <sk8ing> it doesn't... <sk8ing> I've added an iframe and it's basically after all the elements on the page, and it stays there no matter what I'm doing to .top .left <sk8ing> hmm it's deffinitely not absolute positioned <ht311> and depends on where you append it <sk8ing> on the body <sk8ing> anyhow, it works now and I found out how to make a nice shadow effect for the menus :P <sk8ing> it would really look nice <ht311> old ... :D <sk8ing> :P <Optimo> i have a drop down menu with two selections, how can i focus between the two selections using a function? thanks <VaranG|aN> why doesn't the OnChange doesn't work sometimes ? <VaranG|aN> I'm doing an Onchange function for textbox validation <VaranG|aN> sometimes it works and sometimes it doesn't <ht311> it only fire after blur <VaranG|aN> I should do a onblur as well ? <VaranG|aN> that same function? <ht311> nope, the order is, onblur, if something change , fire onchange <ht311> if you need something more, it mean you want to listen to keyboard event <VaranG|aN> onblur means when you click on it ? <ZzzzzZ|zZ> hello <ZzzzzZ|zZ> did anyone read my last message?S <sk8ing> why is IE such a piece of **** in some cases? it's not fireing the onmouseover event unelss the mouse is over some text <Pilum> Ask the devs. :-) <sk8ing> :) <sk8ing> tho, it's weird it works fine on a div, but not on a li <optocus> hi, anybody? <ht311> nope <optocus> i need to have some SSL-secured pages. i am at index.php and i want recover_p***.php secure. i added on the link to it in index.php https://.../recover_p***.php but browser sais something about being partially encrypted. whats the problem - see http://www.schooltraders.com <optocus> ht311 you have any ideea what the problem is and how i fix? <ht311> what link i click to get the partial warning>? <ht311> i click the recover p***word, no warning <optocus> no <optocus> the lock is cut in firefox <optocus> you use IE? <optocus> in IE there's no lock... <optocus> should be a lock to show the page is secure <optocus> the login form works... <optocus> i just added https instead of http <optocus> but those links don't work <ht311> could be your css <ht311> the css still have http:// <ht311> all your image is http:// too <ht311> ... <optocus> my CSS? what has CSS to do with SSL? <ht311> your https:// page pull stull from http:// <optocus> yeah <optocus> that's a problem? <ht311> yes <optocus> i see <optocus> thank you <optocus> can i have relative links? <ht311> i use relative 99.99% of the time <optocus> if i'm in https://domain/page.php and i have a href="p2.php" will it point to https://../p2.php ? <optocus> ok <ht311> yes <optocus> in admin section all are relative and works well <optocus> yeah :) <optocus> thank you again <ht311> np <Peteinnews> Good evening :) <Peteinnews> Anyone awake? <Peteinnews> hi, JuDiO <JuDiO> ahi :D <plzhelp> HI I have been asked to update our school's inquiry page so that the phone number field is no longer compulsory. Should be straight forward but I have no experience if someone has a moment may I send the code in PM <Pougee> Hi, wonder if I can get some info on using javascript with forms <SufiBlade> why dont u try asking <Pougee> I want to create a secure page p***worded page. Ask for a p***word to go to the next page. I'm hopeless at php and cgi. And wouldnt mind learning to do it with javascript <SufiBlade> i think u'll need to do the 'secure' stuff at the server anyway <Pougee> so it is all server side, apart from the form page? <sk8ing> yes, javascript is client side => not secure <sk8ing> you can never trust the client <Pougee> How easy would it be for someone to get around it? <sk8ing> 30 seconds, maybe less <Pougee> damn, so javascript isnt a very good idea <sk8ing> nope <Pougee> so theres no way of setting it up pretty good thou. Somoene said about using mainforms in hidden input types <SufiBlade> nothing is hidden on the client <Pougee> so any average joe can get around it, or it takes some skill? <SufiBlade> depends on your encryption <Pougee> sounds better to look at some other method <sk8ing> yeah use a server-side scripting language <Pougee> like php, asp? <SufiBlade> yes <Pougee> Can i idle here for abit, gotto go and got a few more questions <SufiBlade> idling is a sin <SufiBlade> Bella22 is spamming <sk8ing> lol wrong nickname :P <SufiBlade> fix it man <alexsutz> enigmaa <dave-e> ro diddly borgy <RoBorg> lo <Shes> there's no way to print a page using javascript without opening it, right? <VaranG|aN> ?!?!?!? <VaranG|aN> (õ_Ô) <VaranG|aN> (Ô_õ) <VaranG|aN> (Ô_õ)(õ_Ô) <VaranG|aN> (°_°) <VaranG|aN> (Ó_Ò) <Shes> mmm? <VaranG|aN> hrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <Shes> you're either canadian or romanian <Pilum> Shes: Right. <Shes> Pilum: thanks <VaranG|aN> Shes: np <Pilum> And VaranG|aN, next time you try a stunt like that, I'm kicking you. <VaranG|aN> lol ok sorry <VaranG|aN> was kidding <VaranG|aN> :) <impatient> word up all <impatient> there any 'standard' equivelent to ie's attachEvent method? <impatient> or do I get to write my own <Pilum> http://www.quirksmode.org/js/introevents.html <impatient> not really seeing what I need there :\ <impatient> need a way to add/remove event handlers without overwriting existing ones <impatient> as the element I'm adding/removing them from doesn't necessarily belong to me <grazzy> if i have a <p id="my_p"><span></span></p> and wants to access the span with getElementById('my_p').firstChild .. <grazzy> i get somewhat different results in ie and firefox.. <grazzy> resonable, or am i doing something stupid? :) <impatient> what's different between the result sets? <grazzy> in firefox i get the span's reference with firstChild, in ie i get undefined <VaranG|aN> removing event handlers? <impatient> VaranG|aN, yes <impatient> grazzy, tried messing with childNodes at all? <VaranG|aN> what do you mean? <grazzy> impatient, no <grazzy> but isnt firstChild just childNodes[0] anyway? <Pilum> Should be. <impatient> I'd imagine it should be <Pilum> You might be getting the whitespace though, in IE. <Pilum> If there is any. <impatient> I'd hope white space wouldn't appear as 'undefined' <Pilum> No... I guess it shouldn't. <melfar> only if you try to use it like a span <impatient> ya <impatient> even then its property would be undefined, hopefully not the reference itself <impatient> VaranG|aN, I'm trying to add/remove event handlers from elements <impatient> in a 1->n relationship (rather than 1->1) <impatient> I have a "cl***" that needs to add an event handler to the document <impatient> obviously I don't want the cl*** overwriting any existing handlers that may be present <impatient> so I need a way to add/remove the handler(s) as if they were represented by a list <impatient> rathern than a 1->1 relationship <Pilum> If you just want to add, you could store the old event handler stuff in a method and then call that along with the new stuff maybe=
Return to
#javascript or Go to some related
logs:
Dildeaux gothic-darkness.tk #php #AllNiteCafe #mysql PermissionID.class resolv.conf generation ubuntu Wesqq #c++ freebsd TIOCSTI
|
|