Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

escape(string)

Status
Not open for further replies.

Microbe

Programmer
Oct 16, 2000
607
AU
I am passing a string to a page and using escape(string) to allow for spaces etc.

Works well on my development box using IIS, but when I upload it to the server I get a VB syntax error on 'escape'

What the heck is going on???

Thanks in advance for any suggestions

Steve Davis
hey.you@hahaha.com.au
 
Your problem is that the escape(string) function is from JScript. Of course the VBScript interpreter would have a problem with it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top