RE: Witango-Talk: JavaScript as a Variable

2003-04-03 Thread Ben Johansen
Yah. But J It was never stated that the Meta tags were to be translated at that time of storing them in the variable. So, if you are storing code in a variable to be used by another process, you would not want them to be resolved before there time. Ben Johansen -

Witango-Talk: JavaScript as a Variable

2003-04-02 Thread Fogelson, Steve
Is their a way to assign Javascript to a variable? IE: @assign local$OtherHeader value= script language=javascript !-- function newWindow(CatID) { popupWindow = window.open(@var domain$CGI@var domain$RootPathsearchapc.taf?Cat_ID= + CatID + @userreferenceargument, newWin, toolbar=yes,

Re: Witango-Talk: JavaScript as a Variable

2003-04-02 Thread Scott Cadillac
- [EMAIL PROTECTED] -- Well-formed Development (for hire) - - Original Message - From: Fogelson, Steve [EMAIL PROTECTED] To: Witango User Group (E-mail) [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 3:57 PM Subject: Witango-Talk: JavaScript as a Variable

Re: Witango-Talk: JavaScript as a Variable

2003-04-02 Thread witango man
not so fast @literal if youuse @literalyou won't be able to use meta tags within the _javascript_. If you're using this _javascript_ over and over again you could store it in an include file: @INCLUDE FILE=@APPFILEPATHincludes/script.inc and thus only need to change it once if it needs to be