| Thread | Last Post | Replies |
|
| Layers and ntscape | 31 Aug 2004 22:25 GMT | 2 |
Concerning <div> type layers I have a page where text is wrote into a layer with a coloured background. In IE if there is too much text for the size of the layer, the layer's hight automatically adjusts to accomadte the text. In Netscape if there is too
|
| Problem with window.opener in Firefox/Mozilla | 31 Aug 2004 21:38 GMT | 1 |
First a basic outline of what I am trying to do: I want to have a page spawn a pop-up when you click "submit" on its form. On this pop-up page there will be another form. When you click "submit" on the pop-up's form I want the pop-up to close & a new page
|
| jumping to an achor | 31 Aug 2004 21:33 GMT | 2 |
is there any way to jump to an anchor on the page load. the thing is I dont want to reload the page (as the page is being called by a submit button on a form, so if i call the page again with an anchor tag i loose all the form details)
|
| Get number of downloaded bytes | 31 Aug 2004 21:27 GMT | 1 |
I have a page that's long (>400kb) and therefore takes several seconds to download. I want to put either a progress bar or a simple counter that would show how many percent of the page have been downloaded. Is there a property or a method that returns how many bytes of the page ...
|
| are "07" and "08" really all that different? | 31 Aug 2004 18:35 GMT | 5 |
I have a web page. It uses JavaScript to test the user's input before sending it to the server. It frequently tests using isNaN() with some very interesting results. The statements in question test values from text boxes using isNaN() and
|
| Combining two functions | 31 Aug 2004 13:20 GMT | 3 |
Is there a way to combine the following ShowName() functions so that I can just call one function on the onblur event of the text field? <html>
|
| javascript trace window | 31 Aug 2004 09:09 GMT | 7 |
Can anyone point me to some code that will display messages, in a seperate window, from javascipt. ie effectively a trace window? TIA Chris
|
| The full code work | 31 Aug 2004 09:00 GMT | 4 |
Hi at all, please take a look to this code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> </HEAD> <BODY>
|
| button clicked | 31 Aug 2004 06:53 GMT | 1 |
onclicking a button, iam calling a function which loads some other page. so, it is calling onUnloadhandler. In this onunloadhandler, is there any way to find the name of that button?
|
| Mozilla form elements problem | 31 Aug 2004 05:54 GMT | 1 |
The following piece of code yields different results in Mozilla and IE: f = document.createElement('form'); ip1 = document.createElement('input'); ip1.type = 'text'; f.appendChild(ip1);
|
| Simple price x quantity | 31 Aug 2004 04:36 GMT | 5 |
I have a form with the input fields: ProductName Quantity and output fields:
|
| Form validation object expected | 30 Aug 2004 23:19 GMT | 10 |
Our regular programmer moved on. I'm almost clueless in Javascript/ASP and got the job of adapting existing code. In the page below, everything works until I added the function checkIt() to validate which radio button was clicked and what was in a textfield. The form is an ...
|
| Page Submit and Jump to Anchor? | 30 Aug 2004 20:45 GMT | 4 |
I have a page/form...that has some junk at the top of the page and a bunch of select boxes in the middle of the page and a table at the bottom. When a user makes a change in one of the select boxes, I use javascript to submit the page (back to itself)..reloading the other select ...
|
| Urgent!!Global window reference!! | 30 Aug 2004 19:07 GMT | 2 |
In a page, i have many links. I have some functions in a global file which is included in all linked pages. I want to have a reference to a window which is to be opened on
|
| DOM-based cross-browser navigation tree needed | 30 Aug 2004 16:52 GMT | 3 |
I'm trying to find a javascript/DOM navigation tree to use in a web-based content management system, to allow navigation of > 10,000 folders/files. The javascript (non-DOM) tree we currently use is running too slowly
|