| Thread | Last Post | Replies |
|
| Validation issue | 30 Jan 2005 19:43 GMT | 1 |
Dunno if this is the correct newsgroup, but hopefully some one here can help. I have written some form validation script. Every thing appears to work correctly, except for the first form field which refers to a drop down
|
| Script for finding the timezone | 29 Jan 2005 07:53 GMT | 5 |
My application, which is mainly an e-biz application, uses .Net and Sequel server . At the back end date is stored in GMT. What i need i need to show the the time based on the client's machine. How can i do this ? Taking the timezone from the Client machine is the only soln ? or Can ...
|
| Reading input from a file | 28 Jan 2005 21:35 GMT | 3 |
I'm attempting to use the Run method to run mbsacli.exe (Microsoft Baseline Security Analyzer command line). I'd like to build the array of servers to scan from a txt file. I know it would be something like ws.Run("mbsacli.exe " + sysArray(1) + " switches",0,"TRUE"), but I ...
|
| window.Showmodaldialog and Access is Denied | 27 Jan 2005 11:55 GMT | 1 |
I am trying to open a page and pass some variables to it using window.showmodaldialog. When I specify the page that I want to open the script fails on the line in question and the error message is Access is Denied. If I give it a page name that doesn't exist it opens a blank ...
|
| Getting 2005-01-01 format | 27 Jan 2005 04:31 GMT | 5 |
I am new to javascript. How can I get 2005-01-01 format from Date() or something? Something like formatDateTime+vbShortDate(VB) or ToShortDateString()(.Net). Thanks for your reading.
|
| Passing System.Drawing.Color to LateBound method causes Type misma | 26 Jan 2005 21:48 GMT | 1 |
I am working with embedding JScript.NET into my .NET application. Everything is working ok except for one thing. I added an object as a global to the script engine which has a method which takes a System.Drawing.Color. When I try and use this method (as shown below) I get a "Type ...
|
| Automating Photo Layout in a web page | 26 Jan 2005 20:55 GMT | 3 |
Is there a good way to write a routine that will look at the contents of a directory, build a table w/a thumbnail of each photo in the folder w/a hyperlink to a blowup? I would like to automate this instead of having to redesign the table each time. Thanks.
|
| Reading an object's 'height' after page load | 25 Jan 2005 16:06 GMT | 1 |
I'm am trying to do what, I think, should be quite simple. After a web page loads, I want to read the CSS "height" attribute (and based on that adjust it according to a set of conditions I have). The second part is no problem, I can set the height to anything I want after the ...
|
| HOWTO Make iframe objects use a different ASPSESSIONID | 25 Jan 2005 15:51 GMT | 1 |
HOWTO Make iframe objects use a different ASPSESSIONID Please help, I'm trying to make a "master page" control many iframes that each in turn calls a CGI app. I'm finding that the iframes are ending up reusuing the same
|
| using listbox to autopopulate text fields | 25 Jan 2005 15:49 GMT | 1 |
I'm in the middle of adding some validation functionality to an inventory tracking form. What I would like to do is have one dropdown menu/Listbox(Part Number) and another text field (Product Description).
|
| Not allowing user to select same date | 25 Jan 2005 14:06 GMT | 4 |
I have the following jscript that I downloaded from the web - a basic calendar pop-up that allows the user to pick a date which populates the appropriate txt file on my asp page. The problem is -I need to add an alert that does not allow them to select today. Can someone look at
|
| How to open mozilla window? | 25 Jan 2005 11:50 GMT | 1 |
recently I prepared script for my colleauges, which automates some of their tasks. This script generally opens two windows in IE browses to some address, and logs the user in. I use this code to open the window:
|
| Using QueryString | 25 Jan 2005 09:57 GMT | 1 |
I am using VBScript for my ASP projects and I do need a code that uses JScript. I have a QueryString from previous page (ex. model) and I want the model to be included on my javascript. Can you help me? Hope you understand my question.
|
| iframe and anchor problem | 25 Jan 2005 01:24 GMT | 2 |
I have googled around a little and found persons with similar problem but without any good answer. So I'm bringing it up again. I have a group of anchor tags which are inside an iframe positioned within the parent (main) window. The anchor tags point to more content
|
| window.Image.prototype in IE6 | 24 Jan 2005 15:43 GMT | 5 |
does anyone know why window.Image.prototype is null or not an object in Internet Explorer 6? In Mozilla Image.prototype.cycleImages = 0 works fine. Thanks Manekyn
|