Did you try document.write() instead of response.write()? This is on the client, correct?
tom mallard seattle -----Original Message----- From: Tsiris Alexandros [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 6:26 AM To: ActiveServerPages Subject: RE: asp code inside a vbscript function? > in that case i'm the first to appologize > would you mind sending some code > :) It's probably something here... this is an example straight from the code and it generates an 'expected end of statement' error when the ASP is in place, but when a command such as window.navigate is placed, no problem. If I type it without the <% %> tags, it just gives another error. Sub ChangeServices() <% response.write "HELLO WORLD!" %> End Sub --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
