Question subject: jsp include directive not working
Posted: Sun Jan 09, 2011 2:28 pm
Joined: Sun Jan 09, 2011 2:16 pm Posts: 56 Has thanked: 1 time Have thanks: 0 time
hi....any one help regarding this code... i used <%@include file=" "%> directive code..the code is executing well...but this include code nt working i.e it is nt executing..but simple code with include working well plz plz any one provide me the solution very soon
try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); con=DriverManager.getConnection("Jdbc:Odbc:vmh"); st=con.createStatement(); query="select * from login where uid='"+funame+"' and pwd='"+fpwd+"' "; rs=st.executeQuery(query);
Question subject: Re: jsp include directive not working
Posted: Mon Jan 10, 2011 10:56 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
hey brother , i don't see your problem clearly , <%@include not working with u ?
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
saics
Question subject: Re: jsp include directive not working
Posted: Tue Jan 11, 2011 1:35 pm
Joined: Sun Jan 09, 2011 2:16 pm Posts: 56 Has thanked: 1 time Have thanks: 0 time
sry brother first i write code with <%@ incllude... code it is jst skip the out put containing include file And then i replace the <%@ ... code vth actual html file code also it shows the same out put Is there any logical or syntatical errors in this code??