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

  • Users: hxx
  • Order by date
  1. hxx

    Is it necessary to declare session in Global.asa?

    I am currently working with a project about online dss. The flow of one form to another is continuous, meaning that the information from the first form will be passed to the second, the second will be passed to the third and so on. I have declared a session in the first form. I could call it...
  2. hxx

    Why we use DNS-less Connection?

    Whenever, i make connection to the database through ADODB.Connection, there is an error saying that i've mispelled or my db is not found. However, when i use dsn-less connection, there is no problem. Why? I also would like to know about what is the advantages of using dsn-less connection.
  3. hxx

    when to use cookies and when to use session?

    When is it more suitable to use cookies and session? Does it has any paritcular effect, whichever is used?
  4. hxx

    What is "webbot" in Ms FrontPage?

    In Ms FrontPage, whenever i deleted the "webbot" thing, the file is not executable anymore. But other times, if I did not delete this, the code just cannot run, especially when I want to post the form. I don't understand what's behind this webbot thing? Why it is needed and When it is...
  5. hxx

    Error with Reponse.Redirect

    I got this error with my code but i don't know what's wrong. i don't understand why the response object could not be supported. The error is: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'Response.redirect' /couguidefm1asp.asp, line 23 (the...
  6. hxx

    how to use Response.Redirect?

    why there is error message "object doesn't support response.redirect"....anything wrong? any additional declaration required?
  7. hxx

    how to use Response.Redirect?

    if user chooses condition 1 and 2, he would move to form A. otherwise, if he chooses condition 3 and 4, he would move to form B. how to use response.redirect to do this? or is there any other way to implement this?
  8. hxx

    what is the future of jsp?

    asp vs jsp.. What is the difference between these two? Can we really compare between the two? If yes, then which is better? Which future is "brighter", asp or jsp?
  9. hxx

    how to pass data between forms

    thanx... I've tried to pass the value(username) using normal parameter...but it just won't work. There was no error shown..just that the result(name entered) is not there. The method that I've used is as followed: The "name" from form1.asp is passed to form2.asp. In form2.asp, I used...
  10. hxx

    how to pass data between forms

    which is the easiest method to pass data between forms? is using session object is the best way?....i just want to pass the data entered by user to another form...for instance, when user type in his name, it will be displayed in the next form. it does not involve any database....can u show me...

Part and Inventory Search

Back
Top