all groups > dotnet scripting > september 2003
Filter by week: 1 2 3 4 5
Watch this critical update for Microsoft Windows
Posted by Automat Sneek at 9/28/2003 11:17:09 PM
Microsoft User
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to maint... more >>
Inter-Browser Communication via Script (J-Script)
Posted by timothy.burda NO[at]SPAM intelsat.com at 9/25/2003 9:42:25 AM
OK -
Today's test:
I have a web application running in Browser A (the application is
written in .NET using C#) which when a particular action opens another
page of the same application (using window.open) in Browser B.
Is it possible to have Browser A reload its page when a particular
ac... more >>
Check out this correction pack from the MS
Posted by Paul Joseph at 9/24/2003 4:16:33 AM
MS Partner
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to continue keeping ... more >>
Common Dialog Box (SAVE AS) - where and what is this?
Posted by jacksonbilly NO[at]SPAM hotmail.com at 9/23/2003 2:42:37 PM
I need to be able to decide were I want the final text file saved. I
can not figure out how to do this. Here is my code and thanks in
advance to anyone who is willing to help:
Dim fs, ts1, sf, s1, ts2, ProjectDir, WshShell, filename, FinalMsg,
ErrorMessage, FirstPrompt
Const ForReading =... more >>
FW: Take a look at critical patch from Microsoft Corporation
Posted by Simon Bontekoning at 9/21/2003 3:29:24 AM
Microsoft Customer
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now... more >>
Display Related Item or Add Item
Posted by ssoss at 9/17/2003 5:43:13 PM
Hi,
Trying to create a registration form for members of organizations.
I have three tables,
Users
user_id, user_name, user_mail, etc.
Orgs
org_id, org_name, org_description, etc.
Locs
loc_id, loc_address, loc_town, loc_st, loc_zip, etc.
GOAL:
I want users to...
Registe... more >>
changing file download process?
Posted by Sian at 9/15/2003 10:59:30 AM
Hi everyone..
I am developing an application where i give the user the
option to view a document or check it out for editing.
There are two buttons representing this functionality.
Currently, if the user hits the 'view' button I just have
some javaScript which opens up a new browser windo... more >>
Right Click Menu problem
Posted by Jacob Markel at 9/13/2003 12:54:01 AM
Hello,
I used document.oncontextmenu to use my menu on right
click event and it works well, but when my menu overlays
dropdown control (menu should be always on top of any
document object) then dropdown control is on top of my
menu.
Some how DIV element cannot be on top this control.
Pl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Client side scripting problem..
Posted by Pete Lux at 9/11/2003 10:15:56 AM
I'm very new at web programming, but I was working through an example from
Beginning VB.net and hit a wall. In the example, you setup 2 text boxes and
2 pushbuttons. All that happens is the text in the boxes changes when you
hit the pushbuttons, but one runs on the client, the other on the server... more >>
Using ASP.Net for building HTML
Posted by bob at 9/8/2003 9:24:52 PM
Hello,
Don't know if this is the correct place for this post but
I'll try anyway.
We have a system that was built using server side vb
script that reads a database and populates session
variables with those values. It then builds HTML tables
and other objects by concatenating strings w... more >>
Best way t check/close a connection
Posted by estafford at 9/4/2003 11:44:32 AM
I am looking for suggestions on how to conditionaly check if a database
connection has been opened and to close it if it is.
For Example, I have a page that validates a querystring.
If the query string is valid I open a connection to a database using an
OLEDB datareader [OleDbDataReader] and a... more >>
NEWBIE - How to survive the postback.
Posted by Jim Mitchell at 9/2/2003 10:26:44 AM
I load a table and a textbox on the initial pageload. The value in the
textbox survives the postback, the values in the table do not.
Is there a way for the values in the table control to survive a postback?
Thanks in advance.
... more >>
IDE for VBScript
Posted by news.bluewin.ch at 9/2/2003 6:43:13 AM
Hello
Is VS .NET an IDE for 'standalone' VBScripts? (with standalone I mean plain
scripts, not running in IE in an HTML page, nor running on IIS as an ASP
script)
1. How do I add/reference other COM objects so that IntelliSense works?
2. How do I debug them? (Debug menu is disabled when jus... more >>
browser history
Posted by JMMB at 9/1/2003 2:53:00 PM
In a secured site, I used a "checkout" button to invalidate the security
cookie.
If the user doesn't close the browser window, someone else is able to
navigate back through the pages in the browser cache an see the information
filled in the forms.
How could I avoid this?
... more >>
|