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...
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.
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...
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...
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?
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.