| Thread | Last Post | Replies |
|
| javscript - setting form field in an iframe | 31 Jan 2005 23:51 GMT | 3 |
I'm a total newbie at Javascript, but a programmer for over 20 years... so, my plans may be bigger than they are possible. I'm trying to set with Javascript the value of a form field... easy enough, right?
|
| Which is better, js arrays or hidden input tag fields? | 31 Jan 2005 20:54 GMT | 9 |
Folks, I have a large amount of values to store (we're talking tens, if not hundreds of bytes). I need this for a client side application - ignore the security consequences for the moment - however my question is, which
|
| Kill Child window problem | 31 Jan 2005 17:43 GMT | 2 |
Hello again everyone, I seem to have run into another problem... perhaps I'm just a bit slow. The problem is something like this: I have a popup window launched by a page sourced in an iFrame [master.html |
|
| Closing a window by not being the url that opened it | 31 Jan 2005 15:14 GMT | 1 |
Initial situation: main window of the browser display url A THEN - user click on a link (which also opens a popup on the onClick event) to
|
| Differences in rendering elements between Mozilla/Firefox and IE | 31 Jan 2005 14:52 GMT | 1 |
Well, while working on a rich ui with DHTML I discovered the following problem: Mozilla/Firefox seems to be wrong when rendered elements with sizes given in percents and that are placed into another elements with
|
| Whats the trick for special characters? | 31 Jan 2005 14:30 GMT | 2 |
In using a variable message format such as content[1]='it's a small world' How exactly is the inner ' shown in the coding? I tried 'it´s' which does not work. Neither does 'it'+´+'s'.
|
| Having problem, I can see the cause - Help | 31 Jan 2005 13:23 GMT | 1 |
Hi all; I have the following files; index.html, sigsheader.js, sigsboby.js, smilesbody.js and smiles.js. The sourse is below. The page displays two manual slide shows... Each slideshow has a set of buttons. the top slideshow (the smiles work fine. How ever the sigs
|
| How to tell height of div where height is not set? | 31 Jan 2005 11:32 GMT | 8 |
Is there a way to determine the height of the following div. <div style="width:200px;"> This is content.<br> Inside a div that
|
| Clearing a textbox in a function call | 31 Jan 2005 11:24 GMT | 3 |
Howdy, Just wondering how the following might be done: I have a couple of different webpages that need to call a function to clear the textbox onFocus of the textbox. I'm wanting to use one
|
| flash in popup | 31 Jan 2005 08:53 GMT | 1 |
How can I have a flash played in a popup window when I load my index page ? Thanks in advance...
|
| global var doesn't capture text on mouseup | 31 Jan 2005 08:39 GMT | 9 |
I've got a function, you can see it below, that is being called onmouseup in the textarea on my main form. The idea is to find a selection if possible and store that text in a global variable. I can't get this to work in any browser on a Mac, though it works alright on a
|
| newbee stupid question regarding $initstartdate = date("d-m-Y"); | 31 Jan 2005 07:30 GMT | 16 |
I have $initstartdate = date("d-m-Y"); in my code How can I get it to be date() + 1 or 7 for that matter. Because my server is in the US and I am in New Zealand, they are always a
|
| using popupmenu, and passing the target frame's ID when clicked. Can I do this? | 31 Jan 2005 03:24 GMT | 5 |
I'm using the following code snippet to show popup menus (in a header frame) and target the menu options to another frame. This works fine for a single hard-coded frame (e.g. "2" below, in doClick) but I need to pass in the target frame ID when the user clicks, the reason being ...
|
| clearing variables, necessary? | 31 Jan 2005 00:57 GMT | 2 |
If I'm using DOM methods to dynamically create elements in a page is it necessary for me to clear whatever variables I used to create the elements when the page unloads? I'm reading bits and pieces which seems to indicate that they'll be memory issues if I don't.
|
| Randy webb and others | 31 Jan 2005 00:16 GMT | 6 |
Ok. I've quoted the inner stuff as needed. When I click on the "form" {no errors} all I get is a momentary whiteout of the saturn image and the saturn image returns intact. No image swapping, no text is written.
|