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
~10.3K People Reached
Favorite Forums

19 Posted Topics

Member Avatar for tjgolf

not possible to force a specific type of browser to open with. but u can prompt them to open with ie if opened with other browsers. (Eg Warning messages)

Member Avatar for zaworko
0
2K
Member Avatar for jie3
Member Avatar for Arkinder
0
160
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
68
Member Avatar for Hani1991

Hope this helps. <a href="http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br?answertab=active#tab-top">http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br?answertab=active#tab-top</a>

Member Avatar for dreamer14
0
163
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
234
Member Avatar for BlueCharge

you sure there is a problem? i had a quick look in ie and it looks fine to me. if problem persist my suggestion is to give alignment to everything. <tr align="left"> and so on.

Member Avatar for Member #120589
0
101
Member Avatar for nakul_pancholi
Member Avatar for shironui
0
123
Member Avatar for shiv0013

i did java mail before after tons of research, you have to know yr internet provider host(SMTP) example, singtel (singapore) one is "mail.singnet.com.sg". And there is no such thing as free SMTP. its either unstable, unworkable or just a scam. if you are publishing this website, just check whats the …

Member Avatar for jwenting
0
147
Member Avatar for thumpiez
Member Avatar for dreamer14
0
139
Member Avatar for gautam.ap

request method is one of the more basic one you sure u dont know that? or are you facing a different set of problem?

Member Avatar for kvprajapati
0
127
Member Avatar for kap_sni

you muz know alot more info too. like the SMTP server name for yr web provider. Example, Singnet uses mail.singnet.com.sg

Member Avatar for dreamer14
0
121
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
126
Member Avatar for khalidmehmood

[code] while (rs.next()) { String abc=rs.getString("YourVariableInContactDatabase"); out.print("<a href=\"viewdata.jsp?value1="+abc+"\">"+abc+"</a>"); } [/code] Is this wat u mean?

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
164
Member Avatar for sgbender

I will recommend validation that prevents users from typing in some keys like ;( who uses this in username) this can be done by a quick search on google with the key words Char Code. Hope this helps

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
Member Avatar for dreamer14
Member Avatar for dreamer14
0
102
Member Avatar for dreamer14

[code=jsp]<%@ page import="java.lang.,java.util.,javax.mail.,javax.mail.internet., javax.activation.*" %> <% String p_to = "[email protected]"; // Please fill in your email here String p_from = "[email protected]"; // 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
181

The End.