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 Chriss 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: *

  1. wilberforce2

    Single name DNS for intranet

    I am setting up a intranet for my company and have a private DNS server for some internal sites I use for testing. I would like to give access to the company Internet by just putting "bpc" in the web browsers address bar. Is this possible? I am using Windows 2000 server. I have added a new...
  2. wilberforce2

    Page not working using the same code

    Page not working using the same code I wonder if someone could help me I have two pages that access databases. I have configured them both now to use the same database because I am getting javascript errors in IE 6. Rushmoor (works fine in IE6)...
  3. wilberforce2

    Javascript Google API

    I was wondering if someone could tell me why this tutorial is did from http://www.tomanthony.co.uk/blog/geocoding-uk-postcodes-with-google-map-api/ It's just what I am looking for to complete a project I am working on but cannot get it to work I am not getting any errors it just fails to work...
  4. wilberforce2

    Distance Related Search Google API

    Hello I am new to ASP.net 2.0 and I am having some problems creating a distance related search in a directory. I am using the following code to get Latitude and longitude data from google maps from a postcode a user types in to perform a search. The problem I am having is that to use the...
  5. wilberforce2

    ASP.NET 2.0 Details View manipulation.

    OK I was wondering if anyone could help me out with a problem that I have. I am trying to manipulate two fields based on a postcode that has been entered into a details view. The postcode field is databound to a database and so is the two other fileds fldLat and fldLong. What I want to do is...
  6. wilberforce2

    Cannot Update Access Database

    Hello All I have a simple asp.net 2.0 project using Visual Web Studio 2005. I have set up a Details view and enable the Edit and Delete buttons. I have also made sure the Generate INSERT, UPDATE and DELETE Statements is checked. But when I run the page I can see the data however when I try to...
  7. wilberforce2

    Filter GridView Show all when page loads ASP.NET 2.0

    I seam to have an amazingly simple problem that I just cant seam to sort out. I am intermediate at Classic ASP VB but am new to .Net. The problem that I am having is to filter by three columns of a Gridview with textboxes. Company Name, Postcode and Telephone With classic ASP I would have...
  8. wilberforce2

    Disk or network error

    I have a VB6 app running across the network connected to a database. I am getting occasional Disk or network errors and was wondering how the best way to trap the error so that the app does not bomb out. The app uses a mapped network drive that works fine after a disk or network error occurs...
  9. wilberforce2

    Small function wont work in Firefox

    Gurus Could someone have a quick look at this function and explain why it is not working in firefox. I have tried it in IE and safari and it works fine. <HTML> <script language="javascript"> function mo(obj) { if((obj.offsetWidth-event.clientX)<10)return var o; var s=...
  10. wilberforce2

    Scrolling Select List

    Hello I was wondering if someone could put me on the right track I am using Director Version 7 with the V12DBE extra. What I want to know is it possible to create a scrolling select list. I can find lots of tutorials on dropdown lists but none on select lists. The use for list will be to...
  11. wilberforce2

    Show Hide Div

    I have been using a simple show hide function in JS example below to hide a Div (the default is hide) function showHide(elementId, show) { var element = document.getElementById(elementId); if (show == 'true') { element.style.display = "block"; } else { element.style.display =...
  12. wilberforce2

    Radio Button Event

    Hello All Is it possible to cancel an onclick event on a radio button on a form of it is already clicked? Thanks
  13. wilberforce2

    The Best was to Dedupe

    Please help I am having problems with two access tables that I have to dedupe one against the other. Both tables have company names and addresses stored in them. What I have is a master table (A) and a table with additional information (B). What I am trying to achieve is a query that checks...
  14. wilberforce2

    ASP function Call

    Hello all I am new to ajax however I have got the server sites scripts responding nicely. I was wondering Is it possible to call separate functions within the ASP page? If not what is the procedure for more complex programs do you have separate files for separate commands? I have tried using a...
  15. wilberforce2

    Wrong sort numbers being added

    I have some Javascript code that splits one string into categories for example: Armed Forces[14]|Territorial Organisations and Bodies[1] The categories are seperated by | and the numbers in the squate brackets are sort order. The problem I am having is that the returning numbers submitted to...

Part and Inventory Search

Back
Top