.aspx page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
How can I use both VBScript and JavaScript on .Aspx page.
page has default language as "VB" and in Meta tag defaut client script is VBScript, how can I change the settings, please help, I am new to .dot net.
 
* "=?Utf-8?B?YW5vb3A=?= said:
How can I use both VBScript and JavaScript on .Aspx page.
page has default language as "VB" and in Meta tag defaut client script is VBScript, how can I change the settings, please help, I am new to .dot net.

I suggest to post that to the ASP.NET group:

<URL:
 
If you click in the HTML tab on the webform and the right click (outside any
tags ) and choose Insert Script Block, and choose Client.

Writ ur code there.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .


anoop said:
Hello,
How can I use both VBScript and JavaScript on .Aspx page.
page has default language as "VB" and in Meta tag defaut client script is
VBScript, how can I change the settings, please help, I am new to .dot net.
 
Oh yeah, and change the Langauge = Javascript in the scriptblock to VBScript

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .


anoop said:
Hello,
How can I use both VBScript and JavaScript on .Aspx page.
page has default language as "VB" and in Meta tag defaut client script is
VBScript, how can I change the settings, please help, I am new to .dot net.
 
Back
Top