Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TTMTech
  • Content: Threads
  • Order by date
  1. TTMTech

    JavaScript error : Unterminated string constant

    Hi All: <textarea name=&quot;notes&quot; OnKeyPress=&quot;ChekSizeOfNotes()&quot; cols=52 maxlength=1000 rows=5 > </textarea> JavaScript: {... var str= str+&quot;&solder_type=&quot;+'<tmpl_var prnsolder_type>'+&quot;&finish_type=&quot;+'<tmpl_var...
  2. TTMTech

    How to pass perl multi dimensional array(40,6) into Javascript .

    Hi! All I don't know how to pass multi dimensional perl array into javascript multi dimensional array of HTML file.If anyone can help me on that. my $WebQt = $sr->{DLLs}->{WebQt}; my $return = $WebQt->WQ_GetLists( $sr->{sid}, $VT_division_id, $VT_Dispositions, $VT_ReqTimes...
  3. TTMTech

    How to add special character like &quot;,&quot; and &quot;; &quot; into string

    Hi How to add special character &quot;,&quot; or &quot;;&quot; into perl string variable. my $str = &quot;abc&quot;; $str.=&quot;,xyz&quot;; then it gives error. Thanks in advance.
  4. TTMTech

    what it does $line =~ s/\&quot;//g; ?

    Hi! All I am new to perl.I need to write modify report program for management. Below is a program file. #!/usr/bin/perl use strict; use Win32::FileOp qw(OpenDialog SaveAsDialog); my $Customers; my $credit_list = OpenDialog( title => &quot;Select Credit List&quot;, filters => [ 'Text File...
  5. TTMTech

    CGI error

    Hi! All I have installed IIS 5.0 on windows 2000 server. After that I have installed Activestate distribution from www.activestate.com.I am trying to get data from MS SQL SERVER on web using perl script.Now, my web server gives me following error : CGI Error The specified CGI application...
  6. TTMTech

    How to configure IIS 5.0 to use perlscript.

    Hi ! All We have installed IIS 5.0 on windows 2000 server. I have index.pl(perlscript) file on that webserver. How to configure IIS 5.0 to work perlscript on web ? Do I need to install perl on that server ? Thanks, TTMTECH
  7. TTMTech

    CGI Error

    Hi ! Help me how to solve this problem ? I have index.pl and ttmtech.pl(perl package) in the same directory still it gives following error when i hit the browser with index.pl CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it...
  8. TTMTech

    ERROR while running perl script on web

    Hi I got following error in log file. I am using apache 2.o on windows2000.My perl script gives error in a log file as follow : [Tue Feb 25 13:55:43 2003] [error] [client 192.168.25.173] D:/InetPub/ttmtech.com devel/it.ttmtech.com/myttmtech/index1.pl is not executable; ensure interpreted...
  9. TTMTech

    403 forbidden error

    HI ! All I have apache 2.0 on windows 2000.My perl script gives me following error. Forbidden You don't have permission to access /it.ttmtech.com/myttmtech/index.pl on this server. -------------------------------------------------------------------------------- Apache/2.0.43 Server at...
  10. TTMTech

    New SQL Server Connection doesn't work

    Hi ! We have installed new SQL Server and copy databases into new server. username and password is correct.I changed one line of code in index.pl (on windows2000)file as below. for old server (servername is GREATPLAINS): my $dbh = DBI->connect('dbi:ODBC:driver={SQL...
  11. TTMTech

    How to connect SQL SERVER DATABASE In PERL ?

    Hi We have new sql server &quot;TTMSQL&quot; and we create new database on it. How can i connect it through perl script(eg. Index.pl) on web? Do I need to configure any cgi file or web server ? What are the steps should I follow ? Anyone can help me ? Thanks TTM
  12. TTMTech

    Hi! I am new to perl programming. A

    Hi! I am new to perl programming. Any one help me, How to debug perlscript ,CGI and html(eg.index.pl) on web page. Thanks
  13. TTMTech

    CGI Error In Perl Script

    HI ! I am new to perl programming. Our web application was working fine and suddenly I got error as follow : CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Is anyone help me how to solve this problem ?

Part and Inventory Search

Back
Top