I've written a system in the past that searched the contents of tables and the content of external documents. This was done by using Indexing Services over the documents, creating a linked server in SQL with provider 'MSIDXS', and using an openquery statement in SQL to search the contents.
If I...
MakeItSo you're a bloody star. One in a million. Everything they say about you is lies. The crate of ale is in the post and the lobster sandwiches will follow shortly.
I WILL have a good weekend. Thanks again.
What I've shown is just a cutdown of a much bigger script. The point, I think, is that the 'read' brings in the Chinese fine but the 'write' doesn't. If I run an 'insert select' in SQLServer query analyser it works fine.
Agreed feherke. I wasn't using '.test'.
This works:
var reInt = /^\d+$/;
if (!reInt.test(document.getElementById("xx").value)){alert("error");}
Many thanks
I can see I made a fopa with the value being checked. However even this gives the same error:
var reInt = /^\d+$/;
if (!reInt("gg")){alert("error");}
Something about regular expressions, objects and functions ...
These two lines ...
var reInt = /^\d+$/;
if (!reInt(document.getElementById("xx"))){alert("error");}
... work fine in Firefox but in Chrome give me 'object is not a function' for the second line. I don't think anything else is relevant. Just trying to test the input is integer.
Any ideas?
I can send emails via the CDO object. It's free. I want to do the same with text messages to mobiles (sms).
I've googled and read umpteen websites. Personally I'm with vodafone in the UK. Various sites say send an email to telno@vodafone.net and it will appear as a message on my phone. It...
I suspect your trying to pass two values, from the Signed table, to the 'signed.asp' page. This should do it:
if rs("lastqst")="Yes" then
response.redirect("signed.asp?cycle=" & rs1("cycle") & "&function=" & rs1("function"))
end if
Look at this page http://www.onedata.org.uk/diaryme2.asp
I want the content not to flow down/wrap. I want to have all the text in one line with a horizontal scroll bar. I realise I could set the container div to a width of, say, 130% but the width is unpredictable.
Any ideas?
I'd tried variants of that before but that was a help PhysicsGuy. Many thanks.
If I open a tab in Firefox and put 'file://c:/abc.txt' the file opens but if I do it as an anchor link nothing happens. Links to other websites work fine.
I've checked my 'about:config' values.
Bit of a choker.
This...
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.