Re: Witango-Talk: TangoAutoNav (based on your web folder directory listing)

2002-07-17 Thread [Gauthier]
Hi, your system is really interesting, I really like the way you list directories on the left (including stacked 'parent folder') If you want some ideas: -I will think about a way to open each file locally with user extension association(you should put another link based on something like

Witango-Talk: Not quite off topic timestamp to date

2002-07-17 Thread Gene Wolf
OK, I need the advice from some of you guru's out there. This is probably simple but for some reason its escaping me. I have a database that contains prescriptions added by a doctors office. One of the fields in the record is a timestamp. Now, the office has asked me to create a

Witango-Talk: Close a window

2002-07-17 Thread Fogelson, Steve
What is the best way to provide a link to close the browser window you are currently in? Thanks Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]

RE: Witango-Talk: Word wrap in MS CSV File.

2002-07-17 Thread Henning Sittler
Hmm, I could be wrong, but: If a newline is \n (or it might be \r\n) and the CSV format typically uses \ as an escape character, you might try putting: \\n in place of any \n you want to keep in a cell. So: -- Row 1:\\nColumn 1,Row 1:\\nColumn 2\r\n Row 2:\\nColumn 1,Row 2:\\nColumn 2\r\n --

RE: Witango-Talk: Close a window

2002-07-17 Thread Troy Sosamon
Just make a form with a button w/ an onclick event on the button like onclick=widnow.close(). The only problem you will have that if you did not open that window w/ a java script, the user will get a message saying that the application is trying to close the window. Troy Sosamon =

RE: Witango-Talk: Tango!!!??

2002-07-17 Thread Jon Grieve
Farana, In theory, Tango as it stands could be used for this kind of thing... I mean, it isn't mandatory to have the results of executing a TAF/TML return HTML. However, HTTP is the only interface to it right now. So, in theory, you could perform scripting using a command-line HTTP client

RE: Witango-Talk: Restarting Tango

2002-07-17 Thread Henning Sittler
There's also Big Brother. http://bb4.com/ Henning Sittler www.inscriber.com -Original Message- From: Troy Sosamon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:38 AM To: Multiple recipients of list witango-talk Subject: RE: Witango-Talk: Restarting Tango I have some

RE: RE: Witango-Talk: Close a window

2002-07-17 Thread Campbell, Steve V.
Oops..no FORM there of course! Steve -Original Message- From: Campbell, Steve V. Sent: Wednesday, July 17, 2002 11:10 AM To: Multiple recipients of list witango-talk Subject: RE: Witango-Talk: Close a window Like this? CENTERform method=POST pCENTERinput type=button name=B1

RE: Witango-Talk: Looking for Witangoized Calendar popup

2002-07-17 Thread Thomas Ferguson
Dan, attached is one from Pervasive that does what you want. here is how it's used: INPUT NAME=hire_date TYPE=TEXT SIZE=23 MAXLENGTH=36A HREF=# onClick=window.dateField=formname.hire_date; window.open('calendar.taf','cal','WIDTH=200,HEIGHT=250')IMG SRC=calendar.gif BORDER=0/A -Original

Witango-Talk: Tango for 404?

2002-07-17 Thread Roland Dumas
If you hit a standard http server for a page that does not exist, it has a 404 response, which you can link to a specific page. If you go for a taf or tml file that does not exist, you get the arcane tango error. Is there a way that I can have just that one error link to a tml page?

Witango-Talk: [OT] Outsourced DNS Service

2002-07-17 Thread Ian Daniel
I am considering outsourcing our DNS service and am wondering if there are recommendations that anyone would share. I have looked at ultradns.com ... I'm wondering if there are others out there that listers have experience with. Please share pro's and con's. with thanks ... Ian Daniel,

RE: Re: Witango-Talk: Looking for Witangoized Calendar popup

2002-07-17 Thread Campbell, Steve V.
Glad you liked my colors!! Steve Campbell OU Physicians Internet Software Developer/Web Manager University of Oklahoma Health Sciences Center 800 Northeast 15th Street ROB #601 Oklahoma City, Oklahoma 73172 o -405-271-4647 x54163 f -405-271-1217 c -405-226-4901 p -405-690-9703

RE: Witango-Talk: Looking for Witangoized Calendar popup

2002-07-17 Thread Dost, Farzana
go to java.sun.com and reach the forms for calendar popup. i got one from there and it is free and works great you should beable to user taht... -Original Message- From: Troy Sosamon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:21 PM To: Multiple recipients of list

Witango-Talk: WiTango 5 announcement?

2002-07-17 Thread Roland Dumas
Did I miss it? Will there be an announcement of availability of WiTango 5 at MW? TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body

RE: Witango-Talk: [OT] Outsourced DNS Service

2002-07-17 Thread Ben Johansen
I am using Verisigns at www.verisigndns.com It is $24 per year and I dont think there is a limit to domains Not saying this is the best or the worst, but is handi when setting up domains because They have done a good job of providing link while managing your domain Ben Johansen

RE: RE: Witango-Talk: PopUp Window populated from db

2002-07-17 Thread Campbell, Steve V.
I am going to use a code so that a user that visits a page can get a popup window that has info about the text they click, roll over. This will popup my info, but, I was wanting to populate from a database.. Even go resultSet[1,2] if I have to. If that made sense that is. script function

Witango-Talk: Search feature

2002-07-17 Thread Nicolas de Biolley
Hi there, we have a search module for our customers, wich does simple queries into an SQL database (Microsoft). We would like to improve it, a bit like a boolean search, and enabling differentiation between a whole word or part of a word (so pages where the searched item appears on its own

RE: Witango-Talk: Looking for Witangoized Calendar popup

2002-07-17 Thread Troy Sosamon
Oops, Sorry, http://www.softricks.com/js/Calendar/Calendar.html Troy = Original Message From [EMAIL PROTECTED] = No such url as softscripts.com -- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP,

RE: RE: Witango-Talk: PopUp Window populated from db

2002-07-17 Thread Ben Johansen
Just put a call to a Taf file in the URL Example var popurl=http://www.domain.com/pull.taf_function=getdata; Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Latest downloads List Archives @ http://www.witango.ws -Original

Witango-Talk: Multiple Attachments IN EMails

2002-07-17 Thread Ben Johansen
I feel that this is ok to say, since Phil made the statement about it. I have tested the Multiple Attachments from an Array in the Witango Beta Server 5 It works great ;-) Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm  Latest

RE: RE: Witango-Talk: [OT] Outsourced DNS Service

2002-07-17 Thread Campbell, Steve V.
2100.com is great. Thats who I use for my domains. They register for you for 14 bucks!!! If I understood the question correctly Steve Campbell OU Physicians Internet Software Developer/Web Manager University of Oklahoma Health Sciences Center 800 Northeast 15th Street ROB

Fw: Witango-Talk: WITANGO for 404?

2002-07-17 Thread [Gauthier]
- Original Message - From: [Gauthier] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 8:33 PM Subject: Re: Witango-Talk: WITANGO for 404? You may want to write your own error.htx (place it into the server path) and update the following variable:

Re: Witango-Talk: Looking for Witangoized Calendar popup

2002-07-17 Thread Dan Stein
Really nice. One thing to note. Does not work on Mac OSX IE 5.2.1 -- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMAIL PROTECTED] www.dss-db.com From: Troy Sosamon [EMAIL

Re: Witango-Talk: Beta 5

2002-07-17 Thread Dan Stein
Ditto. We have heard nothing. I would have thought it might have gone public with the Macworld. The wait without any word is getting long. Dan -- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango,

RE: Witango-Talk: [OT] Outsourced DNS Service

2002-07-17 Thread Mark Bushaw
Ian, don't know why I didn't get your original post. I use www.WorldWideDNS.net. They offer both static and dynamic DNS. Prices are on their homepage. I started with them back when they were free, but their service and ease-of-use keeps me around. They offer 10 for $50 per year, much cheaper

Re: Witango-Talk: TangoAutoNav (based on your web folder directory listing)

2002-07-17 Thread Garth Penglase
I am very interested in seeing this John, however, when I went to the link, nothing was displayed. Does it require IE or are there no images to show currently? Garth At 09:22 16/07/02 -0700, you wrote: This is a menusystem iput togather (based on your web folder directory listing), letting