User Profile

Collapse

Profile Sidebar

Collapse
mailanusha
mailanusha
Last Activity: Dec 7 '07, 06:06 AM
Joined: Jun 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mailanusha
    started a topic List Box issue

    List Box issue

    Hi

    I am using a listBox which has 31 items.

    Code:
     
    
    <SELECT NAME=lst_id size=1>
      <OPTION> 1 </OPTION> 
      <OPTION> 2 </OPTION> 
      <OPTION> 3 </OPTION> 
      <OPTION> 4 </OPTION> 
      <OPTION> 5 </OPTION> 
      <OPTION> 6 </OPTION> 
      <OPTION> 7 </OPTION> 
      <OPTION>
    ...
    See more | Go to post

  • mailanusha
    started a topic Using Https protocol

    Using Https protocol

    Hi

    I need to adopt https as preferred protocol.I have installed Apache and created a self signed certificate to enable SSL.

    Is this enough to automatically take the url typed by the user (hitting my applications) starting with "Http" and convert it to "Https".

    For example: if the user types "http:\\www.myA pp\test". will this url be automatically redirected to "https...
    See more | Go to post

  • mailanusha
    replied to Unable 2 compile
    in Java
    In your code
    public static float[] generateRandom( )
    {
    //enclosing block
    }
    The return statement must be float[] according to " public static float[] generateRandom( ) " but you have not given any return statement within the enclosing block.
    See more | Go to post

    Leave a comment:


  • You can hide the parameters u dont want , by passing those parameters to a JavaScript using onclick function and from ur JavaScript fnc do a document.submit ()
    See more | Go to post

    Leave a comment:


  • mailanusha
    replied to how to make JSP page interactive....
    in Java
    If u r storing the names of all uploaded files in your DB then u can query the DB and check if that name already exists,set a attribute if it does in your backend itself ,and on your JSP you can check if that attribute is set or not....
    See more | Go to post

    Leave a comment:


  • The class that has the code u have given above must throw IOException
    public class Test
    {


    public static void main (String Args []) throws IOException{


    BufferedInputSt ream bis = new BufferedInputSt ream(new FileInputStream ("mydata.proper ties"));
    DataInputStream dis = new DataInputStream (bis);

    try {
    String st=dis.readLine ();
    if(st!=null){...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...