Can Cloat Or Mask The Url
Dec 31, 2009how can cloat or mask the url so that i will be unreadable from the users?
View 1 Replieshow can cloat or mask the url so that i will be unreadable from the users?
View 1 RepliesCan I edit the url in browsers, just like using "mask URL"?
View 3 Replies View RelatedHere's what I need to do... When someone is typing in a phone number, after the first 3 chars, put a dash, then the next three chars, another dash.
View 1 Replies View RelatedI'm using this plugin:I was wondering if anybody knew of a way to place a percent mask on one input field that can have the possibility to be in both of these formats..
field
<input type="text" id="interest_rate" />
mask
[code]...
I'm trying to use the plugin at [url] for a form. All the examples I find seem to assume I already have worked with javascripting for 30 years and have 3 PhD's in computer science or they have the code buried in a bunch of other bells and whistles, etc. Can someone show the full code to use to mask a phone # using (999) 999-9999 as the mask assuming the formstarts as follows:
View 3 Replies View RelatedHow can I get a mask in my textbox which limits input to the format (HH:MM) . Where HH can be any number. MM should be less than or equal to 59. How can I get this done.
View 1 Replies View Relatedto remove the mask on submit?m not sure how the mask works but im guessing that it will submit the masked format as valuesalong with the manually input stuff.Can anyone shed some light?##simple terms##How do i only submit the value without the mask?
View 2 Replies View RelatedI have a intern page with a form. User should enter their data and send the form. Some data from the user is stored in a database (name,phone). I want to make the form easier and complete the form with data from the database. The user should only enter his personal-number. How can i solve this with jquery? Is there any plugin?
View 2 Replies View RelatedI have recently started seeing a script that puts like a dark grey transparent mask over the intire browser window, while putting up in the center a highlighted visable login form or some type of box requiring user input. Can anyone tell me if that is javascript and possibly point me in the direction where I can find out more about that effect.
View 3 Replies View Relatedi am trying to generate a dynamic datefield with date mask "mm/dd/yyyy" and trying to insert it into Oracle db ...i still got the error ORA invalid month ehich means the date filed is not recognized as date:below is what i am doing :newStartDate = document.createElement( 'INPUT' ); newStartDate.setAttribute('type','Date'); newStartDate.setAttribute('id1','id'+ elementid+elementrow); newStartDate.setAttribute('name','StartDateName'+ elementid+elementrow); newStartDate.size=8; newStartDate.style.backgroundColor= bgc;
View 4 Replies View Related