First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Change favicon icon depending on browser type
Does it possible change favicon icon depending on browser type: display favicon.ico for Internet Explorer browsers, and favicon.gif for the rest browsers? Problem is that ugly MSIE can display only .ICO favicons, whereas other browsers support any favicon type - gif, png, jpg. Since gif favicons has much better qu... 24 Apr 2008 19:03
onclick problem
Hi All, I wrote some code but it doesn't work. ------------------------------------------ <html> <head> <script src="my_broken_script.js"></script> </head> <body> Hello World </body> </html> ------------------------------------------ // my_broken_script.js var MyClass = { init... 24 Apr 2008 22:13
The Latest Edition
Dear, a pleasure to join your group..It is a pleasure for me to announce the issuance of The Latest Edition Issue No. (12) Vol. (IV) in several languages worldwide.. Dear, A month since I joined Google Adword with unlimited number of website's visitors and subscribers,but ad per click not reflected yet..What's y... 24 Apr 2008 16:39
Regexp way to detect PO Boxes?
Hi, Does anyone have code that detects if a field has been entered in PO Box format? I'm trying to prevent users from entering PO Boxes for shipping addresses. Thanks, - Dave ... 24 Apr 2008 18:15
Not showing focus
I have a weird situation here. I have section of code that initially is described by the class "aaa". That class is: ..aaa { background-color:#DDDDDD; position:fixed; top:200px; visibility:hidden; z-index:99; } The entire block is initially hidden and then made visible by clicking on a button to do te... 24 Apr 2008 15:03
Can we change the title of alert box displayed throughJavascript?
On Thu, 24 Apr 2008 07:26:30 -0700, geevaa wrote: Hi All, Using javascript i am displaying an alert... Is there is a way to change the title of the alert box displayed through Javascript Here is my simple javascript code <script type = "text/javascript"> alert('Hi All !!!') </script>... 24 Apr 2008 14:15
freelance JavaScript
Greetings folks. I'm trying to find programmers who would be interested in occasional, small jobs involving JavaScript. This concerns material for a science-related web site. It would help if you have some background in science, but it isn't absolutely necessary. Anyone interested should contact me at mgcqso(a)comcas... 6 May 2008 22:21
faufage-fhop
On Wed, 23 Apr 2008 at 18:27:55, in comp.lang.javascript, Dr J R Stockton wrote: <snip> Aside : is there a representation, known to browsers, for the old-style s as in "Ye olde faufage-fhop" in which I used f instead? The HTML character entities don't include a long s, but they do include the i... 24 Apr 2008 14:15
Tooltip text not showing
I have a javascript/css/dhtml script that does a tooltip mouseover, but i cannot get the text inside the tooltip baloon to appear, even tho the balloon works great when mousing over the link . I even try assigning a black font color inside the css: // css inside page header: <style type="text/css"> #dhtmltoolti... 24 Apr 2008 12:39
Inconsistent regex results
Hi, I wanted to check if this was correct be behavior before reporting it as a bug in FireFox. Given this function: function test() { var re; re = /^(.+)\@(.+?)$/gi; if (re.exec("test(a)example.com") != null) { alert("Match"); } else { alert("Null"); } r... 24 Apr 2008 14:15
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35