HI,
I am after writing an IsNumeric method but it is not recognising decimals. I will actually be entering code-levels eg, 2.2.60.2 etc so it is vital that it will recognise the decimals.
var qe = document.getinfo.elements["Code1"]
var q = qe.value
if (isNaN(q)||q.match(/^\W*$/)) {...
Hi,
I have put my website up on a server and I keep getting this error message Unexpected quantifier??
It works fine locally on my machine??
Is it beacuse the version of IIS does not recognise Regular expressions??
Any ideas on how to fix it??
Cheers
JY
HI,
I am starting an auctioneers website and want to allow them to be able to update the site themselves with pictures as they come in..
Any ideas ??
Is there a script that can help me do this without having to set up a database??
Here is a script that when clicked on will open up Outlook so you can email
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<b>Send <A...
I am using ASP.
This is the page that goes on to open my list of server commands..(used a bit of VB script here too)
<% @LANGUAGE="VBSCRIPT" %>
<%
'*** create fso object
dim objFSO
set objFSO = createobject("scripting.filesystemobject")
'***----
'*** define the location...
HI,
I have a list of commands on a help page and new commands are constantly added. I want to put in a delete button so you can remove this file from the list..any ideas??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.