Hey all, I have two tables. Each has the same primary key. There is a one-to-one relationship with these two tables. However somehow, they got out of sync and I have more records in one table than the other...
I would like to scan (select) records from table1, and delete records from table 2...
I have a multi-homed Linux box that acts as a proxy. Now, I would like to be able to resolve machine names on the local Windows net.
I installed Bind-9 on the Linux box, and I have the GUI, bindconf program, but I need to know what needs to be done to get my Linux box talking to the Windows...
This is a very basic question. What is the command to do a file transfer via http? I have a file on a web site that I need to download. They don't have it on their ftp site...
Thanks,
Rick
Yes. The script would be called from the open window. If you use the print <<HTML; or just print commands from perl, it creates a new window. How do I direct it to write to an already open window/page? More specifically, how do I get write to a specific area of a page?
On this open page, it...
If I output HTML from Perl it usually spawns a new window.
My question: Lets say that I use Javascript to open an HTML window (so I have the window handle) can I direct my output from a Perl program to that open window? It would be nice if I could direct to output to a specific region of the...
Thanks so much for your response. The variable is text. I just dug a little deeper and found that there were double quotes in the text string. It appeared that the data was being truncated at the double quote. I replaced the double quote with singles ones, and it seems to have fixed it.
I was...
Hi, All:
I am considering adding an Exchange 2000 site to an existing Exchange 5.5 tree. I want to use it for instant messaging and the newer Web Access e-mail. I am just starting to research this. Does anyone know of any caveats, or co-existence issues that might arise?
Any help would be...
Hi, All:
I have spent much time Googling today trying to find out how to write data from a Perl Script to an existing HTML window. Well, I gave up on Google. There must be a way to do it.
Any help would be much appreciated!!!
Rick
Hi, All:
I need a way to store a large text string (approx 500 char) from a MySQL query into a Perl Variable. Currently, I am using the following method:
$pointer = $sth->fetchrow_hashref;
$glossDef = $pointer->{'glossDef'};
The problem is that glossDef is larger than 255 char, and it is...
Good idea, but the data needs to be aligned in column format. The data are sales related details. Everything needs to line up with the totals at the bottom row for each section.
I think that it is also easier to work with the data when it is all visible.
Thanks again for your suggestion!!!
Hi,All:
I am looking for a solution to the following delima: In an html doc, I have several headings. When the user clicks a heading, I would like to show the detail for the heading. Click again, and the detail is removed. The detail should be in contained in table format and might consist of...
I am using a mouseover event in a cell(TD) to change the bg color. Works in IE but not in NS. I included the JS. What am I doing wrong???
Thanks for your help!
<SCRIPT LANGUAGE="JavaScript">
<!-- Hiding JavaScript -
// Generic Browser test:
var tName = navigator.appName...
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.