Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inputmask for mmTextbox
Message
De
28/07/2010 09:41:55
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01473906
Message ID:
01474271
Vues:
33
>>
>>I have downloaded jsquery.js and put it in the same folder as my aspx pages. Now, where do I put the code:
>>
>>
<script type="text/javascript" src="jquery.js"></script>
>><script type="text/javascript" src="jquery.maskedinput.js"></script>
>>
>>Does this go in the codebehind file (aspx.cs) or the aspx page?
>
>It goes in the ASPX file. It basically tells the page to download the jquery and masked input Javascript files. You will need to make sure those two files exist on your server in the same directory where the ASPX file is (or specify a full URL or relative path to the JS files, ex. src='/jquery.js' or src='http://www.mywebsite.com/js/jquery.js'. It sounds like you've already done that, but I wanted to make it clear.
>
>You normally put this in the "head" tag section of your page, ex.
>
>
><head
><script type="text/javascript" src="jquery.js"></script
><script type="text/javascript" src="jquery.maskedinput.js"</script
></head
>
Thanks Paul (& Tim),

I do use Master files so I will put it in the head of my master.

Is jquery.maskedinput.js a separate download to jquery.js?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform