Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for sumit_indian

Hello Friends , I m new in Javascript i m trying to validate two date coming in the format `DD-MON-YYYY` coming through `PopUP-Calendar` in two textboxes but unable to get required result I musing following function: <script type="text/javascript"> function check(){ var SDate = document.form.previous_date.value; var EDate = document.form.next_date.value; if (SDate …

Member Avatar for sahayata4u
0
237
Member Avatar for Beryl
Member Avatar for jwenting
0
97
Member Avatar for tte

why don't you sessions then if really want to use send.redirect option otherwise you can use form action method in using html that work fine with jsp

Member Avatar for jwenting
0
143
Member Avatar for Ankita B

I have used this code in my project page name is abc.jsp [code]<% session.setAttribute("srcfilename", request.getParameter("AQC2_SOURCE_FILENAME")); String str=(String)session.getAttribute("srcfilename"); %>[/code] [code]<form name-"abc" action ="abc.jsp"> <input type= "textbox" name="AQC2_SOURCE_FILENAME" size="20" value=""> <input type= "textbox" name="new textbox" size="20" value="<%=str %>"> <input type= "submit" name="Submit" size="20"> <form>[/code] Sorry I haven't use System.out.println Hope it help …

Member Avatar for jwenting
0
1K
Member Avatar for jinalh

I had the same problem problem why don't use Calendar Controls freely available in various sites i had downloaded the coding and modified the same for my purpose use following link [url]https://engineering.purdue.edu/ECN/Support/KB/Docs/JavascriptCalendar[/url]

Member Avatar for peter_budo
0
157
Member Avatar for mccloud

I don't know where r u not getting it I have a small scriptlet coding for u <% ResultSet rs = st.executeQuery("select count(*) from v$instance "); while (rs.next()) { data[0] = rs.getString(1); } %> now in html coding <input type="text" value="<%= data[1]%>" hope it work for u

Member Avatar for electron33
0
903
Member Avatar for sumit_indian

Hello guys, I am new in asp.net. I am developing a asp.net project using c#.It has a feature that allow user to upload their files . I want to use anti-virus as scan tool while a user upload his files I also want to restrict user just to allow only …

Member Avatar for Infarction
0
79
Member Avatar for sumit_indian

hello friends I am using this script in my asp .net project using c#. but unable to compile it

0
61

The End.