firstChild is the answer I was looking for before, I can skip the mess I was making now... thanks..
PS: Is there anything like a secondChild?...
I have this
<table id="tblTest">
<tr>
<td>
<table id="tblDetails1">
<tr>
<td...
Hi All,
I have a ASP page that is creating a list of tables which have the following naming convention
tblCaseDetails? where the ? is a number
I need to be able to access the data that is stored in the first cell of each table using javascript.
I have the following...
Well the overwhelming majority seems to be that I must create a custom recipient, which does work.
You can't create two custom recipients though with the same email address. I know you should have no reason to but we did.
Not to much of a problem though.
Thanks,
Gavin
You could have all the emails redirected to a group which contains the managers emails?
What you could do is contact your ISP and get them to change the redirection of the sales accounts. so sales@companya.com now goes to Bob and sales@companyb.com goes to Suzy :)...
Cheers,
Gavin
Hopefully this is a simple question.
My boss has given me a list of 20 email addresses of people she deals with, she would like me to create a Distribution List containing these email addresses so that anyone in the company can email to the entire list.
How would I add these people onto my...
At the moment I am just using the "Transfer SQL Server Objects" option in the DTS creator.
I am trying to keep it as simple as possible at the moment.
What I have done now is to setup a transfer to transfer everything from my table to my backup server, and then on completion to...
I have a DTS package that replicates all my data every evening onto a backup machine.
So now I have a backup machine with day old data on it so if anything happens to my live machine I can just promote the backup server and get everything running again instantly.
The only problem I have is...
You want to try and close the child from the parent and then redirect the parent. You are closing the child from the child and trying to redirect the parent.
Skark166 seems to have the option that would work, have you tried it?
I am trying to access some data that is populated into a table which is embedded in another table.
I have the code to access the data if it was not embedded in the second table.
Here is my HTML
<TABLE id="tblCaseReas" border=0 cellpadding=2 cellspacing=3 width=100%>
<%With...
I have a small function that I use to change an image when a hyperlink is click.
This code works 100% for IE6 and IE5.5 but I get an error when I try access the page in IE5.
The error says "Invalid Character line 323"
Here is my code
function ResetImages(tLevel)
{
var original =...
I have created a small application that can read up to 5000 lines from a database and writes them into a text file.
The application works fine but as of now the application is using 62,234K of memory.
How would I find out what is draining all the memory?
Thanks,
Gavin
We are running 5.5 in our office and I have setup remote collection of emails without much problem.
There are two ways of getting your email SMTP or POP3. POP3 is (in my opinion) the easiest way if you are outside the office.
Make sure that the POP3 protocol is running on your server and then...
Morning All,
I have been checking through the admin email box and have noticed that about 200 messages are arriving in the admin box with the following details
============================================
A mail message was not sent due to a protocol error.
554 delivery error: dd This user...
Well forgive my acronym ignorance(RAS?) but here is some basic code I use to export to pdf.
//rName = Report Name
//rDesc = report Description
//eType = either .pdf or .xls or .doc
//rReport = The report Document
private void ExportReport(string rName,string rDesc,string eType,ReportDocument...
What I would do is to create an ASP page that reads the ticker info from a small database and then runs an export loop creating the files you require.
Then using good old windows scheduler you can schedule the system to run this web page on a daily basis.
Else create a application using C# or...
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.