User Profile

Collapse

Profile Sidebar

Collapse
nanaveraa
nanaveraa
Last Activity: Aug 26 '08, 11:40 AM
Joined: May 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nanaveraa
    replied to Convert document file into rtf file
    in Java
    It is java code using jocob jar. It downloaded on site.

    Thank U 4 your response,
    Nan Averaa...
    See more | Go to post

    Leave a comment:


  • nanaveraa
    replied to Convert document file into rtf file
    in Java
    Thankyou for your reply

    In poi we are only read the file and i don't know how to convert the file.so pls give me the idea to do this....
    See more | Go to post

    Leave a comment:


  • nanaveraa
    started a topic Convert document file into rtf file
    in Java

    Convert document file into rtf file

    Hai,
    i am tried to convert a .doc file into .rtf format file using jacob jar.i am written a code but its gives some error. In below i given that programs and error.please give me the solution to solve the problem.
    Code:
    import java.io.*;
      import java.io.File;  
    import com.jacob.com.*;
      import com.jacob.activeX.*;   
      public class convertDoc2Rtf {       
      private final static String DOC_FORMAT
    ...
    See more | Go to post

  • nanaveraa
    replied to show value of textfield
    [Reply=Nan Averaa]
    Hello Frnd,
    I'll small change your coding. Pls try again. All the best.
    [Code=Nan]
    <script type="text/javascript">
    function check(layers){
    document.forms[0].answer.value=l ayers
    }

    function PrintValues(){

    var myString = document.mainfo rm.file.value
    var myStringLength = myString.length
    var Comma = myString.lastIn dexOf(',')...
    See more | Go to post

    Leave a comment:


  • Hi frnd,
    I think you change your ajax code working your program.

    getXMLHTTPReque st() method change the position, i mean i add end of the

    method. Ok Any problem reply

    Best Wishes BYyyyyyyyyyyyyy e
    See more | Go to post

    Leave a comment:


  • nanaveraa
    replied to a tag properties
    Hi frnd
    You'll use a:hover in css. For example a{color:blue;} a:hover{color:r ed;}
    Try the way Best Wishes...
    See more | Go to post

    Leave a comment:


  • Hello frnd
    I think you'll pass the parameter on href. Will you use this type? For example 'http://bytes.com/forum/newreply.php?do =newreply'&'p=3 163121' see the site name. & symbol using middle of the two variable. So you can't retrieve it.
    Use replace statement. For example
    String ss = "str&str1";
    ss = ss.replace('&', 'xxxxx');
    Try this method
    ...
    See more | Go to post

    Leave a comment:


  • nanaveraa
    replied to css file doesn't load from css/file.css
    Hello frnd,
    you'll modify the href path. Because two types of path setting is available. One is absolute. for exp. c:/css/facebox.css. Another one is relative. for exp. facebox.css. will you try first type
    Best Of Luck...
    See more | Go to post

    Leave a comment:


  • nanaveraa
    replied to Text Input Watermark
    Hello frnd,
    I trying in css, but no result. So I m using in js. Pls try this code
    [CODE=JS]
    <script type="text/javascript">
    function imgfocus(){
    document.getEle mentById('ss'). style.opacity=' 0.5';
    }
    function imgblur(){
    document.getEle mentById('ss'). style.opacity=' 100';
    }

    </script>
    <input id="ss" type="submit" onmouseover="im gfocus()"...
    See more | Go to post
    Last edited by eWish; May 15 '08, 02:16 PM. Reason: Fixed code tag

    Leave a comment:

No activity results to display
Show More
Working...