| Thread | Last Post | Replies |
|
| Rounding numbers in Javascript | 01 Jun 2007 00:19 GMT | 10 |
I am using below Javascript to round my numbers return roundNumber(rnum, 3); When my user enters 11.7777 it is rounded to 11.778 However, when my user enters .009 it rounds to 0.9. I want it to stay as .009
|
| Div rendering | 01 Jun 2007 00:16 GMT | 8 |
I have below code =============================================================== <html> <span style="width: 250; padding-left:0px; padding-right:5px;
|
| Replace function body/code | 31 May 2007 05:40 GMT | 6 |
Does anyone know if it is possible to replace the body of a function through the js runtime. There is a framework function called to perform a certain task and I would like to replace the logic of that function with my own logic.
|
| Open new window - Close Opener <object> | 31 May 2007 02:48 GMT | 3 |
I have some code on one of my pages that opens a new window and a Flash SWF game. This is not all of it. Part of it is embedded. <object classid="clsid:" codebase="http://download.macromedia.com">
|
| Using IE menu extention: what I am doing wrong? | 30 May 2007 16:55 GMT | 4 |
1. The IE menu extention I added executes the following line: res://C:\Program Files\myapp\my.exe/3002 2.
|
| What kind of text string IE can accept from the menu extention? | 29 May 2007 05:11 GMT | 10 |
MSDN site: http://msdn2.microsoft.com:80/en-us/library/aa753589.aspx On that page close to the bottom: "
|
| Contenteditable DIV and Tab key | 28 May 2007 07:01 GMT | 3 |
I'm using a contenteditable 'DIV' as text Editor in UI. On press of tab in the 'div (editor)' , focus goes to next html element. Know its browser behaviour... How to suppress this tab behaviour and provide functionality similar to text
|
| Convert QWORD to Date & Time | 27 May 2007 22:20 GMT | 7 |
Under Vista I am trying to read a QWORD from the registry and convert it to the date/time it represents (same as w32tm /ntte cmd util). I have the registry stuff done, but can't find a way to convert the QWORD to the date. Does anyone have a JScript sample that shows how
|
| Using JavaScript to 'highlight' an html table-row by putting a border around that row | 27 May 2007 03:29 GMT | 2 |
I can easily use JavaScript to highlight (turn yellow) any row of my html table. (And then OnMouseOut... I change that row back to white) Using a similar method... I need the "highlighted" rows to NOT change
|
| Hiiding and displaying IE menu extention | 25 May 2007 19:15 GMT | 3 |
I know, that Windows registry key.controls IE menu ext (mouse right click on IE) controls. What I need is to make that menu extention content sensitive, depending on what mouse is pointing, by hiding it or making it visible.
|
| A better way to iterate objects of a certain prefix? | 25 May 2007 14:11 GMT | 2 |
Is there a more elegant solution than this? function checkUncheckAll(theElement) { var theForm = theElement.form, z = 0; for (z=0; z<theForm.length;z++) {
|
| BYPASS GOOGLE POPUP BLOCKER | 25 May 2007 04:22 GMT | 8 |
Is there any way to bypass google popup blocker ? It can be a javascript code or flash action script or anything else ..
|
| same window but I can´t close | 24 May 2007 05:03 GMT | 1 |
I have 2 asp pages with javascript. Se below. When I run the openYrke on the first page the "change_yrke_Lonerelationer.asp" pops up (Win1) and everything works fine. And then the user loads the page2 (with the pop up change_yrke_Lonerelationer.asp still opened) and run the ...
|
| Event to detect when browser is closed | 23 May 2007 21:34 GMT | 4 |
I want to be able to record a "logout" when a user either navigates away from my site or closes the browser window. I solved the first problem by creating a FRAME with height=0 containing a FORM that POSTs the CustomerID to an ASP page which records the "logout" in my database. I do ...
|
| WSH Scripting issues | 23 May 2007 05:21 GMT | 2 |
I was trying to run my .js script on windows XP and was getting an error. See the error below....... C:\>dir Volume in drive C has no label. Volume Serial Number is A4A8-6D93
|