Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
JSP
new page on submission
Aditi agarwal
Ranch Hand
Posts: 225
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hey i am designing my
jsp
pages in Myeclipse
actually till now i have developed all my pages in the frames but now i want on submission my jsp page should be opened in a new page without any previous frames
what should i do?
please help me
thank you.
Swastik Dey
Bartender
Posts: 2270
20
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
By new page do you mean new window?
Swastik
Aditi agarwal
Ranch Hand
Posts: 225
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thank you swastik for your reply no i dont mean a new window instead i mean same page but without any frames
Swastik Dey
Bartender
Posts: 2270
20
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Does parent.location.href, help?
Swastik
Aditi agarwal
Ranch Hand
Posts: 225
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks swastik it will help me but i cannot get that where to put this
string
so as to fulfil my requirement
thankyou
Swastik Dey
Bartender
Posts: 2270
20
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Without looking at your code, it's tough to say how and what exactly are you trying to achieve?
Swastik
Aditi agarwal
Ranch Hand
Posts: 225
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
actually i need it over there when i need to submit the page whenever the page is submit then it should fulfil my need
if its still not clear then please let me know i will paste my code here
thank you
Swastik Dey
Bartender
Posts: 2270
20
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Ok, probably in that case you need to specify parent as an attribute in form tag. Somewhat like this
<form action="myactionhandler" method="get" target="_parent">
Swastik
Aditi agarwal
Ranch Hand
Posts: 225
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks swastik it worked but i would like to share that it owuld be target="_top" not _parent
thank you once again
The harder I work, the luckier I get. -Sam Goldwyn So tiny. - this ad:
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Hyperlink to multiple pages
Frames and JSP
retreiving request parameter of second frame in first
HTML Frames and JSP!
response.sendRedirect
More...