Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~10K People Reached
Favorite Forums
Member Avatar for tjgolf
Member Avatar for zaworko
0
2K
Member Avatar for jie3

Hey guys, I could really use some help. I adapted an old website template that I have used before, to make a site for a friend. I am not a professional, so my coding isn't great, but I managed to put a site together that works well with firefox, chrome, …

Member Avatar for Arkinder
0
157
Member Avatar for dreamer14

Just wondering is this possible? I am trying to do a mini announcement section in my website. What i want is for the announcement to be taken from a txt file for easy updating. Regards, Jon

Member Avatar for dreamer14
0
64
Member Avatar for Hani1991
Member Avatar for dreamer14
0
162
Member Avatar for dreamer14

Any one got hints how to do this? I got 3 drop down list initally all 3 contains 4 option A,B,C,D. After selecting A from 1stdrop down list,the 2nd and 3rd drop down list are left with B,C,D. After selecting C form 2nd drop down list,the 3rd drop down list …

Member Avatar for javaAddict
0
218
Member Avatar for BlueCharge

Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact …

Member Avatar for diafol
0
98
Member Avatar for nakul_pancholi

Dear All, I am doing some practice in HTML to learn. Can anybody suggest the name of book, which is useful to learn HTML and CSS from begins. Please provide the weblink also, if it is free on net. Thanks and regards, Nakul

Member Avatar for shironui
0
112
Member Avatar for shiv0013

i want to send mail through from my website. i used the below code [CODE]String host="smtp.gmail.com", user="username", pass="password"; //host = smtp_server; //"smtp.gmail.com"; user = jsp_email; //"YourEmailId@gmail.com" // email id to send the emails //pass = jsp_email_pw; //Your gmail password String SSL_FACTORY ="javax.net.ssl.SSLSocketFactory"; String to = email;// out going email id …

Member Avatar for jwenting
0
139
Member Avatar for thumpiez

I need help stretching a gradient background to 100% width (and 31px height) with centered text over it. Here is the page I am working on: [url]http://www.ahtwindows.com/asset/[/url] The gray gradient nav bar needs to have a width of 100% for all viewers, with the menu text links on top of …

Member Avatar for dreamer14
0
133
Member Avatar for gautam.ap

Hi, everyone i want to display the corresponding values when i click on the primary key ... How to do this in jsp...??? Thanks in advance

Member Avatar for kvprajapati
0
122
Member Avatar for kap_sni

i am making a project. i want my web page to send a same copy of text to diffrent names specified with difrent email ids. pls help. thanx in advance

Member Avatar for dreamer14
0
118
Member Avatar for dreamer14

Hi iwould like to check if there is any function that allows me to take the last 4 char or a String? Or the 1st two char of a String? I require this because i require to have a auto increase product id. Example current productid stops at WA0059. When …

Member Avatar for dreamer14
0
120
Member Avatar for khalidmehmood

Hi Experts! I am trying to build dynamic hyperlinks but i cant do this. i am new to JSP. please guide me. here is my code: [code=JSP]<% try{ Class.forName("com.mysql.jdbc.Driver").newInstance(); connection = DriverManager.getConnection(connectionURL, "root", "root"); statement = connection.createStatement(); rs = statement.executeQuery("SELECT * FROM contacts"); while (rs.next()) { %> <a href="viewdata.jsp?value1="+<%rs.getString(1)%>+">"+<%out.println(rs.getString(1));%></a> <%} …

Member Avatar for peter_budo
0
2K
Member Avatar for dreamer14

Is It possible? Tried this but all i see is blank haha [code] while (rs.next()) { String c=rs.getString("ProductID"); String d=rs.getString("ProductName"); String e=rs.getString ("ProductImage"); out.print("<option value="+c+"><img border=0 src=\"picture/" + e + "\" width = \"170\" height=\"157\"></option>"); } [/code] ANy one with recommendations on how to make a picutre based drop down …

Member Avatar for dreamer14
0
156
Member Avatar for sgbender

Hi, I am kind of new to JSP. I am having trouble outputing something: <%=request.getParameter("UserName")%> now if [I]UserName [/I]has special Characters (i.e &hearts; ) it does not get outputed corectly. that code above should display the heart symbol, but instead I get something like this: âÂ... is there some kind …

Member Avatar for dreamer14
0
2K
Member Avatar for dreamer14

I am just wondering if i want to delete a file using coding how can i do it using jsp? Example i have a file name pig.jpg in my root folder and I wish to delete this file as i no longer use this any more how can i do …

Member Avatar for peter_budo
0
2K
Member Avatar for cpeeyush1

hi i am new to java script and i am designing my web site but i want to load a new image on a particular place of my web page when a user hover over the home,contact us link so pls tell how can i do this if you have …

Member Avatar for essential
1
134
Member Avatar for dreamer14
Member Avatar for dreamer14
0
99
Member Avatar for dreamer14

[code=jsp]<%@ page import="java.lang.,java.util.,javax.mail.,javax.mail.internet., javax.activation.*" %> <% String p_to = "abc@hotmail.com"; // Please fill in your email here String p_from = "abcd@yahoo.com.sg"; // Please fill in receipient’s email here String p_subject = "Testing"; String p_message = "This is a test email"; String l_host = "smtp.mail.yahoo.com.sg"; // Gets the System properties Properties …

Member Avatar for peter_budo
0
176