> Sub ChangeServices() > <% response.write "HELLO WORLD!" %> > End Sub
Your problem is right here. Run the page, view the source and
you'll see:
Sub ChangeServices()
"HELLO WORLD!"
End Sub
Remember, ALL text with the ASP delimiters will be processed
before it's sent to the client.
You need to look into Client-side methods to write out to the
screen.
Chris Tifer
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
