<0> "Boolean logic also contains the XOR operator, which is true when exactly one statement is true (but not both). JavaScript doesn't support logical XOR. <0> Source: http://www.quirksmode.org/js/boolean.html <0> ^ found it
<1> is string.replace() change all char or only the first one <2> just the first one unless you give it the global "g" parameter <1> ok that i need <2> myStr.replace(/thing to match/g , "replacement text"); <1> ok thank <1> i have to use // ? <1> oh, i learn new thing <2> yeah, as far as I know you have to use //
<3> how do i refresh a page only once ? <3> whithout getting loops <2> p*** a paramter maybe? if no parameter, then load the same page with the parameter attached to the url, otherwise don't refresh <0> What kind of question is that to begin with <0> Surely you would only refresh under restrictive conditions anyway, so it wouldn't keep looping <0> Refreshin on page load would be retarded <4> Hello is anyone home? <4> I have a quick question about the Date and GetDay function