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 SkipVought 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: gj165
  • Order by date
  1. gj165

    help on 1st ajax try

    It works now! Thanks a million, sincerely, thanks a million!
  2. gj165

    help on 1st ajax try

    yes you are right! I checked the console, it says: XMLHttpRequest cannot load http:..../ajax_tst.cgi?str=a. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. How to set the requesting html or the browser to allow it...
  3. gj165

    help on 1st ajax try

    Thank you very much for your meticulous explanation. Now the code on the server is modified as you instructed: #!/usr/bin/perl use strict; use CGI; our $qq= new CGI; print $qq->header("text/html"); my $str=$qq->param("str"); print "your entered:$str"...
  4. gj165

    help on 1st ajax try

    I visited the ajax tutorial in w3cschools yesterday, the following html is mostly copied directly from that tutorial: --------------------------------------------------------------------------- <html> <head> <script> function showHint(str) { if (str.length == 0) {...
  5. gj165

    ERROR 1030: Got error 127 from table handler

    I have a mysql database that was working perfectly until I upgraded from Solaris 2.5 to 2.7. I have many tables, all other tables work except one that got such an error: mysql> select * from users; ERROR 1030: Got error 127 from table handler If I say select * from users where key=1234...

Part and Inventory Search

Back
Top