Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-27-2007, 10:08 AM
Member
 
Join Date: Apr 2007
Posts: 3
vicky is on a distinguished road
passing values from main page to pop up window
Hello All,

How to pass values from main jsp pages to pop up wondow.

Thanks in advance,
Vicky
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-29-2007, 02:27 PM
Senior Member
 
Join Date: Jun 2007
Posts: 119
Peter is on a distinguished road
You can do with GET METHOD:
Code:
http://www.example.com/index.jsp? name=John+Sinclair&OK=1
URL:
Code:
GET /index.jsp?name=John+Sinclair&OK=1
or check this link
Java Pop-up window from GridView Row Selection - ASP.NET Forums

Last edited by Peter : 06-29-2007 at 02:40 PM.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 12:24 PM
Member
 
Join Date: Jan 2008
Location: Singpore
Posts: 3
urssanj00 is on a distinguished road
Send a message via Yahoo to urssanj00 Send a message via Skype™ to urssanj00
In case you dont want to submit and pass the value using javascript only, then

in popup window following code can be used,

var a = window.parent.opener.document.getElementById("myte xt").value;
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
have to make the bookisbn column values as hyperlink to a page name bookinfo.jsp whi koushika New To Java 0 04-01-2008 05:14 PM
unable to update MYSQL with values from jsp page koushika JavaServer Pages (JSP) and JSTL 0 03-27-2008 02:35 AM
passing dynamically generated values abhiN Advanced Java 1 01-20-2008 04:21 AM
main window & print dialog roo7 Advanced Java 3 01-02-2008 07:50 AM
Passing the Values Lagarto Database 1 07-16-2007 04:03 AM


All times are GMT +3. The time now is 09:16 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org