C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » JavaScript »

It is possible vbscript and javasript in same page


Posted Date: 11 Jul 2006      Posted By: B.Venkata Ramireddy      Member Level: Bronze     Points: 2   Responses: 5



hi all

This is interview question

Whether it is possible vbscript as well as javascript in the same

Thanks
ramireddy





Responses

Author: Abhishek Arya    11 Jul 2006Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

yes very much possible

All you have to do is

<script language="JavaScript" runat=server>
//Sever side Jscript goes here
</script>

<script language="vbscript" runat=server>
//Sever side VB Script goes here
</script>

<script language="JavaScript">
//Client side Jscript goes here
</script>

<script language="vbscript">
//Client side VB Script goes here assuming you have an IE only audience
</script>



Author: Rama Krishna K    12 Jul 2006Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Hi ....

Vb script does't support in vb.net


Thanks
Krishna

Thanks
Krishna RK
Please Visit My Personal Blog



Author: HimaBindu Veeramachaneni    12 Jul 2006Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

Yes either of the languages its VB or C# support VB Script

http://dotnetspider.com/mentors/18-HimaBindu-Veeramachaneni.aspx?tab=details'



Author: krishna    12 Jul 2006Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Yes Possible.


Author: Fool To Code    02 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 0

yes its possible


Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : how to validate the checkedlistbox thru javascript
Previous : how to run sql before window is closed. URGENT. HELP!
Return to Discussion Forum
Post New Message
Category: JavaScript

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use