Forums

ASP

This topic is locked

which client side lang is being used in ASP Upload

Posted 15 Jan 2007 07:36:29
1
has voted
15 Jan 2007 07:36:29 haqnawaz habib posted:
Which client side language will be incorporated in your ASP pages when you will use ASP upload component. I think it is not VBScript as it always give errors on such lines, for example:

<script type="text/javascript"><%=pau.generateScriptCode()%></script>

and when I will modify this line to this then it will work:

<script type="text/javascript">pau.generateScriptCode();</script>

Is there anyway if I can change the default scripting language to VBScript so that everytime I am using this component it does not behave like this?

Thanks.

Reply to this topic