when it's server-side your safe because ASP is VBscript. when it's client-side you assumed wrong. It will work, try it out. the reason interdev doesn't change the color is because it is inside a <script> block and therefor only known <script> attributes (like function, sub) will be colored blue. it just doesn't recognize it as a script attribute so it doesn't color it. But the asp.dll will process the script blocks
Regards Remie Bolte ----- Original Message ----- From: "Tsiris Alexandros" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 3:07 PM Subject: RE: asp code inside a vbscript function? > > > > -----Original Message----- > > From: Remie Bolte [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 04, 2002 4:10 PM > > To: ActiveServerPages > > Subject: Re: asp code inside a vbscript function? > > > > > > if it is about variables just put it in <% %> or <%= %> > > blocks and it will > > be generated fine > > (I asume you are talking about client-side vbscript functions) > > actually I need it for both client side and server side... > > Funny thing is that in interdev, when I put the <% %> tags, they dont change > color, so assumed that they dont work? > > > > --- > 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]
