I have set up SBS2003 and set up the POP3 connector to download external mail from certain mailboxes.
The mail is being downloaded sucessfully by the POP3 connector but then does not get delivered and gets put in the "failed mail" folder. An Event Error is logged (id 1061 and/or 1062) saying...
My database currently has a system whereby a user can click a button and produce a estimate in word. It works by writing access form field data as custom document properties and at bookmarks. This works fine.
The document needs to have the path printed at the bottom of every document. I put...
The following web page http://www.delightjewellery.com/sample.asp should look like all the other pages on the site: A 300px high window with a vertical scroll bar.
When the page is first loaded IE leaves a large gap between the menu header and the div element. If the browser window is...
I would like to analyse the contents of a text box and run various tasks based on its content.
If the user has entered a string of numbers then this would need to be converted to an integer. If the entry is just a character string the this should trigger the search form.
I would like to use...
I have a many-to-many relationship between two tables via a linking table.
The first table is a list of videos. The second table is a list of topics. Each video can be classified under several topics and obviously manhy vides could cover each topic. The linking table just matches videoID's...
I am using an unordered list - nothing very cimplicated about that.
For the look of the site I am designing I think the text is too bunched up against the associated bullet point. In most cases I can just put some non-breaking spaces in to move the text a little to the right.
The problem now...
Can someone help me construct a regexp to remove an entire HTML tag (no matter what the tag) if the tag contains a specific word?
For example
<tag option="value">some text with "word" in it</tag>
So, as this tag contains my "word" - remove the whole tag from <tag.. to ../tag>.
Any...
I have been using a prticular function on a form to show or hide subforms based on data on the form.
This particular function has been working perfectly for months !
I was just adding a button to lock all the controls on a form to prevnet non administrators from editing the content and BAM -...
I understand how to include a file into a Perl genereated web page and am using the the following code...
sub include {
my $filename = shift;
open(FH, "<$filename") || die "cannot open $filename: $!\n";
while (<FH>){
print $_;
}
close FH;
}
Does anyone know of any way that the...
I am doing domething very simple. Requestng a form variable and converting it to an integer. The form variable is set to 0 so I know that it is an intger but I keep getting a typemismatch error when the page is processed !! The code is below...
<%
curPage = "quote"
SectionArray =...
I have an access database which I am connecting to via ASP and ADO.
I have three linked tables in the database in a many-to-many relationhship. One table holds a list of products with a PK named "ProdID". The Second table holds alist of product build features with a PK named...
I have a piece of code that opens a new window in response to a click on a thumbnail image and loads a larger version of the image into the window. The window is sized to fit the image exactly and positioned centrally. If the window is already open the code resizes the window, loads the new...
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.