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: jass1220
  • Order by date
  1. jass1220

    dependent lists

    hi ,, I have two lists, when I select an item from the first list, the second list will be populated based on the selected item. in the first list there are cities when the user selects a city the schools in that city should be added to the second list from the database ... the first list not...
  2. jass1220

    Query String

    found the answer .. i used getParameter ... thanks
  3. jass1220

    Query String

    what i mean is that i have a table of products each record is hyperlinked .. when the user clicks on the link he gets the details of that product in another page ..
  4. jass1220

    Query String

    in asp there is something called Query string how i can do the same in jsp ?? <a href=&quot;mateDetails.jsp?h=<%=rs.getString(&quot;regis_id&quot;)%>&quot;> id = Request.querystring (&quot;h&quot;)
  5. jass1220

    if no records found

    its working fine .. thanks a lot :) .. so great
  6. jass1220

    creating session using JSP

    sessions are working perfectly now .. if am using teh session in other pages .. i want to give the variable strUser teh value of the session ... how i can do it ? i tried this: String strUser = session.setAttribute( &quot;userName&quot; ); and tried this: String strUser =...
  7. jass1220

    if no records found

    thanks .. i'll try your code now ..
  8. jass1220

    creating session using JSP

    hi again session.setAttribute( &quot;theName&quot;, name ); what is the ( &quot;theName&quot;, name ); ?? where should the value be .. and where is the session name ?
  9. jass1220

    if no records found

    i want to have if condition after this query .. this condition is if there is no record found the session should be &quot;&quot; and error msg else the session = the username of the record found (actually this code for checking the login) //////////...
  10. jass1220

    creating session using JSP

    how i can create session using jsp code ... this not working! session(&quot;user&quot;) = strUser; thanks
  11. jass1220

    error ( page is not available)

    i still get the error .. do u mean that the path should be : http://LOCALHOST:8080/catalina_home/webapps/classmate/mates.jsp
  12. jass1220

    error ( page is not available)

    hi , what shall i write in the url to open my page am trying to open my jsp page which is in the path( D:\Tomcat 4.1\ClassMate\mates.jsp) but i get this error /////////////// HTTP Status 404 - /catalina_home/classmate/mates.jsp...
  13. jass1220

    New with JSP

    thanks byam ... i'll check it out ..
  14. jass1220

    New with JSP

    hi everyone,, am new with jsp .. i need to know if we can retrive data using jsp ... also .. can we insert, delete, update from the database using jsp ,,, if yes .. where i can find examples of the codes ? .. thanks,
  15. jass1220

    equality

    thanks alot ..
  16. jass1220

    equality

    what is the opposite of this : (strType.equals(&quot;SU&quot;)) like if i wanted to say .. strType not equal to &quot;SU&quot;
  17. jass1220

    Options

    i want the options to be in buttons .. like the yes/no options ..
  18. jass1220

    Options

    in JBuilder how to show a message that has some options for the user ...for example : choose a type please: - class room. - computer lab. thanks ..

Part and Inventory Search

Back
Top