| |
| |
| |
|
Comments:
<0> hi <0> im looking for a script tht would let me resize a div tag by mouse, does any one of this stuff? <1> gothic 3 trailer is out! <1> http://www.piranha-bytes.com/gothic3/index.php?do=097099116105111110061108097110103117097103101038108097110103061101110103038112114101118112097103101061109101100105097046112104112038112114101118115099101110101061 <2> Hi everyone <2> I have a little question regarding regular expression <2> I have that expression, [A-Za-z0-9_\.=@,\-]* and I would like to replace everything that doesnt fit that by empty <2> do you have any clue for me? <2> I have put that in the onchange event and I am tired to try to restrict each special character i would like to do something like everything that doesn't fit the rule replace by _ or empty
<2> this is what i have right now in my onchange right now <2> this.value=this.value.replace(/^\s*|\s*$/g,'').replace(/\s+/g,'_') <2> thank you very much <3> what you have right now it's trimming it <3> .replace(/[^A-Za-z0-9_\.=@,\-]/g, '') <3> at least the first part is trimming <3> the second one replaces any sequence of spaces with one _ <2> sk8ing: yes trimming part is fine <2> but the in the second part i would like to replace everything that does fit a expression by an underscore <3> what expression? <2> [A-Za-z0-9_\.=@,\-]* <3> .replace(/[^A-Za-z0-9_\.=@,\-]*/g, '_') <2> i will try tks!!! <3> np <2> that changes string "test" by "_t_e_s_t" <2> what I want is "test" to be "test" <2> but "te-st" by "te_st" <3> .replace(/[^A-Za-z0-9_\.=@,\-]+/g, '_') <2> that works great!!! <2> tks <2> I really need to get into that <3> np <2> tks sk8ing really! <3> yeah, it's useful <4> I have a java/jsp question, I want to read the HTML code of a whole page and put all the HTML code into a String, how can this be done? <5> Ylja: try #java or #jsp.. this is javascript, although it contains the term "java", it has NOTHING to do with it <6> PLEASE HELP!! I have been at this for two hours now and it is so silly. Simple javascript window.open gets "access is denied" on my window xp machine. <6> Using mysql, apache <6> on the localhost <6> ALL permissions are enabled, including "allow active content to run in files on my computer" <6> I've googled 'til my fingers ache <6> Works fine on my 2000 machine
<5> lawl <7> Java Server Pages <8> Where do I find a good dhtml-menu that supports two-dimensional arrays of options to customize and use+ <8> ? <9> http://www.domapi.com/index.cfm?action=examples <10> hi all <7> is there a site about all DOM objects of Javascript ? <0> hi <0> how can i increase height of a div tag so that its bottom remains fixed and top decreases? <11> increase the height, and reduce the distance from the top <12> how can i decrypt a line of java script? <12> pls <13> hi there, i'm having a problem p***ing string arguments that contain space to a function <13> it breaks on space <13> any idea how to fix ? <14> Url? <13> wtf? <13> :)) <15> o_O <14> Heh. <16> why is it, that when i ask for childnodes in documentelement, i get 1. but i have head and body. it only gives me head... <17> Probably because you odn't know how to write HTML <17> Or JavaScript <17> Or both <16> valid html <15> you sure it gives you the <head> <15> not the <html>? <16> yes. nodename says so <15> hmm dunno... what's the URL? <16> one sec <16> have a look: http://www.citrix.de/birinci.html <15> ahh I think I see the problem <15> you're using it before the page has finished loading <15> the <body> doesn't exist yet <16> i thought that. damn. <16> thank you <15> yw
Return to
#javascript or Go to some related
logs:
Execute database.sql script on MySQL server to create necessary tables #linux angelkar seagate driveseekcomplete
hy, hvordan got det? #windows #apache openser ubuntu binary What figure sits on guard over the Great Pyramids ?
lilo 9a error
|
|