| Thread | Last Post | Replies |
|
| Building Time Control | 30 Nov 2007 04:51 GMT | 2 |
I need to build a time control in HTML and am looking for some advice for the best way to do this. I need the control to allow users to enter a time in the following format "11:46 am" and have it complain when they do not. Any ideas would be helpful, up to and including if
|
| How to create the data for Response.BinaryWrite ? | 29 Nov 2007 14:12 GMT | 6 |
I would like to write an excel file to the Response object in an ASP page. I have the bytes written digit by digit in a string, and I need them as some ActiveX VT_UI1 | VT_ARRAY data. How can I do that ?
|
| how to calculate amount of days between two dates? | 28 Nov 2007 21:44 GMT | 8 |
i want to calculate the amount of days between today and a date in the future. Does it exist a function like datediff of something to do that? Thanks Bob
|
| Javascript to display a given div on page load | 27 Nov 2007 21:40 GMT | 10 |
I'm still a new comer to JavaScrip but I've been getting by with a bit of help. Now I have this situation and need some help here I have a html page that contains several DIV tags which have display:none set in the style. I would like to to toggle the DIV display dependent on
|
| Javascript / Mouse Cursor / Possible "DoEvents" workaround | 27 Nov 2007 06:02 GMT | 15 |
I have a length javascript call ... and I am well aware of the setInterval/setTimeout methods of breaking this call up to allow visual content and/or changes to the mouse cursor to display properly.
|
| Statements limit bug in IE7 | 24 Nov 2007 22:40 GMT | 1 |
Could anyone confirm that the bug is fixed? http://groups.google.com/group/microsoft.public.scripting.jscript/browse_frm/thr ead/fcb104c0dbd08fbe
|
| IE7 and popunder | 23 Nov 2007 13:31 GMT | 1 |
is there any code to allow a popunder to be shown on IE7 (when the popup blocker is on, obviously)? Thanks
|
| Can I use a COM object inside an html page | 23 Nov 2007 09:12 GMT | 5 |
I would like to use a com object inside an html page, Using jscript I would like to be able to set various properties and call its methods. Is this possble ? I thought the object tag may work:
|
| Newbie: is this possible in jscript. | 22 Nov 2007 23:30 GMT | 2 |
We have a rich client, written in vb, that talks to a service via sockets. The client conects/registers with the server and the server then periodically sends data (wrapped in xml) to the client which displays it. I would like to provide a simliar user experience to that of the ...
|
| adding callto tag to the selected number | 22 Nov 2007 16:20 GMT | 6 |
I am looking for the way to add programmatically the callto: tag <a href="callto://phnumber" "></a> where phnumber is the number found on the page. How to do that?
|
| Help! Integer problem | 22 Nov 2007 05:13 GMT | 4 |
Good Evening everyone!.. Help me! I have a form and it consist of two input box for the value and a button to compute. My problem is e.g 6.6 this number is input to the first box, then i want it to limit the second digit into 6.5 only. if i input an
|
| Access denied...on the options collection of a SELECT??? | 21 Nov 2007 23:25 GMT | 3 |
I searched groups on Google and didn't find anything specific to this, so here I go. I'm a javascript novice looking to expand my knowledge, so I've been playing with samples on w3schools.com. One such sample dealt with iterating the
|
| Determine if path is absolute or relative | 18 Nov 2007 17:55 GMT | 7 |
Is there a simple JS function to determine if a path is absolute or relative, that works for both local and web paths? picking up :// is easy enough, but the path may be local, like d:\mydir\subdir\ (instead of file:///d:/mydir/subdir/ ). Or it may be a share...
|
| Is it posible to create a circle object using javascript? | 16 Nov 2007 14:27 GMT | 3 |
Hi Good Morning to All!... I have a problem, is it posible to create a circle object using a javascript code? and How?... Best Regards Dexter!..... :-)
|
| Include AJAX in existing web | 16 Nov 2007 14:24 GMT | 2 |
I just instaled AJAX framework. I can use it if I chose AJAX enabled aplication when I am creating new project. But I have some web aplication with no AJAX and I need to include it. It is not project, it is asp.net website. There is no .sln file or other visual
|