No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
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)
Hi, Have you tried setting the height to a specfic number instead of 100%?
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
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>
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 …
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.
[url]http://www.w3schools.com/html/default.asp[/url]
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 …
rather than cracking yr brain for all this stuff, wont it be easier to just have a fixed table?
request method is one of the more basic one you sure u dont know that? or are you facing a different set of problem?
you muz know alot more info too. like the SMTP server name for yr web provider. Example, Singnet uses mail.singnet.com.sg
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 …
[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?
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 …
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
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 …
I would use flash to do all this fancy effects.
Is it possible to restrict the file type for a uplaod form?
[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 …
The End.
dreamer14