Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inputmask for mmTextbox
Message
From
28/07/2010 09:46:40
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01473906
Message ID:
01474274
Views:
28
>>
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform