| Thread | Last Post | Replies |
|
| How to figure out if 'Esc' has been pressed | 31 Jan 2006 22:40 GMT | 3 |
With the following code I can figure out if 'Enter' has been pressed: ... onKeyPress = "if (check_enter(event)) {alert('Enter has been pressed');}" function check_enter(eventobjekt) {
|
| Javascript Date | 31 Jan 2006 20:57 GMT | 4 |
Is JS Date object related to system date / regional or Language options? Is it always consider US Date format? Can I get any online documentation for this? thanks
|
| Contains Method | 31 Jan 2006 17:04 GMT | 12 |
Sorry, my last message was intended for the French group. Since when an object may contain itself? The code below returns true, showing that the body contains itself. If it is not a bug, is it at least a serious flaw in the design.
|
| hidden input field | 31 Jan 2006 13:19 GMT | 9 |
I have a need where I need to write some code that triggers when the value of a hidden input field changes. I checked the reference and that object does not have an onchange event. How else can I go about accomplishing this? TIA!
|
| Restore Session value | 31 Jan 2006 09:58 GMT | 1 |
Anybody can give me a clue on: "How to keep value in our session variable restored in a certaint time using vbscript?" I run ASP.net by using VB.net and store some value in session, I want to
|
| Frame Printing?? | 30 Jan 2006 16:16 GMT | 10 |
IMMEDIATE QUESTION -------------------------- I have a frameset with two children frames (however that's said). The print button is placed on the top frame and I need to be able to print
|
| Using ShowModalDialog on Mozilla | 30 Jan 2006 09:20 GMT | 2 |
I'm using on IE6, I'd like to know how to use this function on Mozilla? is there a function like showModalDialog copatible on mozilla? thanks
|
| How to call javascript into XSLT | 29 Jan 2006 11:34 GMT | 4 |
I'm using this xsl file <?xml version="1.0" encoding="ISO-8859-1" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> ...
|
| MoveFile and DeleteFolder methods not working | 27 Jan 2006 18:03 GMT | 3 |
This one has definitely been perplexing. Does anyone know what could possibly cause the MoveFile and DeleteFolder methods to stop working? I have a script that uses these that has worked in the past, but they no longer seem to be functioning properly. Here is the code that is ...
|
| Close popup window... | 27 Jan 2006 14:14 GMT | 2 |
I'm opening a secondary window to display downloaded documents as such: ... ... Response.BinaryWrite(fileContent);
|
| onmouseover for area tag | 26 Jan 2006 19:41 GMT | 7 |
I have a jpg image and I created a hot spot on it with the following tag. <area shape="poly" coords="253,275,327,278,328,310,283,312,254,310" onClick="contextMenu()" onmouseover="this.style.cursor='hand'"> I would like to change the cursor to hand when mouseover this area, but my
|
| Best Way to access Input fields | 26 Jan 2006 16:37 GMT | 44 |
My form will be like this <form name="Frm"> <input name="FrmInput"/> </form>
|
| submit FORM1 from FORM2 | 26 Jan 2006 12:02 GMT | 1 |
There is a "VARS" form, for store some hidden values, what I need to pass back. And I have many other forms, such as "LAPOZ1". I'd like to submit the "VARS" form from "LAPOZ1", but VARS pass only the "pg_num" parameter.
|
| Creating and writing in text files | 26 Jan 2006 10:55 GMT | 5 |
I have to write a html site which collects customer addresses and I have to save them in a text file. I can't use any serverside scripting because it is just on a local machine with no running server. I heard that you can create and write to text files with JScript.
|
| How to change the MousePointer while sorting a table | 26 Jan 2006 08:35 GMT | 2 |
With document.body.style.cursor = "wait"; I can set the hourglass and with document.body.style.cursor = "default";
|