Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inputmask for mmTextbox
Message
De
28/07/2010 09:46:40
 
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:
01474274
Vues:
29
>>
>>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
>
OK, I have put this in the head section, but it is telling me it cannot find jquery.js, even though this file is in the same folder as the master file. Where should it go?
Frank.

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

Click here to load this message in the networking platform