First  |  Prev |  Next  |  Last
Pages: 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
New Free Marinzo.com Offers Complete Social Networking and Online Dating Experience
With no credit card required, Marinzo.com has become the next dating and social networking Internet sensation. With features ranging from dating profiles to music to in-person group activities, Marinzo.com is an all-encompassing social network site with a unique "Friends First" approach to online dating. A ... 9 Feb 2010 08:21
What’s the best way to solve this kind of javascript dead loop?
Hi guys, Recently I'm maintaining a legacy project. I found one javascript dead loop problem in a page. The demo code is as follows. When the user clicks the first inputbox and type in 3 then directly click the second input box, the dead loop occurs. Now my question is what's the best way to solve or prevent thi... 9 Feb 2010 03:59
window == document
I'm confused about IE's evaluation of window == document. IE: window == document; // true document == window; // false I came across this while testing to see if an object is a window. I need this so that in the registry cleanup for DOM events, that if the object is window, then don't unregister callbacks.... 14 Feb 2010 19:37
Would you stop for a moment?!
Excuse me!! Would you stop for a moment?! O...man...Haven't you thought-one day- about yourself ? Who has made it? Have you seen a design which hasn't a designer ?! Have you seen a wonderful,delicate work without a worker ?! It's you and the whole universe!.. Who has... 7 Feb 2010 10:51
How to call a java script function in href?
Hi all, I have a problem invoking a Java Script function inside a href function. I've to pass the return value of a java script function as an input to the script which is invoked using href in anchor tag. The problem is the function is not getting invoked. Here is my code: <a class="innerliks_sub1" hre... 8 Feb 2010 12:12
document.write with "li" in IE end tags disappear
Hello, I'm tring to write "ul" and "li" tags to an iframe with IE8 window.attachEvent('onload',function(){Build();}); function Build() { var Temp = eval("Test"); Temp.document.open(); Temp.document.write("<html>" + "<head>" + "</head>" + "<body>" + "<ul><li>blablabla</li><li>tratratra</li></ul>" + "</body... 9 Feb 2010 19:41
FAQ Topic - My element is named myselect[], how do I access it? (2010-02-07)
----------------------------------------------------------------------- FAQ Topic - My element is named myselect[], how do I access it? ----------------------------------------------------------------------- Form controls with any "illegal" characters can be accessed with ` formref.elements["myselect[]"] ` - The... 6 Feb 2010 19:37
When writing html table to div, the data from table is unformatted
On Fri, 5 Feb 2010 11:44:32 -0800 (PST), sil wrote: I followed your advise. That is, generating the whole string and then writing it only once to the innerHTML. It worked beautifully. It may still not always work, because Internet Explorer cannot insert certain table-related tags through innerHTML. Citation ... 7 Feb 2010 14:14
Dateiendung Pr�fung
Hallo NG ich m�chte eine Datei uploaden, jedoch �berpr�ft "Javascript" zuvor die Dateiendung. Falls es keine "jpg" datei ist, erscheint eine alert box, falls es eine ist nat�rlich nicht wenn es keine jpg datei ist sollte das File-feld automatisch entleert werden. was leider nicht funktioniert. wer weiss ra... 6 Feb 2010 10:45
FAQ Topic - How do I get the value of a form control? (2010-02-06)
----------------------------------------------------------------------- FAQ Topic - How do I get the value of a form control? ----------------------------------------------------------------------- In HTML documents, a form may be referred to as a property of the ` document.forms ` collection, either by its ordin... 1 Mar 2010 17:34
First  |  Prev |  Next  |  Last
Pages: 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105