User Profile

Collapse

Profile Sidebar

Collapse
honey99
honey99
Last Activity: Sep 7 '07, 06:06 AM
Joined: Jul 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • honey99
    started a topic Problem with Onchange Event in Firefox

    Problem with Onchange Event in Firefox

    I have a problem,that Onchange event is not working in firefox i think.......her e is my code...shall i need to change anything ??

    [CODE=javascript]onchange='docum ent.getElementB yId("abc").src= this.value'[/CODE]

    Thanks
    See more | Go to post

  • Thanks for u r sugessions..... i''ll try with AJAX...
    See more | Go to post

    Leave a comment:


  • i have already posted this question in ajax.javascript forum..they told me to post question in java forum.........w ht should i do...
    See more | Go to post

    Leave a comment:


  • Uploading image file and displaying image in the same page

    hi!

    can anybody give me some example code...for how to upload an image file in a JSP page and display that image in the same JSP without reloading/refreshing the page????plzzzzz help me..
    See more | Go to post

  • honey99
    replied to Writing a file upload function
    the link you gave has PHP source code....but i want JSP code to upload image in same page wothout refreshing the page...
    See more | Go to post

    Leave a comment:


  • honey99
    replied to Writing a file upload function
    i'll be thankful to you if u send me the example code without refreshing the page...
    See more | Go to post

    Leave a comment:


  • honey99
    replied to Writing a file upload function
    thank u for u r guidelines....i need an example to upload an image in the same page....can anybody post me an example codefor this...
    See more | Go to post

    Leave a comment:


  • honey99
    replied to Writing a file upload function
    no...actually what i want is when i upload an image file it should be displayed in that table itself..can anybody give me an example for uploading an image...
    See more | Go to post

    Leave a comment:


  • honey99
    started a topic Writing a file upload function

    Writing a file upload function

    hi!

    i have a table..which consists of a upload and browse buttons and some place to display an image.if i browse a file(jpg,gif) and upload,it should appear in place of image in that table itself.my code is

    [CODE=html]<form method="POST" ENCTYPE="multip art/form-data" ACTION="abc.Act ion">
    <table cellpadding=0 cellspacing=0 border=0 style='top:40px ;left:0px;posit ion:absolute;z-index:0;'...
    See more | Go to post
    Last edited by pbmods; Aug 29 '07, 09:58 AM. Reason: Changed [CODE] to [CODE=html].

  • updating data from child window to parent window

    Hi!
    i have a same combobox in parent window and child window.If i enter a value in combobox in child window it should automaticall update in parent window without refreshing the parent window page.I know it is possible with window.opener.. .but i dont know how to implement that function...can anybody explain me with some example..
    See more | Go to post

  • honey99
    started a topic Text label is not disabling in Firefox

    Text label is not disabling in Firefox

    Hi!
    i have a problem in firefox.I have a textbox with a laeb for it and a checkbox.i need to disable the textbox as well as label when checkbox is checked.it is working in IE but not in FF.plz check my code and tell me a solution

    [CODE=html]<td id='abc' name="xyz">
    Text
    </td>
    <Input type="text" readonly name="abc1" style="width:16 5px;" size = "20"...
    See more | Go to post

  • honey99
    started a topic problem in horizantal scrollbar in firefox

    problem in horizantal scrollbar in firefox

    Hi!
    can anybody tell me how to remove horizantal scrollbar for <textarea> in firefox,i think firefox takes horizantal scrollbar by default.....and i want to display vertical scrollbar for <textarea> in firefox....
    regards
    See more | Go to post

  • honey99
    replied to textarea scrollbar in firefox
    what i want is to remove the default horizantal scrollbar for firefox.I want the vertical scrollbar to be displayed in the firefox textarea...can u give me the solution...
    See more | Go to post

    Leave a comment:


  • honey99
    replied to textarea scrollbar in firefox
    thank u...but eventhough i removed duplicate rows n cols.....i have still that problem with wrapping text in mozilla...in IE wrapping is working...and i want to remove the default horizantal scrollbar in firefox and have a vertical scrollbar to be displayed in firefox........ .......

    Code:
    <TEXTAREA Name="notes" rows=4 Cols="70" onfocus="focuscolor(this)" onblur='javascript:blurcolor(this);' class="input"
    ...
    See more | Go to post

    Leave a comment:


  • honey99
    started a topic textarea scrollbar in firefox

    textarea scrollbar in firefox

    Hi!
    i have a problem with textarea scrollbar in firefox.In FF it is taking horizantal scrollbar by default??but in IE vertical scrollbar is displaying correctly..I want vertical scrollbar in FF and how to avoid horizantal scrollbar in FF??check my code plz....

    Code:
    <TEXTAREA Name="text" rows=4 Cols="70"rows=4 Cols="70" onfocus="focuscolor(this)" onblur='javascript:blurcolor(this);' class="input"
    ...
    See more | Go to post

  • honey99
    replied to problem with div tag
    plz check this code once

    [HTML]<div id='div1' style='height:0 px;position:rel ative;'>
    <table class='mytable' cellspacing=1 cellpadding=2 border=0 width=100px><tr bgcolor=#D4E5F7 >
    <th>S</th><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th> </tr>;
    [/HTML]

    document.getEle mentById(&...
    See more | Go to post

    Leave a comment:


  • honey99
    started a topic problem with div tag

    problem with div tag

    Hi!

    I have a problem with div tag i want to increase the width of my div tag...i have two tables, one tablewhich consists of two rows and one table(using div tag) consists of many rows.Here the two tables should be displayed one under the other...it should look like same table as if there are two...check my code n tell me a solution...

    Code:
    <div id='div1' style='height:0px;position:relative'><table class='mytable'
    ...
    See more | Go to post

  • honey99
    replied to Combobox is not disabled
    certainly i'm using this syntax for select.draw method.......no other framework i'm using..........
    See more | Go to post

    Leave a comment:


  • honey99
    replied to document.all not working in firefox
    i'm writing this funtion validate() in one javascript file and this javascript file is calling in a jsp file........
    See more | Go to post

    Leave a comment:


  • honey99
    replied to Combobox is not disabled
    the code for select.draw is

    Code:
    Select.draw( out, connectionStr , "cmbState", "Arial12px", "", -1, true, "", qryStr,new String[] {"es001"}, new String[] {"es002"}, model.getState(), Select.EMPTY_OPTION|Select.EMPTY_AT_TOP );
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...