I have a very simple Javascript rule that allows users to select Titles
from a drop down field. One of the choices is "Other". When other is
selected, the rule says to return a null value, so that another open
text box field will be used instead.

The text box contains three fields, the name, the title return rule, and
title2

This works fine on the desktop, but when uploaded to the server, it
fails and returns an error but no proof.

 

Here is the script:

if (Field("Title") == "Other")

return "";

else

return (Field("Title"))

Any direction you could give me would be greatly appreciated.

Christopher Reilley
Business Systems Analyst - Printing
W.B. Mason Co.
59 Centre Street, Brockton, MA 02303
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


 

<<image001.gif>>

Reply via email to