First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
FAQ Topic - My element is named myselect[], how do I access it?(2010-04-09)
FAQ server wrote: ----------------------------------------------------------------------- FAQ Topic - My element is named myselect[], how do I access it? ----------------------------------------------------------------------- Form controls with any "illegal" characters can be accessed with ` formr... 9 Apr 2010 01:15
Problems with dynamic link creation
Hi, I'm trying to create a dynamic link with javascript. However, I can't seem to add the link onto the page (at least I assume that is the problem). Here is the function I use: function createLink(id) { var x = document.getElementById('background'); var newLink = document.createElement('a'); newLink.... 10 Apr 2010 21:12
FAQ Topic - My element is named myselect[], how do I access it? (2010-04-09)
----------------------------------------------------------------------- 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... 12 Apr 2010 18:07
FAQ Topic - How do I trim whitespace? (2010-04-07)
In comp.lang.javascript message <4bbbbcf9$0$279$14726298(a)news.sunsite.dk , Tue, 6 Apr 2010 23:00:03, FAQ server <javascript(a)dotinternet.be> posted: Implementations are inconsistent with ` \s `. For example, some implementations do not match ` \xA0 ` (no-break space), among others. That is an unsafe statem... 10 Apr 2010 20:07
paypal cheap wholesale brand shoes,nike,adidas,clothing,handbags,LV,watch,rolex
We are a professional business enterprise specializes in supplying a varieties of fashion products with competitive price and first rate quality. We have establisthed sound reputation as a leading exporter of the fashion Brand shoes,Apparel,cap,Handbag,Watch.since 2005 when we have entered into this field. Sin... 8 Apr 2010 17:25
Execute code from text file
I have a particular need to pull some javascript from a text file and run it within an html page. <script> function somefuntion(){ ... } </script> Let say I have a text file (js01.txt) with proper javascript within it, say for illustrative purposes: alert('This is a simple alert message!'); Is the... 10 Apr 2010 19:00
Any reason to ever use <node>.setAttribute (or getAttribute)?
I know that <node>.setAttribute is unreliable thanks to various browser differences and that the recommend practice is to use set the property on the node directly. But I found myself wondering ... Is <node>.setAttribute ever actually useful? Does <node>.getAttribute ever return more than just the property... 8 Apr 2010 17:24
QUESTION: how to add/remove classes to web browsers Javascript implementation?
Joe Nine wrote: JJ wrote: Hi all is it possible to add or remove classes from any of the common web browsers (IE, Chrome, Opera, etc) Javascript implementation? In this case I mean, if you are the admin user on your own system, can you make your web browser to run a more restricted versio... 8 Apr 2010 09:27
QUESTION: how to add/remove classes to web browsers Javascript implementation?
Hi all is it possible to add or remove classes from any of the common web browsers (IE, Chrome, Opera, etc) Javascript implementation? In this case I mean, if you are the admin user on your own system, can you make your web browser to run a more restricted version (with functionality removed) of Javascript? ... 8 Apr 2010 17:25
popup window freezes
If I open a new window (reference "pop") that contains an iframe with a PDF in it and then call this code on the window: var cBtn = pop.document.createElement("p"); cBtn.appendChild( pop.document.createTextNode("close") ); cBtn.style.position = "absolute"; cBtn.style.right = "6px"; cBtn.style.top = "6... 8 Apr 2010 06:08
First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82