I have the following script called by a form from a browser:
#!c:/perl/perl.exe
print "Content-type: text/plain\n\n";
open (TM, "test.txt") || print "cant";
@text = <TM>;
$len = @text;
close(TM...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10100717.html
Zones:
PerlDate Answered: 12/19/1998 Rating: 7.6 Views: 0
1.How to delete all content in the cells in DBgrid control? In MSflexgrid control, there is Clear method to use. But I cannot find an equavilent in DBgrid.
2. How to disable certain rows in the DBg...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10182723.html
Zones:
Visual BasicDate Answered: 09/01/1999 Rating: 6.6 Views: 0
How can I know if the content of a folder has changed?
I tried with:
_stat()
CFile::GetStatus()
but the modification time never changes.
Have an idea?
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10312830.html
Hello all...
I have used the webbrowser control in vb..
I navigate pages through Navigate Method...
Currently i am doing this procedure.
right click on the browser,,
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10358339.html
Zones:
Visual BasicDate Answered: 06/10/2000 Rating: 8.2 Views: 0
I want to auto generate a table of contents like in
M$ word. I can't find anything for that. Any help is appreciated.
Mark van der Putten
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20022697.html
Hi all,
I'd like to make a small tool that renames all files in given directory by a given rule. (e.g. all files xx*yy rename to xxZ*yy)
How can I iterate through all files in a directory ?
I u...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20091493.html
Hi,
I need a search engine, which searches through my dynamically generated ASP pages. Stuff such as the forum, news etc should be searchable. I can think of some pretty nifty things to build, b...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20100420.htm...
Zones:
ASPDate Answered: 04/03/2001 Rating: 7.8 Views: 0
Hi,
My requriment is to change the content of a cell in Table dynamically on change of value in the Combo Box(SELECT Object). By using InnerText property I achieved it by using InnerText in IE.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20148437.html
Zones:
JavaScriptDate Answered: 07/16/2001 Rating: 8.2 Views: 0
Hi,
Its been a bad week and it just gets worse!
I have a page that contains two layers both are absolute and have a height set to 160
code: <DIV ID="id2" CLASS="EVNTcls" STYLE="position: a...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20157375.html
Zones:
JavaScriptDate Answered: 03/18/2002 Rating: 7.2 Views: 0
I have a form and a summary section on the same page, based on the input information, I want to dynamic change the summary content, but I don't know the right syntax for the netscape 4.7.
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20310612.html
Zones:
JavaScriptDate Answered: 06/12/2002 Rating: 7.4 Views: 0