Is any free tool bar for jsp page?

hi,
I am having web pages.
so I am entering some data in text area.
how to select the font ,size,colors in jsp page.
i want features like word in jsp page.
is it any free software available to change font,color of text.
Thanks
siva

and here is the js script for textEditorContent.js ...
function boldThis(from)
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
        if (from == 2) document.form1.text.select()
            strSelection = document.selection.createRange().text
        document.selection.createRange().text = strSelection + "<b></b>"
    else
        document.selection.createRange().text = "<b>" + strSelection + "</b>"
    return;
function underlineThis(from)
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
        if (from == 2) document.form1.text.select()
            strSelection = document.selection.createRange().text
        document.selection.createRange().text = strSelection + "<u></u>"
    else
        document.selection.createRange().text = "<u>" + strSelection + "</u>"
    return;
function italicThis(from)
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
        if (from == 2) document.form1.text.select()
            strSelection = document.selection.createRange().text
        document.selection.createRange().text = strSelection + "<i></i>"
    else
        document.selection.createRange().text = "<i>" + strSelection + "</i>"
    return;
function fontThis(from)
    var ind=document.form1.fontnames.selectedIndex;
    newfont=document.form1.fontnames[ind].value;
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
        if (from == 2) document.form1.text.select()
            strSelection = document.selection.createRange().text
        document.selection.createRange().text = strSelection + "<font face='"+newfont+"'></font>"
    else
        document.selection.createRange().text = "<font face='"+newfont+"'>" + strSelection + "</font>"
    return;
function sizeThis(from)
    var ind=document.form1.fontsizes.selectedIndex;
    newsize=document.form1.fontsizes[ind].value;
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
        if (from == 2) document.form1.text.select()
            strSelection = document.selection.createRange().text
        document.selection.createRange().text = strSelection + "<font size='"+newsize+"'></font>"
    else
        document.selection.createRange().text = "<font size='"+newsize+"'>" + strSelection + "</font>"
    return;
function colorThis(from)
    var ind=document.form1.colors.selectedIndex;
    newcolor=document.form1.colors[ind].value;
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
        if (from == 2) document.form1.text.select()
            strSelection = document.selection.createRange().text
        document.selection.createRange().text = strSelection + "<font color='"+newcolor+"'></font>"
    else
        document.selection.createRange().text = "<font color='"+newcolor+"'>" + strSelection + "</font>"
    return;
function newlineThis()
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
    document.selection.createRange().text = strSelection + "<br>";
    return;
function insertPic()
    var ind=document.form1.pictures.selectedIndex;
    if(ind==0)
        alert(msg15)
        return false;
    newpic=document.form1.pictures[ind].value;
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus();
    document.selection.createRange().text = strSelection +"<img border=0 src='"+newpic+"'>";
    return;
function ahrefThis()
    strSelection = document.selection.createRange().text
    if (strSelection == "")
        document.form1.text.focus()
    document.selection.createRange().text = "<a href='" + document.form1.hyperlinknm.value + "' target='_blank'>" + strSelection + "</a>"
    return;
function textview()
    popupWindow5=open("EDETAIL_Text_View.jsp",'Windown','scrollbars=YES,resizable=YES,left=10,top=20,toolbar=no,width=1000,height=600');
    if (popupWindow5.opener == null)
        popupWindow5.opener = self;
    popupWindow5.focus();
function callSave(size, module, msg)
    if(!checkMaxLength(document.form1.text,size,msg))
        return;
    if(isBlank(document.form1.text.value))
        alert(module+" "+msg11);
        document.form1.text.focus();
        document.form1.text.select();
        return false;
    if(module=='Question')
        var tempstr ="";
        var count = document.form1.rowCount.value;
        var ind = document.form1.anstype.selectedIndex;
        for (i=0; i<count; i++)
            if(count==1)
                if(ind>0)  // RADIO or CHECKBOX or DROPDOWN
                    tempstr = document.form1.answerDesc.value;
                if(ind==1) // RADIO BUTTON
                    if(!checkMaxLength(document.form1.answerDesc,500,"Answer Option"))
                        return;
                    if(!checkMaxLength(document.form1.feedbackDesc,500,"Answer Option"))
                        return;
            else
                if(ind>0)  // RADIO or CHECKBOX or DROPDOWN
                    tempstr = document.form1.answerDesc.value;
if(ind==1) // RADIO BUTTON
if(!checkMaxLength(document.form1.answerDesc[i],500,"Answer Option"))
return;
if(!checkMaxLength(document.form1.feedbackDesc[i],500,"Answer Option"))
return;
if(ind>0)
if(isBlank(tempstr) )
alert(msg12);
if(count==1)
document.form1.answerDesc.focus();
document.form1.answerDesc.select();
else
document.form1.answerDesc[i].focus();
document.form1.answerDesc[i].select();
return false;
for (j=i+1; j<count; j++)
if(document.form1.answerDesc[i].value==document.form1.answerDesc[j].value)
alert(msg13);
document.form1.answerDesc[j].focus();
document.form1.answerDesc[j].select();
return false;
document.form1.submit();
This function is used to go back to previous screen
function goBack()
if(window.confirm(msg14))
if(document.form1.From.value=="Page")
document.form1.action="EDETAIL_Add_Page_Content.jsp";
else
document.form1.action="EDETAIL_Upload_Text_Editor.jsp";
document.form1.submit();
By the way didnt this forum itself give you a big hint on Bold, Itallic & underline ?

Similar Messages

  • After updating to the latest version of Firefox on my Mac there is no progress bar for the page load. I really miss this feature and can't seem to find a way to obtain it.

    The page load progress bar that was on the lower right of the window is no longer there. After updating to the latest version of Firefox on my Mac there is no progress bar for the page load. I really miss this feature and can't seem to find a way to obtain it. The tab has a circular progress wheel but this is useless for determining a stuck or slow loading page.
    PLEASE NOTE: I am typing this in from a Windows based work computer but am asking about my Apple MacBook Pro that i use at home.

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.<br />
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • Navigator tool bar in jsp.

    i am very new to java. just started, can anyone help me in creating navigator tool bar in jsp. i have created table but i dnt know how to create row in same row.if i close that </tr> i will be in different row and i want to be in same row.if i creat another <td> in same <tr> its not workin.
    can anyone help me in navigator tool bar in jsp.
    thanks.

    i mean the same what you said. <tr> contains <td>.
    what if i want more <td>in same row. i know that we
    can do this in html without any problem.
    Jsp will work no differently as regards to the table.
    my problem is there is a navigator tool bar which
    contains 5 rows. in 3rd row i have to add 2 more
    rows. but when i am doing that i am creating seprate
    rows. it should be in the same 3rd row but in
    different line.What? 3rd row but different line makes no sense just add a fourth row.
    Maybe you need to look at the span attribute, I can't figure out what else you'd be talking about.
    >
    well i know i am confusing u too. Yes, try posting some code
    anyways thanks for replying.

  • After updating a program (Family Tree Builder), I started Firefox and now have a special tool bar for My Genealogy every time I start up....did not ask for it, don't want it....deleted the program, but how do I fix Firefox?

    I then deleted Firefox as a program and lost all my bookmarks, special apps....how do I delete the special tool bar (and start page) without having to delete Firefox and my setups.

    Hi ed652gray. You may uninstall the toolbar on the Control Panel, using the "Uninstall a program" option. Look for something like "Family Tree Builder Toolbar" or "My Genealogy Toolbar".
    If you only want to hide the toolbar, you can check this article:
    https://support.mozilla.org/en-US/kb/how-do-i-customize-toolbars?s=toolbar&r=3&e=es&as=s#w_how-do-i-show-and-hide-the-different-toolbars
    And to restore your default home page, you can check this article:
    https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page?s=home+page&r=0&e=sph&as=s#w_restore-the-default-home-page

  • Is there any free app available for iPad 2 so can do the work in MSWord, Excel, PowerPoint.

    Is there any free app available for iPad 2 so can do the work in MSWord, Excel, PowerPoint.

    I'm not aware of free apps that will let you work with Word, Excel, etc.  There are however, paid apps, such as Pages and Numbers you can buy that will work for you.

  • Please recommend a good tool to make JSP page.

    Hi, can someone please recommend me a good tool to make JSP page? Until now, I use notepad which I found is not professional.

    Hi kvols:
    Thanks a lot for your reply. I had used JEditor before I switched to JCreator. I found both of them quite good. I also tried to use CVS sometime back, but got totally confused about it. I will try to search for the other toolkits you mentioned. Just now, I find one named XMLspy from google. Yet I don't know whether or not it is really as good as stated on its website. I will try it out soon.

  • How can i install pagerank tool bar for my fire fox

    How can i install pagerank tool bar for my fire fox so that i can have an idea that which site holds what page rank during my SEO work
    Anjimile Mtila Oponyo

    Try with this Add-on
    *https://addons.mozilla.org/en-US/firefox/addon/seo-status-pagerankalexa-toolb/

  • I clicked on the firefox update & lost my old firefox page with my aol start & quick pick tool bar & this "new" page takes up more space so when I click on a di

    I clicked on the firefox update & lost my old firefox page with my aol start & quick pick tool bar & this "new" page takes up more space so when I click on a different subject, I have LESS space to view it. . Why, WHY must you people always mess with things that were just fine. . I cannot eeven restore my computer to an earlier time, NOPE, won't do it. . So now what do I do ? ? Pete . . . God Bless . . . . I WANT MY PREVIOUS SETTINGS BACK ! ! ! ! !

    The problem is with the page that opens at startup?
    What does the new page look like? Can you paste the address into a reply?
    Or if it doesn't have an address, maybe it's a page created by an add-on. Can you see any indication of the source of the page? Perhaps you could post a screen shot of what it looks like. This article has tips on that (make sure to delete to cover anything confidential): [[How do I create a screenshot of my problem?]]
    To reduce content size, try the zoom feature: hold down the Ctrl key and tap the - key once or twice. If you want to reset the page to the standard size, you can hold down Ctrl and tap the 0 key once (zero).
    But really we should get you back to the page you prefer, and hopefully with the additional details I requested we will be able to figure out what needs to get changed so you can do that.

  • Free web Hostring for JSP.

    HI;
    I want to test my website.plz tell me about any site which give absolutely free web hosting for jsp.I try but fail.
    thanks in advance.

    No Problem...
    take a look at :
    http://www.mycgiserver.com/
    They offer what you want and more.
    All free...
    /Malcolm

  • Save option for jsp page

    hi all,
    In my project am including a html page in jsp.Now i want to save the html page only.Please any body help me to how to give save option for jsp page.
    Thanks in advance.
    mohan :)

    you can save it in with browser "save as"

  • Is there any free antivirus software for my macbook pro

    I was wondering is there any free antivirus software for the mac pro

    Look at this:
    http://www.clamxav.com/
    Or this:
    http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-ed ition.aspx
    Both are free & won't necessarily muck up your system. Read about both & decide yourself.
    Also, read this BEFORE you make a decision:
    http://www.reedcorner.net/guides/macvirus/#needav

  • How to put Tool Tip in JSP page

    Hello.
    How can i put Tool Tip in JSP page and also html page.

    title="value"
    put this in all the tags whereever it is required

  • Where is tool bar for pdf documents?

    where is tool bar for pdf documents workspace?

    Never mind
    I just printed the PDF file I couldn't open or type on.
    It was my tax organizer to filet taxes.
    I'm done w it.
    Thanks!
    Sent from my iPhone

  • Tool Bar for Adobe PDF Pack

    I cannot find the Tool Bar for Opening, File, Pin Bar ect.

    There are 2 ways to use PDF Pack service:
    Using Web UI
    Log into https://createpdf.acrobat.com/signin.html with your Adobe ID and password
    Select tool from right hand pane(Export from PDF/Convert to PDF/Combine Files tools
    Click “Select Files” button then choose your file
       4. Click “Download” button in the progress bar after completion of the process to download the PDF file to your computer.
    Using Adobe Reader:
    Launch Adobe Reader X or Reader XI
    Select “Tools” and click “Sign In” link to sign in with your Adobe ID and password
    Select “Create PDF” then click “Select File” button or ExportPDF tool
    Click “Convert” after select your file
    Click “Download Converted File” link to download the file to your computer after the process is completed.
    Note: all converted/exported/combined files are stored at https://files.acrobat.com
    Please let me know if I did not answer to your question.
    Hisami

  • How can I down load msn tool bar for Mozilla firefox?

    My computer crashed and have lost msn tool bar. How can I down load msn tool bar for Mozilla firefox? edit

    It used to be more common to be asked how to uninstall such toolbars. I think It will now be known as a Bing bar, but as far as I know it is no longer supported for Firefox. You may find some unofficial addons with similar types of functions.
    You would be better discussing anything further relating to MSN on a specialist MSN forum.

Maybe you are looking for

  • Calling an URL/Hyperlink in new session on browse from button.

    Dear experts! I created a Z program on SAP GUI, and configured the logical link for this program and call it from Web UI Client. In component BTCUSTOMER_H, i redefined DO_PREPARE_OUTPUT to maintained a button called 'FORWARD'. I create method EN_ONFO

  • Had 1800 songs on ipod, connected to computer and all songs are deleted??

    I had 1800 songs on my ipod, a friend downloaded them onto it for me. I was installing the itunes disc and plugged the ipod into the computer at the same time and now can not find the songs anywhere... Where did they go, I thought if they weren't on

  • Loading DVD's on 80 gig Video Ipod

    We got a new 80 gig Video Ipod for christmas and want to load our DVD's. We tried down loading a software that didn't work. Can someone make recommendation of an easy software that works, and since I am not real computer savvy any detailed instructio

  • Why have I lost my photos from iPad?

    I had about 11000 photos uploaded to my iPad (3); after the last sync to iTunes, most are gone! Syncing now iTunes still thinks there's 25.5. Gb of photos on the iPad, whil ethe iPad Settings/General/Usage say there's only 6.3 Gb. I'm not looking for

  • Why Mail?

    no, this isn't a flame, or a troll, or anything like that.  it is, however, an honest question.  i'm trying to understand why i should bother setting this up and running my mail through it.  i have a yahoo email account and a gmail one.  i have to ha