[wdvltalk] Re: Web hosts...

2004-06-24 Thread greg
Has anyone tried 100megswebhosting.com? Canadian company with servers in the states...I havnt hasd any problems what so ever... Greg ottodawg.com • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL

[wdvltalk] RE: Parse HTML using MSHTML in Visual Basic 6.0

2004-05-11 Thread Cymbala, Greg
Next End If Next Set currentCell = Nothing Set currentRow = Nothing Set e = Nothing Set Doc = Nothing Set Web = Nothing Greg -Original Message- From: Rajput, Goutam [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 12:41 PM To: [EMAIL PROTECTED

[wdvltalk] RE: Username and password

2004-03-04 Thread Cymbala, Greg
Perhaps these two functions (for use in an ASP page) can help. Not sure if there are Domain Admin user groups. Watch out for line wrap on the longer lines. ' Authenticates a user name and password for a given domain. Function AuthenticateUser(sDomain, sUserName, sPassword) Dim bRetVal

[wdvltalk] RE: help with collaborative web page

2004-02-02 Thread Cymbala, Greg
How about a Wiki Wiki Web? See http://c2.com/cgi/wiki?WikiEngines And http://c2.com/cgi/wiki?WikiWikiWebFaq No software except a browser required, and there are ASP implementations. The information in this electronic mail message is sender's business Confidential and may be legally privileged.

[wdvltalk] Re: stealing page content and images

2003-07-23 Thread Cymbala, Greg
save it to the server. Greg -Original Message- From: Conyers, Dwayne [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 12:13 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: stealing page content and images Interesting observation... I was goofing around with Microsoft FrontPage

[wdvltalk] RE: Where is the fold?

2003-07-08 Thread Cymbala, Greg
This is actually in a compressed file, assuming you're referring to OPENFILENAME.class, part of the Java runtime, I believe. Look inside your windows root directory for a folder called java. Under there, I have a QI3DBRH7.ZIP file that contains that file. HTH, Greg -Original Message

[wdvltalk] RE: saving emails and folders in OE6

2003-06-17 Thread Cymbala, Greg
Other Address Book ... And pick the Text (comma separated valus). HTH, Greg -Original Message- From: Brooke Warren [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] saving emails and folders in OE6 I want to take all my stuff

[wdvltalk] RE: Is Array Single or Multidimensional?

2003-03-31 Thread Cymbala, Greg
CheckDimensionOfArray = bHasDimension Else CheckDimensionOfArray = False End If End Function HTH, Greg -Original Message- From: Rajput, Goutam [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Is Array Single

[wdvltalk] RE: Is Array Single or Multidimensional?

2003-03-31 Thread Cymbala, Greg
Sorry, line breaks got messed up somehow. Retry ... Dim arrOneDimension(2), arrTwoDimension(3, 3) ' Test for 1st dimension If CheckDimensionOfArray(arrOneDimension, 1) Then Response.Write(arrOneDimension has at least one dimension.br /) Else Response.Write(arrOneDimension

[wdvltalk] RE: Is Array Single or Multidimensional?

2003-03-31 Thread Cymbala, Greg
Oh, well, still didn't work right. Just watch out for the placement of the Else's and End If's The information in this electronic mail message is sender's business Confidential and may be legally privileged. It is intended solely for the addressee(s). Access to this Internet electronic mail

[wdvltalk] RE: javascript help needed

2003-03-13 Thread Cymbala, Greg
; document.all(im_num).src=../graphics/gold.gif; } else if (document.getElementById) { targetElement=eval(document.getElementById(display)) targetElement.src=url; document.getElementById(im_num).src=../graphics/gold.gif; } } HTH, Greg -Original Message- From: Steve Miller

[wdvltalk] RE: internat.exe?

2003-03-04 Thread Cymbala, Greg
Description: The Input Locales Traybar icon is used to change regional settings such as Keyboard type, Currency or Date Format Common Errors: N/A System Process: Yes Greg -Original Message- From: Zhao [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 1:08 PM To: [EMAIL PROTECTED

[wdvltalk] RE: Need help getting a grandchild window to open in 4 X Netscape

2003-02-25 Thread Cymbala, Greg
: a href=# onClick=window.open('someurl','ChildWindow','yourwindowoptions');exit=false [...]/a CODE FROM CHILD: a href=# onClick=window.open('someotherurl','GrandChildWindow','yourwindowoptions'); self.close();return false;[...]/a Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[wdvltalk] RE: include files

2002-10-08 Thread Cymbala, Greg
Depends on the web server and how it's set up, but try changing the extension of the file to .shtml or .shtm. HTH, Greg -Original Message- From: Diane Schips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 4:15 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] include files I'm

[wdvltalk] RE: Comparing Time

2002-09-30 Thread Cymbala, Greg
Look into the DateDiff function: DateDiff http://msdn.microsoft.com/library/en-us/script56/html/vsfctdatediff.asp -Original Message- From: Hoenig, Robert [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:56 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Comparing Time I'm

[wdvltalk] RE: Dynamically Loading Arrays

2002-09-26 Thread Cymbala, Greg
/mdmthgetrows.asp?frame=tr ue HTH, Greg -Original Message- From: Hoenig, Robert [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 8:59 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] Dynamically Loading Arrays I want to load some fields from a database to an array. It will be dynamic

[wdvltalk] RE: ASP encryption/decryption

2002-09-10 Thread Cymbala, Greg
What exactly do you need to encrypt/decrypt? -Original Message- From: Ken Patenaude [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 12:43 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] ASP encryption/decryption Hi Gang I am looking for an encryption/decryption algorithm

[wdvltalk] RE: ASP encryption/decryption

2002-09-10 Thread Cymbala, Greg
OK ... Where do they need to be encrypted and where do they need to be decrypted? I suspect what you need is SSL, but I'm not sure. Do you need for the user to type in a password in a form on a page and have it encrypted before it's POSTed to the web server? Or something else? Greg