| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> Can be defined in new Image() as well, but that works too. <1> well... <1> Pilum, how can I identify a page? where to store an ID or a name so I can "identify myself" by a javascript? <0> Set a variable. <0> Or check the url. <1> :) <1> what pages are considered popups, ones that are blocked by many pop-up blockers? any page opened from a javascript? <0> Any window you don't open yourself. <1> it's strange because my pop-up blocker blocks most of the popups but still some get through it <1> and sometimes I click a link and it blocks the opening window, and it was ME who opened it <0> Imperfections in the blocker.
<1> maybe because it is free :p <0> Took them a while, but they did figure out how to avoid Firefox' blocker. <1> :\ <1> I also have the "Pop-Up Stopper" on the system, if you know it <0> I just close the few who get past Firefox myself. <1> yeah <1> is it really enough to write <script src="xxx.js"></script> <1> without actually specifying the language? <0> The browsers would accept it I guess. <0> But it wouldn't be valid. <1> wouldn't be valid what? <0> HTML <2> What's HTML? <0> How To Meet Ladies <2> Wish it were. <0> Hehe. <1> you can meet ladies without HTML :p <1> Pilum, you say if I add the language="javascript" to the line above, it won't be valid? <0> No. <0> I'm saying that if you _don't_ add type="text/javascript" it will be invalid. <3> I prefer language="c++", but that's a matter of preference <1> would IE or FF understand scripts by c++ ? <0> Lol <2> c++ isn't a scripting language <1> well, that's why I asked :p <3> error: cannot move a file into itself :P :P <0> You're not a file. :-P <4> rm -f melfar <3> oh my, you've just openeed my eyes on that :] <3> that would be ./melfar anyway <3> and I'm not one of those <1> melfar, do they have root rights to do that? :p <4> grap crap *.* > melfar <3> according to this chan , they do :] <3> what's grap? <0> su - <1> what if I want to use two <script>'s in a html, one external & the other to be internal? <0> Go ahead.
<1> <script src="x.js"> _then_inside_script_ </script> does not work :( <0> No, you'll need two tags. <5> hello RoBorg <5> why if i change the patterb in return /^\d+(\.\d*)?$/.test(str + String.fromCharCode(key)); <5> with a RegExp with the same pattern <5> dont work the . validaotr? <6> why is does not support document.getElementById('article').scrollTop+=5; ? <6> in FF workd fine <6> IE <7> Hello <7> how can i add li in ul from javascript <7> ? <4> check out document.createElement and .appendChild <7> so like i have a UL container and i would like to do container.add(liElment) <2> var li = document.createElement( 'LI' ); someUL.appendChild( li ); <7> Thank you ! <8> var li = document.createElement('li'); document.getElementById('yourListID').appendChild(li); <9> right <9> question <9> i have a form ok with 3 fields server/username/p***word <8> sounds juicy! <9> if the form is submited i want to submit it to the host http://[server].domain.com <10> mmmhmmm <9> whats the most corss platform way to achieve this <10> do it serverside <8> document.formName.action = document.formName.server.value + "domain.com"; <10> pick up the server variable and do a header location <9> hmm <4> changing the form action is not cross platform enough? <10> he did say most cross platform :) <9> puuushwiish <9> nooo <9> i think thay could have had edgars death a little more "animated" <9> i hate being half way through the season <9> :( i want more to watch <9> i wonder if they gona do 24 the movie <4> lynn gonna die next <4> i think <9> nah <9> oh fook <9> he was in holding <9> but he is a hobit he cant die <4> the question become he is in holding room or holding/conference room
Return to
#javascript or Go to some related
logs:
leucamia #apache bookz+fedora #linux #javascript pico arhive #mirc russepresidentstripping jpg #apache gem did the Roman Pliny say out-greened nature itself
|
|