Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
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:
HTML Pages with CSS and JavaScript
calling a html in a frame of html?
HARSHAD bhawsar
Ranch Hand
Posts: 48
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to display some data from database in existing html page,in a frame. This html which i have to display is created by a
servlet
.
How to do it?
Harshad
Frank Carver
Sheriff
Posts: 6920
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Just put the URL of the servlet as the source for the frame:
<frameset> <frame src='staticfile.html'> <frame src='/servlets/MyServlet?whatever=something'> </frameset>
Read about me at frankcarver.me
~
Raspberry Alpha Omega
~
Frank's Punchbarrel Blog
grapes are vegan food pellets. Eat this tiny 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
getting a html page in printable form
Internet/online
HTML is not displayed in Netscape
Appending the data in frame or popup window
calling an html thr applet/servlet in same html
More...