VBScript meaning client-side VBScript?  Or is this function being called
when the page is processing?

If it's the latter, just do as you would expect:

FUNCTION MyFunction()
    Response.Write "Whatever you want"
END MyFunction

If you're talking about a client-side function (which I'm assuming because
you mention buttons which have absolutely no meaning on server-side),
then you're going to have to use that function to reload the page and have
the server response.write out what you want.

Chris Tifer
http://www.emailajoke.com


----- Original Message -----
From: "Tsiris Alexandros" <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Wednesday, September 04, 2002 5:54 AM
Subject: asp code inside a vbscript function?


> Hi!
>
> Does anyone know how I can write ASP code inside a VBscript function?
> I have this button that calls a function, and I would like to run some ASP
> code to response.write some items
>
>
> Thank you,
> Alex
>
> ---
> 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]

Reply via email to