|
First
|
Prev |
Next
|
Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
problem in line: var theRow = table.createElement("tr") Hello, I am learning JavaScript. I have a table on HTML page: <table id="announcement_fields" border="0"> <tbody> <tr> <td><span class="obligatory">Offer type</span>:</td> <td> <select name="offer_type" onc... 4 Jul 2008 03:52
How to get uclibc style timezone string (e.g GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) from javascript On Jul 3, 3:13 am, Dr J R Stockton <j...(a)merlyn.demon.co.uk> wrote: In comp.lang.javascript message <bc9900b0-ff89-4136-be7c-4df69a07c17d(a)u3 6g2000prf.googlegroups.com>, Wed, 2 Jul 2008 06:33:25, Rohit <will.u.tellmem...(a)gmail.com> posted: (TZ env variable in embedded systems if you happen to know) ... 3 Jul 2008 02:16
Have a sound wav play from the beginning every time? In my html, I have an embedded sound wav. I access that sound from my javascript using Play() and Stop(). However, once stopped, the sound will aways resume from where it left off, (making Stop behave more like a Pause). I want it to start from the beginning. The only way I've been able to start the sound from th... 2 Jul 2008 23:12
How to run the JavaScript if above version? E.g. I only want if my browser support JavaScript 1.9 <script type="text/javascript" language="JavaScript1.9"> alert("Hello"); </script> ... 4 Jul 2008 03:52
FAQ Topic - Why do I get permission denied when accessing a frame/window? (2008-07-03) ----------------------------------------------------------------------- FAQ Topic - Why do I get permission denied when accessing a frame/window? ----------------------------------------------------------------------- In the normal browser security model, it is impossible for a script from one domain to access t... 2 Jul 2008 19:07
How to get uclibc style timezone string (e.g GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) from javascript In comp.lang.javascript message <bc9900b0-ff89-4136-be7c-4df69a07c17d(a)u3 6g2000prf.googlegroups.com>, Wed, 2 Jul 2008 06:33:25, Rohit <will.u.tellmemore(a)gmail.com> posted: (TZ env variable in embedded systems if you happen to know) If you had troubled to read the references provided, you would have known that... 2 Jul 2008 19:07
IFRAME return currentURL from SAME DOMAIN I'm trying to use javascript in IE7 to return the current URL of an IFRAME. Note that this is not the same as IFRAME.src property, which returns the DEFAULT URL of the IFRAME. They are not not necessarily the same value as user may have navigated to a different page from within that IFRAME before the javascript run... 2 Jul 2008 19:07
can a function change fields without having "onchange()" in fielddefintion? TriAdmin a �crit : The following code is throwing an error when the page loads: Error: document.getElementById("custom_187") is nulldocument.getElementById("custom_187").onchange = function(e) { alert("kjhsdkhsdkh"); } Sorry, I am not a javascript expert - much appreciate any help! <script t... 2 Jul 2008 19:07
Iframes and getting their current URL within Subdomain Hey all, Quick question. My website is : http://mywebsite:1234 and I load into an IFRAME this url : http://anotherwebsite:2828 As you might have noticed they are both on the same domain (just not fully qualified (ie. http://mywebsite.dmianname.com:1234)). How do i access the URL of the IFRAME? I ke... 3 Jul 2008 12:30
can a function change fields without having "onchange()" in field defintion? I am working with a system that allow me to add custom fields but I can not add OnChange() language to the custom fields. So I want to have a function in the header that recognizes when fieldx is changed, do a calculation with the value of fieldx and change fieldy. Can that be done without having to add an On... 2 Jul 2008 18:05 |