Oct 12, 1997; 19:50
Gordon Werner
Lasso search output & Javascript question...
Hi there...
In one of my lasso search results pages, I would like lasso to
substitude values inside of a JavaScirpt script located in the HTML
pag's body. When I tried doing this, the lasso format file simply
erased everything between the <SCRIPT LANGUAGE="JavaScript"> and
</SCRIPT> tags. Is there anyway to do this?
i.e. in the page's body (inside the [record] and [/record] tags) there
is a small script like the following one:
<script language="JavaScript">
<!--
newUntil ( [field: yyyy], [field: mm], [field: dd] );
// -->
</script>
I want lasso to fill in the [field: yyyy], [field: mm], [field: dd]
fields so the script can then do its thing.
thanks in advance
Gordon