This topic is locked

Display Animation whilst searching

1/13/2007 12:41:24 PM
ASPRunnerPro General questions
B
beebee author

I have searched the forum for this - seems like an obviouse request but I can't find any references.
When performing a search - is it possible to pull up a temporary page with an animation on or similar whilst the search completes?
Also - not being great at .asp (or in fact anygood at all!!!!)
I am trying to get a field to display in UPPER CASE - I have gone to custom and put in StrValue=Ucase(signed) but this doesn't work...any ideas...
Thanks alot

J
Jane 1/15/2007

Chris,
ASPRunner can not do this for you.
This task can be accomplished using some javascript code. However we don't have a ready to go solution for this.
Regarding the second question. Try to use the following code for the Custom option on the "View as" settings dialog on the Visual Editor tab:

strValue = Ucase(strValue)