Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide/unhide label in IE
Message
De
09/12/2015 12:19:18
 
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628643
Message ID:
01628737
Vues:
49
sorry i am a first grader on this. I don't understand how js jquery and html are related.
the only reason I am doing this because the ne guy we hired to redo my VFP stuff in .net claims there are only textboxes in asp.net
I want to show a date mask as we had it in vfp for decades

could you just add to this code what is necessary for this on textcontrol to be masked for date like __\__\____
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 4</title>
</head>

<body>
Date: <input name="Text1" type="text" />
</body>

</html>
>>yet another question:
>>I would like to mask a data entry and I found this at http://digitalbush.com/projects/
>>
>>
>>
>><script src="jquery.js" type="text/javascript"></script>
>><script src="jquery.maskedinput.js" type="text/javascript"></script>
>>Next, call the mask function for those items you wish to have masked.
>>jQuery(function($){
>>   $("#date").mask("99/99/9999",{placeholder:"mm/dd/yyyy"});
>>   $("#phone").mask("(999) 999-9999");
>>   $("#tin").mask("99-9999999");
>>   $("#ssn").mask("999-99-9999");
>>});
>>
>>
>>but I have no idea what to do with it.
>>how does on hook this up in html
>>
>>ps: forgive me I am brand new to this js stuff
>>
>>P
>
>
>$("#date") is equal to document.getElementById("date")
>
>but for mask you should down;oad and use jQuery plugin
>https://igorescobar.github.io/jQuery-Mask-Plugin/
Peter Cortiel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform