CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Passing Data between html pages

    By using Java or JavaScript How do we pass data between html pages ??


  2. #2
    Join Date
    Jul 1999
    Posts
    21

    Re: Passing Data between html pages

    in script you can call the same page Applet's method.
    in java you can use the netscapt.jscript like
    package to get a ref to jscript object.
    you also can see it in the www.codeguru.com
    home page's jave section.
    Hope be helpful.

    This is from david dong.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured