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...
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)...
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...
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...
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...
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...
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...
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...
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=...
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...
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 =...
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...
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...
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...
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.