| Thread | Last Post | Replies |
|
| checkbox validation | 31 Oct 2006 21:28 GMT | 1 |
I have been banging my head against the wall on this for a bit and after reading through I don't know how many posts with out being able to fix it I thought I'd post. I have this form that makes a user pick one or more condos they are
|
| Using client-side javascript's RETURN VALUE... to save a round-trip to the server. | 31 Oct 2006 00:43 GMT | 1 |
I'm having a heck of a time trying to get this to work. I'm trying to make an HTML button with asp.net that... when clicked.... runs some client-side javascript code. Only if that code returns TRUE... then some server-side asp.net/vb.net code
|
| File I/O example request, JScript/VBScript | 30 Oct 2006 17:18 GMT | 6 |
I have recently moved to WinXP, in which 32-bit MiniTrue, which I used intensively as a command-line batch tool in Win98, seems not to work (16-bit MiniTrue works, but I don't want to *down*grade scripts to it). Unless there is some means of providing normal MT-32 operation, ISTM
|
| Parallel Port Programming | 29 Oct 2006 23:05 GMT | 1 |
Hello, does anyone know how to send data to and get data from parallel port using jscript? Thanks!
|
| Regular expressions and vars | 28 Oct 2006 13:03 GMT | 5 |
Hi Group I'm having problems using RegExp in a loop with vars heres the code <%
|
| Permission Denied on XMLHTTP.open(GET) | 27 Oct 2006 21:45 GMT | 3 |
I am getting a "Microsoft jscript runtime error: permission denied." error when I issue XMLHTTP.open("GET", url, true) from my jscript. It works fine if the url is going to localhost, but fails if going to a remote IP. Any suggestions?
|
| how to hide status bar message | 27 Oct 2006 17:04 GMT | 3 |
I use the following to hide messages from being displayed on the status bar of the browser, but when click on the link (to download file), the status bar shows the link again. How to make the status bar stop showing the link after the link was being clicked?
|
| Basic Jscript question on main() | 26 Oct 2006 16:51 GMT | 1 |
I am really new to jscript so i am sorry if my question seems simple. It seems like when I put everything in the main function, I still have to call main() at some point to make the script useful (using cscript.exe). When I import this script into MOM, the script loops
|
| Couple of questions on IFrames | 25 Oct 2006 21:30 GMT | 3 |
Hello, I have a couple of questions on IFrames. a) After submitting the form to an ASP.Net page, how do I close the Iframe? I tried various things like window.close(),
|
| setting and resetting cookies | 25 Oct 2006 18:42 GMT | 1 |
I'm at this page: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/cookie.asp trying to understand how to change a cookie value. The first time I set the cookie, it works, but when I try to give it a
|
| ASP Classic/JScript :: Microsoft.XMLDOM :: xmlDoc.getElementById()??? | 25 Oct 2006 10:01 GMT | 7 |
LEt me preface all this by saying I rarely if ever touch ASP or .Net - Im a PHP and ColdFusion guy so im out of my element here... I cant seem to get the getElementById() mehtod to work for some reason... In php (libxml2) the method works provided you have validated the document
|
| Writing JScript to generate HTML and JScript | 25 Oct 2006 06:48 GMT | 5 |
I am trying to create a form that, once submitted and errors occur, will keep the users selection. The way I have done this for the rest of the page was to use jscript. For example:
|
| autosizing an iframe is inaccurate on firefox. Works on IE. Help! | 24 Oct 2006 17:17 GMT | 1 |
Usual apologies if this is old territory. I'm resizing a bunch of iframes on a page to the height of their contained documents. Some of the contained documents contain IMG tags. On IE this doesn't cause a problem and the resize works correctly. On
|
| Java Script Error - innerWidth Undefined | 24 Oct 2006 14:39 GMT | 3 |
I have an application built in JSP, while traversing from one page to another a Java Script Error window pops up saying "Error Description - innerWidth Undefined". I get this error only when i use Internet Explorer 7.0.5730.11IC, when used in IE 6.0 the same application works
|
| Page Splitter Help | 24 Oct 2006 11:41 GMT | 2 |
I have created a page splitter much the same as on the microsoft websites, I have a problem with it that I hope someone can help with. Problem. When I select the splitter control ( a <div>) none of the drag events fire
|