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 Mike Lewis 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. tbrick18

    Understanding of VB and COM+

    Hi there, I have an addition to this question, I am trying to deploy a COM+ component using an application proxy. When I create the package, add the component, export it and install on my client machine, the actual dll is installed to the ComPlus Applications folder. I do not want this. I have...
  2. tbrick18

    Questions

    1. In the page you are submitting too, store the veriables as session varaibles declared in the global asa. e.g. Session("Variable1") = Request("Variable1"). You can then use Session("Variable1") anywhere throughout the remainder of this session simply by referring...
  3. tbrick18

    Printing with asp

    Not sure if this is the best way to do this but I when printing I would redirect to a print page which contains nothing but the table you want to print. Call the windows.print function and then redirect back to the original page. Check out this page for some very useful info...
  4. tbrick18

    Probs with Scripting.FileSystemObject

    Try downloading Microsofts Scripting 5.5. Run this executable on your web server. This will ensure that all ASP code is executed correctly.
  5. tbrick18

    Win95, will ASP work?

    Officially, I am sure PWS is supposed to support ASP. However, I have done some development work in IIS and tried to migrate to PWS for some local testing. Code which did work in IIS was not treated correctly in PWS. I found it rather unstable and unpredictable when running ASP code. Reccomend...
  6. tbrick18

    Reference to images outside the URL

    In the case above the tag would read... &quot;<img src=../img/rose.img&quot;> This simply moves up one directory level, opens the &quot;img&quot; directour and looks for an image called &quot;rose.img&quot; You could alternatively use the full network path of the img as the src attribute...
  7. tbrick18

    Printing from an ASP.

    Hello All!<br><br>I am writing a banking type application where the user is given the option of viewing/printing a statement. The trouble is....how do I print from an ASP. The information will be displayed on the screen firstly and then the user will be given an option to print. I have no idea...

Part and Inventory Search

Back
Top