Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~10.1K People Reached
Favorite Tags
Member Avatar for nikita.chandra

hi ! Anyone can tell me how can i get the value of dynamic textbox on jsp page. If i'll use request.getParameter("elementName"); here as text box will be generated dynamically i can't assign name of the text box . Pleeeeeeeeeeeeeeeeeeeeeeez help !!! Thanks :)

Member Avatar for Varun_2
0
2K
Member Avatar for nikita.chandra

Hi! Anyone can please tell me the best online tutorial of Ajax for Java Programmers. Thanks

Member Avatar for sayyapillai
0
76
Member Avatar for nikita.chandra

hi! i have downloaded fonts as Vtc-NueTattooScript.ttf and Vtc-NueTattooScript.otf and now i want to use these in my html page. how can i use these fonts using html and css. please help !!!!

Member Avatar for fheppell
-1
180
Member Avatar for nikita.chandra

Hi, I am using php mail for sending an email for contact us form. Given below is the code for contact us form. Please let me know how to send these information in table format. [ICODE] <!-- Document : contactus Created on : Aug 26, 2011, 2:15:27 PM Author : …

Member Avatar for Cronless
0
222
Member Avatar for nikita.chandra

Hi all, Please help me how to add CC and BCC in this code section of form to mail using PHP [CODE] <?php //send email $from = 'enquiry@techxis.com'; $name = $_REQUEST['txtName']; $company = $_REQUEST['txtCompanyName']; $jobTitle = $_REQUEST['txtJobTitle']; $email = $_REQUEST['txtEmail'] ; $contactNo = $_REQUEST['txtContactNo'] ; $email = $_REQUEST['txtEmail'] ; $subject …

Member Avatar for AnkurThakur
0
159
Member Avatar for nikita.chandra

Hi, I have installed Netbeans IDE 7.0.1 for php application and created a demo application. When i executed the application in the browser following url [url]http://localhost/CSR/index.php[/url] and error : Oops! Google Chrome could not connect to localhost Please help. Thanks, Nikita

Member Avatar for diafol
0
235
Member Avatar for nikita.chandra

Hi, i am using css for my website it works properly in google chrome but while using internet explorer there is alignment issues... page contents are not properly aligned. is there any solution for css so that it will not be browser specific. My css code is given below.. [CODE] …

Member Avatar for himgar
0
141
Member Avatar for nikita.chandra
Member Avatar for KSS
0
103
Member Avatar for nikita.chandra

Hi all! I want to learn PHP myself using internet , i have the knowledge of java, Servelet, JSP, Mysql, HTML, Javascript and css. Is it possible for me to learn PHP without any guidance using internet? Is php more difficult then jsp? I want to create various dynamic websites …

Member Avatar for oakulm
0
243
Member Avatar for nikita.chandra

Hi, I am using mail function of php to send email. I have a html page in which there is a form after submission of the form it redirected to mail.php and send email then i want to redirect back to html form with some message say "Mail sent successfully". …

Member Avatar for diafol
0
328
Member Avatar for nikita.chandra

Hi, I don't have photoshop on my machine, i want the magic error effect. from where i can get it. Its very urgent. please reply. thanks and regards

Member Avatar for JasonHippy
0
104
Member Avatar for nikita.chandra

Hi all! in my website i am using css for designing and alignment.i have used float:right property for the sidebar it works properly with the chrome but in Internet Explorer it doesn't work. Please help me... Thanks in Advance

Member Avatar for twiss
0
40
Member Avatar for nikita.chandra

hi all ! I am trying to submit a form using javascript but form is not being submitted. Following are the code : [CODE] <html> <head> <script language="javascript"> /***********************Email Validation **************************************/ function echeck(str) { var at="@" var dot="." var lat=str.indexOf(at) var lstr=str.length var ldot=str.indexOf(dot) if (str.indexOf(at)==-1){ alert("Invalid E-mail ID") return …

Member Avatar for nikita.chandra
0
723
Member Avatar for nikita.chandra

Hi! I want to know which one is the best provider for web hosting. My requirements are: Support for servlet, jsp, html, jdbc, javascript, mysql database. thanks

Member Avatar for SolidSolutions
0
97
Member Avatar for nikita.chandra

Hi all I am creating an application for registration form where if user select a city from the drop down list box in the state list box corresponding state should be selected automatically. Please help me ..., its very urgent thanks

Member Avatar for arunp_eagle
0
197
Member Avatar for nikita.chandra

Hi i am using a popup calendar for my project which is in dd/mm/yyyy format and mysql database has the date format as yyyy-mm-dd, my issue is that when i insert date in the database following exception occurs : Exception foundcom.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect date value: '29/12/2010' for column 'DateOfJourney' …

Member Avatar for Shanti C
0
82
Member Avatar for nikita.chandra

Hi all ! In my Online Ticket Booking Project on i am using AJAX for source and destination cities.. destination is dependent on source city.. but on my machine Ajax is not working ... while on all the other machine it is working properly.. please help.. i am using mozilla …

0
92
Member Avatar for nikita.chandra

Hi all, I am creating a dynamic website and i need to use a online chat option. Please tell me if there are any javascript or open source code for that which can be used in Jsp page as i am using jsp and servlet for my website. Please help …

Member Avatar for ~s.o.s~
0
90
Member Avatar for nikita.chandra

Hi all, I am trying to send email using a java class and gmail mail server given below is the code for this but its not working UnknownHostException found.I have replaced all the email addresses with actual email addresses. [CODE] import javax.mail.*; import javax.mail.internet.*; import java.util.*; public class Mail { …

0
83
Member Avatar for nikita.chandra

hi all I have created a online Bus Ticket Booking dynamic website using JSP, SERVLET, CSS,JAVASCRIPT. And i have some issue related to table view on my index page there is a table for ticket booking and it is displaying properly on Mozilla Firefox but unable to be displayed properly …

Member Avatar for Arkinder
0
138
Member Avatar for nikita.chandra

Hi all, I just wanted to know that which is the best and cost effective web hosting service provider for jsp,servlets and Mysql database. thanks

Member Avatar for peter_budo
0
187
Member Avatar for nikita.chandra

Hi all! here i m posting my Servlet page code by using which i retrieve blob data from mysql website, but my problem is that i have to display this data to a textarea on other jsp page. Anyone can help please, its very urgent.... [CODE] /* * To change …

0
73
Member Avatar for nikita.chandra

Hi all! anyone can please tell me how to retrieve and display a blob data (which is a html page) which is stored in MySql databae by using JDBC on a jsp page Thanks.

Member Avatar for masijade
0
64
Member Avatar for nikita.chandra

hi! please help me for the best and easy open source CMS(Content Management System) software for java to design a dynamic website . If possible please post the link from where i can download the same. please reply ... it's very urgent :( Thanks!

Member Avatar for fishsmith
0
213
Member Avatar for nikita.chandra

Hi! please help me for how can i scroll through database using JDBC on a jsp page. if i m creating 4 buttons say First,Last,Next,Previous. First button will take me to the first record of the database. Last button will take me to the last record of the database. Next …

Member Avatar for peter_budo
0
101
Member Avatar for nikita.chandra

hi! i m using css and html for designing of my website and if i execute my website on mozilla firefox all alignments are correct, but if i use internet explorer all mess up.. please help Thanks

Member Avatar for drjohn
0
373
Member Avatar for nikita.chandra

hi! in my project textboxes and radiobuttons are generating at runtime. And my problem is that i want only that textbox to be enabled if radiobutton in front of that text box is selected. name of each element is generating at runtime as number of textboxes is not fixed. please …

Member Avatar for steelshark
0
75
Member Avatar for nikita.chandra

Hi! please help me for how can i scroll through database using JDBC. if i m creating 4 buttons say First,Last,Next,Previous. First button will take me to the first record of the database. Last button will take me to the last record of the database. Next and Previous will show …

Member Avatar for javaAddict
0
252
Member Avatar for nikita.chandra

Hi! how do i create glowing text using html and css. by writing the code given below i am unable to do the same. [CODE] <TABLE STYLE="filter:glow(color="red", strength=4)"> <TR><TD><center> TEXT GOES HERE</center></TD></TR></TABLE> [/CODE] Please help!

Member Avatar for teedoff
0
111
Member Avatar for nikita.chandra

Hi all i am creating an application in which i m using jsp,servlet and javascript. on jsp page there are text boxes named ID and Passwprd and a submit button. When we submit jsp page first javascript will be executed if we left any of the text boxes blank, that …

Member Avatar for nikita.chandra
0
212