Witango-Talk: Scripting an IFRAME

2003-07-25 Thread stephenyoung
Title: Re: Witango-Talk: Dynamic Branch I am attempting to run a tango app inside a small IFRAME then capture the results HTML and display it in a table.   Has anyone done this before?   I’m trying the _javascript_ approach at the moment…..   Stephen Young [EMAIL PROTECTED]    

Witango-Talk: Var inside a var

2003-07-25 Thread stephenyoung
Title: Re: Witango-Talk: Dynamic Branch Can I Do this?       <@VAR LastClickedItemArray[1,Content] SCOPE=user     encoding=”<@VAR LastClickedItemArray[1,ContentEncoding] SCOPE=user>”>   Basically, can I use a variable as a parameter for a variable?   Stephen Young [EMAIL

Witango-Talk: Dynamic Branch

2003-07-25 Thread stephenyoung
  Does anyone know how to branch to an app based on a variable?   Or anything that might effectively do the same thing.     Stephen Young [EMAIL PROTECTED] TO UNSUBSCRIBE: Go to http://www.witango.co

Witango-Talk: Copying Tables

2002-12-28 Thread stephenyoung
Does anyone now how to copy a table as completely as possible using sql?   Stephen Young [EMAIL PROTECTED]

Witango-Talk: Web-Based WYSIWYG editor

2002-12-23 Thread stephenyoung
Has anyone ever used an in browser html editor, and used it to save to a database? Stephen Young [EMAIL PROTECTED] TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witan

Witango-Talk: SQL field type

2002-12-20 Thread stephenyoung
Title: Message Does anyone know how to discover information about a field, ie its type and size using sql?   Steve

RE: Witango-Talk: File Upload

2002-12-07 Thread stephenyoung
I have played around with the idea of extracting the filename out of the local path.  I thought you might be able to do it by using a script to loop through the string and store the location of each ‘/’ or ‘\’, you could store the final location and extract only the substring from there on.

Witango-Talk:

2002-12-05 Thread stephenyoung
Is there any way to trap errors in Tango? Or essentially keep track of errors encountered but not stop the flow of the app. I know this is a broad question, just putting it out there. Stephen Young [EMAIL PROTECTED] TO UNSU