Hi ,
Sorry for asking db2 tutorial in MYSQL forum.Am new to db2 .i just need some basic tutorial with some samples for learing it.So please guide me or give me some URLs.thanks in advance.
User Profile
Collapse
-
hey just try this one...
u can just call a java script function while submitting the form as
onclick ="return submitLoginForm ();"
u can just include the window.open command as
<script type="text/javascript">
function submitLoginForm ()
{
alert(document. forms[0].username.value );
alert(document. forms[0].password.value );... -
Hi,
try these links it may be useful for u...
http://www.roseindia.n et/struts/strutsguide.sht ml
http://javaboutique.in ternet.com/tutorials/Struts/
http://www.coreservlet s.com/Apache-Struts-Tutorial/
http://www.roseindia.n et/struts/strutsActionFor ms.shtml
http://www.roseindia.n et/struts/struts_validato r_framework.sht ml
http://www.roseindia.n et/struts/address_struts_ validator.shtml...Leave a comment:
-
try this..it may be useful for u
save ur txt file datas in the following format.
"1-Jan-89",1
"2-Jan-89",0
"3-Jan-89",2
"4-Jan-89",0
If u need to save the date in ur format(1-jan-89), then u must have ur date column as varchar, so created the table with the following query,
create table precipitation(d ate varchar(15),rai nfall...Leave a comment:
-
Command to clear the mysql console
hi experts,
is there anyway to clear the screen in mysql command line prompt. Like CLS in windows command prompt.
thanx in advance
No activity results to display
Show More
Leave a comment: