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 strongm 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. enzobanzai

    Kill or Destroy Session Var

    Cool I have been doing this for the past few minutes :) With the pressures of deadlines that clients and bosses place on you its good for me to quickly check these forums. Cheers all Dave
  2. enzobanzai

    Kill or Destroy Session Var

    How do I do a session.abandon?
  3. enzobanzai

    Kill or Destroy Session Var

    Hey Steven So I have Checkout_1.asp that saves the order to the database and sends the users to Checout_2.asp. Does this go on Checkout_2.asp? Where on the page do I place session.("orderid")="" Thanks Steve Dave
  4. enzobanzai

    Kill or Destroy Session Var

    Hi In ASP VB does anybody know how to kill or destroy a session var once a page loads? I have a shopping cart and I want to destroy the session orderID after the user places an order. Cheers Dave
  5. enzobanzai

    Simple ASP search facility

    Hi I am new to all this so I need a little help. My client wants a litttle search facility in his site. I am doing this in ASP VB with Access as the DB. Heres the search page: http://www.paperboys.com.au/admin/stock_search.asp Now the table in my database (tbl_stock) is a simple one that...
  6. enzobanzai

    Conditional regions and Memo Fields

    Hi Im developing the a site in ASP VB Script with Access and I am doing some Conditional regions. Have any of you done these before and if so have you ever came accross problems with conditional regions and Access Memo fields. For example I have a few conditional regions in this page...
  7. enzobanzai

    Images per page 12 - 16 - 32 - 64

    Thanks Steven Ill give it a go. I hear you about dreamwever but thats the way I was taught (Studies) and now I have been thrown into the deep end. One day I set about learning code so I can hand code but for now Dreamweavers my best and worst friend. Cheers David
  8. enzobanzai

    Images per page 12 - 16 - 32 - 64

    Hi Steven Ive got the page displaying the records from the database working perfectly. What I want though is a feature where the user can select how many records are displayed on the page. I cant get this to work? dave
  9. enzobanzai

    Images per page 12 - 16 - 32 - 64

    Hi Steven Here is my code (as I am working on right now) To tell you the truth I am not sute what you mean but I really appreciate your help. ------------------------------------------------------------ <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include...
  10. enzobanzai

    Images per page 12 - 16 - 32 - 64

    Yes they are. They are stored in a Access database???? Dave
  11. enzobanzai

    Images per page 12 - 16 - 32 - 64

    Hi I am trying to get a feature to work on a clients website. I am building a image library in ASP VB Script and I want the user to be able to select the amount of images they view on the page. eg. Images per page 12 - 16 - 32 - 64 So selecting 12 for example would only show 12 records. I...
  12. enzobanzai

    Calculate radio buttons in form

    Check it out mate. Works beautifully. Cant thank you enough! Appreciate the help and will return to this forum many many times. You have saved me money. Reagrds Enzo Banzai aka. David
  13. enzobanzai

    Calculate radio buttons in form

    <html> <head> <title>Fitzpatrick's Australia - Financial Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="cssStyles/fitzStyle.css" rel="stylesheet" type="text/css"> <link href="cssStyles/ltd.css" rel="stylesheet" type="text/css"> </head> <body...
  14. enzobanzai

    Calculate radio buttons in form

    Hey Mate Have updated the page (http://www.ttdigital.com.au/fitz/financialTestResults.asp)as described. You can see the code and where I placed your code. Still not adding up. I havent renmaed the radio buttons on the prev page yet bu that should not make a difference to this working should...
  15. enzobanzai

    Calculate radio buttons in form

    Hello DreXor Thanks for the quick reply. Im situated in Australia so usually I port a question on a forum then wait till the next morning to get a reply due to the time difference. But anyway. I am very new to this so I do not fully understand the first post but I definatley want to give it...
  16. enzobanzai

    Calculate radio buttons in form

    Hi I am developing a page that has a form on it with 10 questions. Each question has a 1 to 10 radio button option for the user to choose. The forms actions posts this info to the results page which displays the resluts using the request.Form method. How do I add up or calculate the total...

Part and Inventory Search

Back
Top