| Thread | Last Post | Replies |
|
| The final 'document.getElementById' fix - test on old browser needed ? | 12 Jul 2008 00:25 GMT | 9 |
I know the 'document.getElementById()' issue is really over since every browser since 1998 supports the W3C DOM standard, but I could not resist this offering :- if (!document.getElementById)
|
| Newbie Question: Good Downloadable Tutorial | 11 Jul 2008 09:50 GMT | 6 |
I'd like to learn JavaScript while sitting in my easy chair with my laptop on my lap. Option 1: Buy a wireless router so I can access the plethora of online- only tutorials from anywhere in the house.
|
| Change style by ID | 11 Jul 2008 01:45 GMT | 3 |
I have a navigation panel on 20 or so page and would like to change ot to a include. My problem is that the link of the current page has to be bold. I believe I am close but the code below doesn't work. Any help would be appreciated.
|
| Issue with order of execution | 10 Jul 2008 21:34 GMT | 2 |
I'm working on a web based presentation of my basic HTML Adult Education course. In the middle of the page, I use some javascript to open a window. <script type="text/javascript">
|
| Controlling the bindings within an eval | 10 Jul 2008 17:56 GMT | 4 |
Mozilla.org suggests using the with statement to control bindings: var f = 2; with({f: 3}){ eval("f"); // evaluates to 3
|
| comp.lang.javascript FAQ - META 2008-07-09 | 10 Jul 2008 16:39 GMT | 1 |
comp.lang.javascript FAQ - META - 9.91 - 2008-01-19 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroups deal with javascript?
|
| GOTO in Javascript | 09 Jul 2008 21:42 GMT | 19 |
I have a situation where I need to use GOTO in a Javascript program. No, I can't use break or continue. Yes, I really do know what I'm doing. What I've got is a huge mass of automatically generated code that contains thousands of clauses like this:
|
| 'object required' ? | 09 Jul 2008 20:04 GMT | 2 |
I updated my application from VS2003(.NET framework 1.1) to VS2008(.NET framework 3.5). My form uses a dropdownlist cboLocation. In 1.1 there is no error accessing that form. but when i use 3.5, i get error of 'object
|
| How to get when daylight saving starts and ends (date and time) from java script ? | 09 Jul 2008 19:07 GMT | 9 |
I am trying to construct uclibc style timezone string(e.g. GMT +0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00) from javascript but do not know how can i get when DST starts and ends from my script.I need to know which day/week/month and time if not 2 a.m when DST setting start
|
| //<![CDATA[ | 09 Jul 2008 17:38 GMT | 10 |
Why do some pages I have seen have //<![CDATA[ in the beginning of a script tag before the script itself? Do I need this? Thanks,
|
| Regular expression help | 09 Jul 2008 17:29 GMT | 3 |
I'm trying to get a regular expression to work in JS. It appears to be working everywhere else I'm testing it (an app called Regex Coach and php) but I can't seem to get it to work in JS. What the regex is supposed to do is:
|
| calculate amount of space required/resize div height | 09 Jul 2008 17:05 GMT | 6 |
I am loading some HTML into a lightbox div via AJAX. What I would like to do is load the HTML into the lightbox div (a scrollable one), then get the height of the content of the div (not the height of the div itself which would is fixed).
|
| How to open a PDF document in new window? | 09 Jul 2008 14:40 GMT | 1 |
I am looking correct way opening PDF documents in new window. <a href="http://www.hyperlinkcode.com/document.pdf"><img src="/images/ thumbnail.jpg" border="0"></a> Can we set dimensions of that window, and align that window in right
|
| Google and Frames | 09 Jul 2008 13:45 GMT | 1 |
Asked Google what it knew about "Clinton Bush charts". After only a few days up was delighted to see my site on the first page of results. Delighted until I clicked on me. Website said, in its entirety, "Select topic (above)".
|
| Unobtrusive JavaScript leads to BUILDERS (e.g. drag drop activity builder) | 09 Jul 2008 11:02 GMT | 12 |
Unobtrusive JavaScript leads to BUILDERS (e.g. drag drop activity builder) Once you totally remove JS from a web page, and learn the shortcuts and efficiencies
|