0
votes
3answers
32 views

Phone number validation problems

I have written some javascript to validate a phone number field if something is entered (it is an optional field) but it doesn't seem to be working, if i enter wrong values it still submits. Here is ...
0
votes
2answers
73 views

Javascript Regular Expression detect all the Phone Number from the page source

Anyone can help me how to do it ? My current one is (I find it on somewhere): ...
0
votes
1answer
50 views

Phone ReGex to accept also letters after checking the first 3 or 4

I have found this awesome regex here in stack overflow and added the additional formats i need for my phone validation. But now I am asked to allow the following: (555)YOU-RULE (555) MEI-YOUN ...
-1
votes
1answer
66 views

Not able to find input type radio buttons , which i have to created dynamically

I am implementing Windows phone apps with PhoneGap and i am getting nothing As am not able to find input type radio buttons , which i have to created dynamically but it finding static input type radio ...
1
vote
0answers
58 views

Does this catch all phone number formats? [closed]

I've been working on code to convert user input into a readable form of a phone number. I am not scrubbing anything when the user inputs a phone number, but I do try to scrub it on output back to the ...
0
votes
1answer
245 views

javascript form validation phone number

I thought it would be neat to try to make my own form validation. I'm okay on the code up to testing the phone number. I'm using javascript to only allow numbers, and detect the number of digits. If ...
2
votes
2answers
196 views

Make a telephone number clickable on mobile browsers only

I'm making a website for a client and have been asked to make a telephone number on the site clickable when using a mobile browser so that customers can use it to call his company easily. I've done a ...
1
vote
1answer
84 views

How do I load Javascript library to make it available to the Javascript on a page in a WebBrowser Control in Windows Phone?

I need to build support for MRAID compliant ads that will be shown in a WebBrowser control on Windows Phone 8 devices. MRAID defines a set of 23 methods and 5 events that are to be available for the ...
1
vote
0answers
57 views

Getting a web-font to work on an HTML5 Windows Phone App?

Here is the issue I have. I'm building a Windows Phone 8 HTML5 app that shows an external website on the web. When the page loads, it shows all the content along with the correct css styling except ...
0
votes
1answer
172 views

Regex comma separated list contains nine digits phone number

I have quite small but very annoying problem with regex. I would like to find regex for comma separated list which contains nine digits phone number for example : Pass : 123456789,123456789 Not Pass ...
0
votes
1answer
242 views

Dialing a phone number in android with phonegap

I'm writing an app using Phonegap. In my app I need to open the native android dialer. I'm using: document.location = 'tel:' + NumToDial; However, is it possible to have it auto-dial without ...
1
vote
3answers
138 views

regex for specific phone number arrangement

i'm currently using this regex "/^([0-9\(\)\/\+ \-]*)$/", which is fine,but the problem is i am also using a masking script, which produces this line automatically, (___) ___-____ and it ...
1
vote
1answer
332 views

what is the UK Phone number validation expression and syntax?

function validateForm() { var x=document.forms["pageFeedbackSurvey"]["emailAddr"].value; var atpos=x.indexOf("@"); var dotpos=x.lastIndexOf("."); if (atpos<1 || ...
2
votes
1answer
231 views

JavaScript Regular Expressions for Phone Validation

I need help with a line of regular expression which validates phone number and it goes like this: ...
0
votes
0answers
39 views

Change in Image with Animation using Javascript for Button Control in .NET

How can i make change of Button image on mouse Hover using javascript and make animation just like tile or rotation in window phone in silver light or simple ASP.NET
1
vote
1answer
496 views

Javascript Phone Number Format [closed]

I'm working on a better way to format phone numbers in a form and I like the effect where the cursor will automatically advance to the next input once 3 digits are entered. I couldn't find any ...
0
votes
0answers
149 views

Javascript: keep script running on mobile browser when phone (android/ios) is locked?

Here's the script: var interval; var minutes = Number(document.getElementById('time').innerHTML); var seconds = 20; window.onload = function() { countdown('countdown'); } function play(file) ...
-5
votes
4answers
169 views

phone number validation in js [closed]

I want to validate the phone number whose length should be between 8 and 15 and might be present one + symbol infront of the number. That means +56789765908 and 7612345678909 are valid phone number. ...
1
vote
3answers
542 views

Phone number format javascript

I'm trying to format some phone numbers with regexp. The phone numbers i have stored are of diffrent length and all phone numbers have their country codes. Lets say a number looks like this: ...
-4
votes
2answers
785 views

How to do Phone number format checking in javascript or jquery? [closed]

I have a form with phone number field, i need to validate it with the format on keypress. How to do this? It will be like, some one enters a special characters except ( ) - or alphabet then and there ...
1
vote
3answers
1k views

A check in JavaScript that returns whether I am on a smartphone?

I want to perform a check in one of my JavaScript functions that determines whether I am on a smartphone and then decide whether or not to run the function based on the results. What is the best way ...
1
vote
1answer
699 views

how to do a regexp validation for us phone number not to begin with 0 or 1?

I've been looking at many regexp validations for phone numbers but i wouldn't find one that allows only 10 digits and not to start with 0 or 1, obviously only numbers i found this one ...
1
vote
3answers
626 views

Using Javascript, how can I detect whether the browser is running on a tablet device vs a phone?

I have a web application that is being used by browsers on desktop, tablet and phone. A toolbar (made in HTML) when used on tablet and desktop needs to have buttons that are 16 x 16, and then 48 x 48 ...
0
votes
2answers
368 views

Extract substring out of a user input phone number using Javascript

I am getting phone number input from user as +XXX-X-XXX-XXXX that (+XXX as country code), (X as city Code), (XXX as 1st 3 digits) and , (XXX as 2nd 4 digits). I used regular expression to confirm the ...
1
vote
0answers
147 views

Jquery Date picker shows different day on phone vs PC?

I am baffled by this current situation. My PC Shows the Jquery date picker properly. Where as accessing the same webpage from the phone shows the date pickers days as offset by 1. I.e. 10/4/2012 = ...
1
vote
1answer
372 views

Mobile Development Using Only HTML, CSS & JavaScript

I want to introduce a class to mobile development. In the past, the long installation process for using things like phonegap deterred many from completing the assignment, so this time I want to keep ...
7
votes
4answers
17k views

jQuery Phone number format [closed]

I am pulling in a phone number from a JSON file. It come in looking like: 2124771000 I need to format it: 212-477-1000 As HTML it looks like this: <p class="phone">2124771000</p> ...
0
votes
2answers
55 views

Can you do website manipulation with javascript or actionscript?

Using javascript or flash, is it possible to log into websites and than pull content from that page? I am trying to make a phone app that displays content from a site that requires log in.
2
votes
1answer
1k views

Login to site with Windows Phone WebBrowser

I'm trying to login to a site using Windows Phone WebBrowser. <form id="loginform" method="post" action="viaJavascript" onsubmit="formSubmit(); return false;"> ...
1
vote
2answers
148 views

Targeting android mobile devices

Is this possible? I want to exclude android phones from using some code, but I still want it to work on android tablets. The only user agent I can find is "android" which will obviously exclude ...
0
votes
5answers
932 views

Phone number format in Javascript

I need to check Format Phone Number. +33xxxxxxxxx 0033xxxxxxxxx EDIT : 0xxxxxxxxx How can I do that with(out) regex ?
0
votes
6answers
901 views

How to modify regex for phone numbers and accept only digits

I have this following regex method for the jquery validate plugin. jQuery.validator.addMethod("phoneUS", function(phone_number, element) { phone_number = phone_number.replace(/\s+/g, ""); ...
2
votes
2answers
207 views

CSS Style switcher in JavaScript on an Asp .Net server

I am trying to create a mobile website and can do it with just CSS, but the server master pages MUST be in their current locations, I am planning to use a Javascript "Style Switcher" to change the ...
10
votes
2answers
601 views

Can you detect whether a device has phone capabilities (e.g. it can make voice calls/SMS) with JavaScript?

Is there any way to detect whether a mobile device is capable of making voice calls / SMS messages? This is important when applying tel: and sms: links in a web page. It is not enough to merely ...
0
votes
1answer
704 views

Javascript regular expression for phone number validation.(String contains only at least 1 digit, 0 or more spaces and '-'

Currently I have an expression: numMatches = phone.match(/[^\d\s\-]/gi); if (numMatches != null) { alert(invPhnNo); } This gives an alert if any characters other than digit, space and ...
0
votes
3answers
641 views

list of international number formats

I am wanting to build a validator (javascript) that can validate numbers from different coutries, I want to be able to call it using this skeleton phone('NZ', '049234567', false, false); which is ...
0
votes
1answer
929 views

Call Javascript function from Windows Phone 7/Silverlight

I want to authenticate to a an external web page from my windows phone application. I will then want to do further scraping of pages on the site but need to get past the authentication issue. The ...
0
votes
5answers
901 views

Search for embedded email and phone numbers

I need to use a javascript form validation routine to scan various input text fields for embedded phone numbers and email addresses. This is for a classifieds system that is free to post but 'pay to ...