| |
| |
| |
|
Page: 1 2 3
Comments:
<0> got it :) <1> howdy! i have a layer, when i resize the window its changes position... how do i fix it? <2> make another layer, invisible one, that is absolutely positioned, then relatively position the troublesome layer in there? <2> btw, how is this JavaScript-related? I suggest #HTML <3> It's not really html related either. <2> yeah, true, it's CSS. <4> can i find a help ? <5> @find help <4> i need a script java for secure my page with a p***word <6> someone wanna help me ? <6> VaranG|aN can u help me ? <3> You cannot do security with javascript. And if you want java you're in the wrong channel, <3> You can catch regular flu off 'em if you bring them to me first though. (I'll cough in them for free) <7> how do I store a function in a variable with arguments? without calling it
<3> To what end? <7> example. var x=myfunction('aaa'); but i dont want to execute <3> Why not? <3> Sounds rather odd. <7> i will store it to a settimeout <3> And why not just p*** it directly to the setTimeout? <7> i am p***ing it to other object <3> Sounds to me like you're thinking too complicated. <7> i created a cl*** which p***es functions that will be executed. it works fine for no arguments <8> not sure what you are doing is really make sense or not, but this will the answer for your question , function() { myfunction(blah);} <7> oh yeah <7> tnx <9> Hey guys anyone about? <10> ahan <9> I could do with some help if anyone has a few minutes to spare? <10> its a good idea to ask your question and then wait for someone to answer <10> i have to go though <9> Thing is its quite a large question :S <9> Basically I have a function for image overs, and another for expanding and hiding a hidden submenu, however I cannot get the "rollover" image to stay when the menu is expanded? <9> if that makes any sense, I can show an example if anyone needs it <9> Basically I have a function for image overs, and another for expanding and hiding a hidden submenu, however I cannot get the "rollover" image to stay when the menu is expanded. Could anyone help please? <10> try pasting the code somewhere <9> its alot of code, IRC wont let me paste it all will it? <9> well about 15-20 lines atleast <11> There's a pastebin on the channel website. <9> oh ok <9> http://html-channel.com/pastebin.php?id=4 <9> Is my code <9> Basically there are 4 functions, imgover, imgout, imgclick and nav <9> imgclick happens when a link is clicked and calls the nav function to show a previously hidden submenu <9> but I need this function to change the image of that menu item to the same image used for "imgover" which I cannot get to work <8> your code look scary, stop using document.all <9> what should i use? <8> you already have that in your code, you know what you wrote? <9> huh? <9> i know i have document.all but what should i use in its place? <9> im a newbie :( <8> read abit more on events,bubbling and propagation <8> http://www.google.com/search?hl=en&q=bubbling+and+propagation&btnG=Google+Search <9> thanks ht311 <8> for your problem, is more about listen the event at the right node <8> and look at srcElement or target of the event <9> ok <12> hi, am wondering if anyone knows of a way using either js or css, to make a page anchor be highlighted once visited. i.e. I have a faq list ive compiled, there are links at the top which point to anchors below using page anchors, i would like to have the currently selected anchor have a differant background...any ideas? <2> in CSS, use A:visited { (style goes here) } to style visited anchors. <12> well i only want the currently selected page anchor highlighted, not all that have been visited <13> onmouseover <12> http://skis.lll.umaine.edu/~james/Maine%20Studies/?go2=faq <12> is my list <12> click on a link at the top <12> i want it so when you are taken to the page anchor it is highlighted <13> OH <12> =) <13> the actual text for that faq is highlighted? <12> yea <2> use a div for it, and change it's color with a onclick event? <13> ok, give each faq its on own div
<13> with an id <13> like he said ^^ <12> ok, ill give that a whirl, thanx fellas <13> np <2> anytime :) <2> My fader is giving me a headache <2> http://www.z0rz.net/~demonen/javascript/fade/fade.html <-- That one <2> Now I have it working in most browsers (all that I have tested), but <a>s are giving me grief. They "blink" just before being faded in. <2> It only seems to happen from the second time out, not the first time they are shown, which is odd. <14> hy all <15> working with ajax.. having a problem executing a script comming back as a response .. <15> how would i run such a script with an onload ? <8> the response is text in this case. usually shouldn't send script around and try to execute it <16> any way I could hide the "loading..." message when I load a iframe? <16> with Ajax that message is not appearing <15> ht311: i've got a form i'm trying to update ... i.e. based on a user action i would like to just update the settings i.e. selectedIndexes.. checkbox states... all based on something a user previously saved(can have multiple choices).. so i was hoping just to run some script based on reading what the user saved previously <15> i was under the impression that if i just returned some script it would run auto <17> more of an rpc methodology, rather than ajax <15> i normally just take my results and do replaces on dom objects but in this case i was hoping not to have to do so... and just return the script anyone try something like this ? <16> [Torgo], I'm not using ajax, I'm using rpc <16> any idea on how to hide that? <16> it's kinda annoying <16> cuz I'm checking for new data every 3 seconds <17> ajaxtrial, just create a script element in your head -- set the src to your remote process <15> not sure i can do that... <17> why not? <15> i'm using JSTL as well... <18> When I execute the code as shown at http://pastebin.com/644539 it works. However, when I remove the alert statement it does not work. In other words the select elements continue to be enabled. What is causing this and what can I do? <18> anyone here? <10> none <19> hey guys <19> I got an image cached in browser cache <19> I wanna make the browser refresh to the new, uncached image with the same filename <20> shift+F5 <19> is it possible? <19> nah, I want the user's browser to do it <20> hm <19> is that possible? <17> tack on the timestamp to the url <19> hmmm <20> not a bad idea [Torgo] <19> yeh <19> might do that <19> and use a mod-rewrite to get the real image <17> no need <19> why no need? <17> imageName.gif?dt=323232323.... <19> ahh! <19> no **** eh? <17> no **** <19> thanks man, I didnt know you could do that <17> np <19> 22.gif?nonCache=040550 22.gif?nonCache=040517 <19> still shows the same image? <19> will that work in ie? <17> yes <19> ah <19> was the filename <19> thanks :) <21> hello <21> anyone speak french here? <17> neyt <22> any1 around <19> hey, I've got a wmv file playing in a window, when it finishes, I wanna load a new vid <19> anyone know if js can detect the end of the wmv? <8> http://www.w3schools.com/media/media_playerref.asp <19> thanks man :) <19> still cant find the answer <19> How do I detect when a wmv object has finished playing <8> http://www.google.com/search?q=javascript+detect+media+player+stopped&spell=1 <8> 2nd
Return to
#javascript or Go to some related
logs:
teens from checz republic affectionless psycopathy undernet mangalia nyhoho kiprea #squid #MissKitten #php #linux #chatzone
|
|