| Thread | Last Post | Replies |
|
| How to write rows into pre-formatted table in second window | 25 Jul 2008 19:46 GMT | 2 |
I want to open a window that has been pre-formatted with a table and then write rows to the table. The pre-formatted url is named budget.html and the body looks like this: <body>
|
| How to ease the modification of header part of many pages | 25 Jul 2008 19:43 GMT | 4 |
It's often for many pages to share a head part, and if we need to modify the head part, we need to do the same to all other pages. So I wonder if there exists a way to make it easier. How about take the header out and request in ajax way?
|
| Attaching events to dynamically created elements | 25 Jul 2008 18:55 GMT | 4 |
Hi, sorry for the basic question, but can someone explain to me some basic event attachment process. Say I have a function, dynamicallyCreateElement(), that creates an element. I want that new element to have an onclick that calls another function. So it looks
|
| Help: Javascript not working in Firefox "event not defined" | 25 Jul 2008 16:04 GMT | 1 |
I am making a web page and have included a JavaScript named crazy clock. The page displays fine in IE but not in Firefox. The event console says: "event is not defined" at line 143. According to notepad plus, line 143 is: ymouse =
|
| Onclick return function malfunctioning in IE | 25 Jul 2008 14:47 GMT | 8 |
<input class="btn" type="submit" name="terminate" value="Terminate" onclick="return check_proc_sel()" /> i have returned false from check_proc_sel() but still the form's submit event is called
|
| Can this cross-fade be improved? | 25 Jul 2008 12:03 GMT | 4 |
In these Javascript-driven time-lapse "movies" ... http://cpacker.org/trees can the cross-fade be improved? I was grateful to be able
|
| script to open an img in a new window | 25 Jul 2008 11:51 GMT | 1 |
when iam right clicking on an image,on open link in a new window it is opening the whole page again not only the picture so do any one know the script if there how to do that??
|
| Creating an Accordion w/ Event Listeners | 25 Jul 2008 03:48 GMT | 2 |
Greetings. I'm reading this book that is teaching me the more appropriate way of assigning functions. It has an 'accordian' example that when you click on a link, it expands into other options and when you click it again it
|
| Curses-style text interface within browser? | 25 Jul 2008 03:36 GMT | 4 |
Many applications require a high-speed interface such as supermarket checkouts, busy points of sale, doctors' surgeries etc. The problem with graphical interfaces is that they are too slow for this kind of environment. Imagine a web interface at the supermarket checkout -
|
| Page refresh throws JavaScript error | 25 Jul 2008 00:18 GMT | 6 |
(I'm rather inexperienced with JavaScript; the failing page was cobbled together from multiple sources)... http://pages.prodigy.net/chris_beall/STL/Timeline.html If JavaScript is not present, or CSS 2 isn't supported, the page just
|
| HTML Javascript as GUI for command line applications | 24 Jul 2008 23:22 GMT | 2 |
Hi... we do a lot of stuff in C++. Mostly back end, command line programs. Recently, we've been asked to write a GUI front end to a few of these apps. In the past, we have used QT and WX for GUIs with good results, but we'd like to experiment with using html and javascript for
|
| unload event more restrictive now on Safari 3.1 ? | 24 Jul 2008 08:04 GMT | 11 |
I've been using the unload event for a long time. I have this code, which I've abstracted and made into a stripped down simple test case below, and it works fine on the major browsers (IE5+, Firefox, Opera). It also works for all Safari versions before 3.1.
|
| Change the background image in a table cell | 24 Jul 2008 02:19 GMT | 2 |
How can I use JavaScript to change a background image in a table cell? Here's the code for the cell <td width="338" valign="top" background="../images/ LEC_Q1.jpg"><div align="right"></div></td>
|
| Adsence disappear with Ajax | 24 Jul 2008 00:30 GMT | 3 |
I have a little problem with java ajax... On my site I have a google adsence placed in a list. After the first 10 records it shows a adsence commecial. But.. on my search page I use Ajax to get the search result while you type
|
| Function to get HTML entities? | 23 Jul 2008 18:57 GMT | 6 |
Is there a Javascript way of taking a string of text and encoding it such that its HTML entities are represented? For example, "<" would be represented as "<"? Thanks, - Dave
|