| |
| |
| |
|
Comments:
<0> hi <0> is there a way I can load a text from my server with javascript? <0> when the visitor puts the mouse over an item, I want to make visible a div containing some information <0> hmm... on my website I show several dousen of icons.. when visitor does mouse over on them a div is showed for each of them using java script... unfortunattely ie is quite show at showing the div :(( if I move fast the mouse on the icons the div will not be sown on each one, instead it skips from the first to the last.. but on firefox works ok ( it display the divs fast ).. how can I make IE show the divs faster? ( the divs are on the page but are made s <1> hey guys would anyone be willing to take alook at the site im designing and constructivly critisize me on it? <2> Hi all, I have the following JS http://pastebin.ca/330065 but when I load it I get "missing } in XML expression line 5" <2> why? what have i done worng <3> what . and ; do <4> lawl <5> Some wanker has taken my nick. Great. <6> Language Pilum_ <6> You're not forgetting that this is a FAMILY brothel are you?
<7> hello <8> hi, can somebody tell me why in IE the rollover effect works only sometimes? seems like IE cant properly set show() on the element or sth? http://87.234.84.60/refernew/refer.html its working fine in FF -.- <5> Heh <5> Why are you using a frameset doctype? <9> hey any one available to help <5> Depends. <9> heh <9> well ive go a simple question <9> sure youl be able to answer <5> Then ask it already! <9> well i need to set a var' value to the value of a text box <9> var msg = document.getElementById(txtMsg.value); <9> or <5> Heh. <9> var msg = txtMsg.value; <9> but it keeps telling me that msg is not defined <5> Because your references are flawed. <5> var msg = document.forms['formname'].elements['txtMsg'].value; <9> mmmmm <9> i c <9> ok well let me try that quick <9> form name does that include the extention <5> "The extention"? <9> home .aspx <9> apx <9> aspx=== extention <5> That's completely irrelevant. <9> oh ok <5> A web document is not a form. <9> ok then what would be the form <9> meaning the forms name <5> <form> <- that is a form <9> oh oh duh thanx <9> yea you know what it seems like it works thanx a million <8> Pilum: uhm do i? got that html send to edit the script in it, guess it was created by goLive with strange options set or sth <5> Well good luck with that. <5> I suggest you ask whoever made that... for want of a better word, API. <5> What's the point of the $() thing anyway when you p*** a full reference? <5> "globalcurrent[area]" <10> Yes! <10> Finally that annoying bot went. <8> congratulations <8> are you just whining about my variable name? <8> or is there some major neverdo i wrote there? <10> I would have done a complete rewrite myself. <8> thats my second rewrite now, im in a learning process here :) <8> you shouldve seen the first attempt ...
<10> What's in that array anyway? <8> a number that is set when a new image is faded in on timer <10> As for the $(), I'd drop them and just use the DOM. <8> i tried, didnt work. I was suprised too <10> It does work if you know it. <10> First time I've ever seen someone p*** a reference to one of those too. <10> document.getElementById('whatever').show() can be made to work. <8> i know what a reference is and that $(ducument.getElementById('whatever')).hide() should be the same as $('whatever).hide using jquery and document.getElementById('whatever).hide() using plain DOM but it didnt work at first attempt so i sticked with it <10> Obviously it's giving you trouble now. <8> surprisingly its working now, seems like IE was ignoring the opacity of the element show()'n or something <8> works when using the IE filter way <8> dirty hack eh? :) <10> Extremely. <10> To such a degree that regular dirt might get insulted. :-P <8> thank you for the flowers ^^ <10> On the other hand, I have been known to admit it when I'm wrong too. <8> im often to always wrong when talking about javascript so im used to that :) (im not doing this for long so im not worried yet ^^) <8> can you enlight me with a hint like "use this to do that instead" ? id be pleased <10> I thought I did hehe. <10> For simplicity I would probably do it the other way around. I.e. design a show function which takes a reference a a parameter. <10> Rather than make one to be a method for the object. <8> sounds reasonable <10> For the future though, you might want to read up on prototyping. <10> http://www.crockford.com/javascript/ <8> will do, thank you <10> Try English. <9> Pilum, if your still there i hve question to ask <9> im buisy wrriting a chat appelet in c# <9> ad well obviously im doing it in web <9> considderng the question i asked before <9> the thing is ive tryed textboxes and divs and td's <9> but i ant figure out wha would actually work forthe message text area <9> the reason why im asking is becuse im using asynch callbacks <9> and i wanted to set the inner html of my controll to the new messages <10> Use a textarea. <11> div with overflow: auto; to hold the messages and an <input type="text"> to enter the message to send? <11> Yeah, or that. <11> But then you'd need to set it with .value rather than innerHTML <10> Easiest solution that I can see. And it can easily be made to look like it isn't one if you prefer that. <9> mmmmm <11> div would allow for bold/etc., which might need considering <10> Hm. <9> okok but then how do i make it display neetly having each newmessage on another line <10> <br>? <9> ooooh ok cool <9> so <br> == newline simmilar to /nMessage <9> oh sht yea i c so the <br> will go after each message, but would that work in the value property of a texarea i meen iknow i will work in a div <9> but in a div id set the innerhtml wont i <10> Indeed. <9> ok well im gona give it a go thanx guys <9> hey guys my chat works happy day <9> tell me is ther anyway to stop it from flashing and to mke it seem more seemless <9> i remeber in th 90's we used to chat on yahoo etc. <9> and those were verry nice and smooth <9> why cant i achieve the same effect here <10> Flashing?
Return to
#javascript or Go to some related
logs:
partition magic external exception #mirc vim Illegal back reference #AllNiteCafe #linux #AllNiteCafe kylix fedora core #linux #AllNiteCafe #MissKitten
|
|