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 IamaSherpa 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: *

  1. airmoti

    The DMZ, DBI, and CGI

    Hi, This is a high level question that I hope someone already has had to deal with. We are implementing our new webservers in a separate DMZ network. Our admins are not letting us use DBI from these networks to access our databases back in our normal network for security reasons. So our new...
  2. airmoti

    Cookies: writing and reading with CGI.PM

    philote, You are right. The code works if I change $query2 to just $query so I'm sure it would work in two different scripts. This is strange. I am now able to get the cookie set if it is the very first thing I do in my CGI script. But if I set the cookie well into the HTML being printed, (a...
  3. airmoti

    Cookies: writing and reading with CGI.PM

    Sean, Here is what is displayed in the browser: content-type:html/text Answer=
  4. airmoti

    Cookies: writing and reading with CGI.PM

    I can set and read cookies with Javascript and I can read Javascript set cookies with CGI.pm. However, I cannot set the cookies with CGI.pm. Neither the cpan docs nor the Lincoln Stein book seem to mention that you need to do anything else to get this to work. I do not have access to...
  5. airmoti

    location.replace() and the back button

    Hi, I have a Search Form which sends data to a detail form via location (not replace since I want to go back to search). The user then changes data on the detail form and submits the changes. A Perl subroutine is called to update the changes and I then issue a location.replace() to reload the...
  6. airmoti

    Radio Button and the Back Button

    Hi, I have a table window which contains rows selectable via a radio button. The radio buttons all have the same name. The selection sets some cookies etc... A number of buttons at the top of the table then open a new window via location... When I hit the back button from the new window, the...

Part and Inventory Search

Back
Top