Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jy3
  • Order by date
  1. jy3

    isNumeric not recognising decimals

    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*$/)) {...
  2. jy3

    0x800A139A Regular expressions

    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
  3. jy3

    Updating site with pictures?

    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??
  4. jy3

    loading outlook to email a form

    Here is a script that when clicked on will open up Outlook so you can email <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Begin function isPPC() { if (navigator.appVersion.indexOf(&quot;PPC&quot;) != -1) return true; else return false; } if(isPPC()) { document.write('<b>Send <A...
  5. jy3

    Update button to update file on webpage

    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=&quot;VBSCRIPT&quot; %> <% '*** create fso object dim objFSO set objFSO = createobject(&quot;scripting.filesystemobject&quot;) '***---- '*** define the location...
  6. jy3

    Update button to update file on webpage

    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??

Part and Inventory Search

Back
Top