User Profile

Collapse

Profile Sidebar

Collapse
akb
akb
Last Activity: Dec 19 '08, 11:52 AM
Joined: Feb 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • akb
    replied to passing value to a html from another html
    thanks a lot..

    using window.location .href i have got..
    See more | Go to post

    Leave a comment:


  • akb
    started a topic passing value to a html from another html

    passing value to a html from another html

    hi
    i have two html aa.html and bb.html.
    there is a combo box in aa.html.

    i have to pass the selected combo box value to bb.html.
    and recieve that value in bb.html.

    what i have already tried is listed below:
    aa.html:

    <html>
    <script language="JavaS cript">
    function button_press()
    {
    document.test.a ction="bb.html" ;
    ...
    See more | Go to post

  • now the full clearity comes up....
    thanx for ur reply...

    then what is the solution ... to accomplish this.

    Plz help.
    Kind regards.
    See more | Go to post

    Leave a comment:


  • akb
    started a topic write mutiple object states of serilizable object.
    in Java

    write mutiple object states of serilizable object.

    can i write multiple object states of a serializable in a single file?
    if i can then how can i read back those states?

    i have no problem with writing multiple object states in a file.
    but i can't read back the all object states what i saved so far.

    only after reading back the first state then StreamCorrupted Exception exception thrown.

    i know it is due to data inconsistency in the file....
    See more | Go to post
No activity results to display
Show More
Working...