Hi Far,

> What would the syntax be for the exit function
> instruction.

return;

Optionally, you can have it return a value using:
  return "something";


> strLocation = strCity & ", " & strState
> 
> What would the syntax be for the strLocation
> statement in JavaScript?

strLocation = strCity + ", " + strState

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/





---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to