473,402 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

inserting HTML page dynamicaly in to Div tag

i am developing a website in which i want to call a html page load into
a div tag dynamically followed by link. i want to change the html page
every time when a link is clicked.
can any body have idea, please help!!!!!!!!!!

Feb 21 '06 #1
3 11432
mu************@gmail.com wrote:
i am developing a website in which i want to call a html page load into
a div tag dynamically followed by link. i want to change the html page
every time when a link is clicked.


Sounds like you want to duplicate frames - but depending on JavaScript so
you get all their problems with much worse browser support. I strong
suggest you reconsider and pick one of the alternatives.

http://allmyfaqs.net/faq.pl?Problems_with_using_frames

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Feb 21 '06 #2
David Dorward wrote:
mu************@gmail.com wrote:

i am developing a website in which i want to call a html page load into
a div tag dynamically followed by link. i want to change the html page
every time when a link is clicked.

Sounds like you want to duplicate frames - but depending on JavaScript so
you get all their problems with much worse browser support. I strong
suggest you reconsider and pick one of the alternatives.

http://allmyfaqs.net/faq.pl?Problems_with_using_frames


I didn't read any scripting crap into the question, though of
course it does look a lot like frames-replacement.

There's a recipe for this at
http://apache.webthing.com/mod_publisher/macro.html

which replaces an <iframe> on a page with <div class="included">
and the contents of the included page's <body>, and which might
meet the OP's needs.

--
Nick Kew
Feb 21 '06 #3
mu************@gmail.com wrote:
i am developing a website in which i want to call a html page load into
a div tag dynamically followed by link. i want to change the html page
every time when a link is clicked.
can any body have idea, please help!!!!!!!!!!


I generate an index of my Web site "on the fly" using a UNIX SSI script.
This is an entire page. See my
<http://www.rossde.com/get_index.html>, which causes the index to be
generated and then displayed.

I also generate some content inserted into various pages using such
scripts. In the "Statistics" sidebar on my home page, the number of
days remaining in the Bush administration is one example. Hit counts on
some of my other pages provide more examples.

With server-side includes (SSIs), you can insert content wherever you
want. It doesn't have to be in a DIV.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Feb 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sascha Kerschhofer | last post by:
Hi, I am embeding my SVG Files in HTML in this way: <OBJECT DATA="foo.svg" WIDTH="300" HEIGHT="200" TYPE="image/svg+xml"> (using Acrobat SVG Viewer) Since I create the SVG dynamicaly the WIDTH...
13
by: CJM | last post by:
I am building several (common) db-driven intranet sites (so I cant post URL), using a 3-frame layout; header, menu & main pages. The styling and some of the positioning is done via CSS. Up until...
3
by: Christian Perthen | last post by:
Hi, It is generally recommended to put all client javascript in between the <head> tags. What are the drawback if the scripts are not placed there? It seems that Internet Explorer can handle...
6
by: Raqueeb Hassan | last post by:
Hello There! Have you guys tried inserting variables in mySQL tables? Do I have to use 'quote' as we had been doing to insert strings? mysql> INSERT INTO occurrence (word_id,page_id) VALUES...
3
by: minigitoo | last post by:
Hi I try to get dynamicaly all requests made to DB2 I process like this: 1) I stop then start my instance of database in the db2 control center 2) I use : db2 update monitor switches using...
2
by: altergothen | last post by:
Hi there I am a newbie to ASP.Net - Please Help! I am trying to insert the values of my variables into a database. If I try the following it works perfectly: string insertQuery = "INSERT into...
6
by: 35th Ave Media | last post by:
Hello, I have about 60+ pages that I need to insert a MAILTO: tag so people can email the page using their email client. The body of the message is going to be the URL of that page. Using ASP,...
1
by: Alan Silver | last post by:
Hello, I am just experimenting with master pages, and am trying to add a content placeholder in the <head> section, so that individual pages can set their own page title and meta tags. The...
25
by: bseakgano | last post by:
I have developed a intranet . Using HTML , SQL and ASP . I have created a table with SQL is just fine . And design a form is just looks fine to me . But when I try to insert Data into the SQL I just...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.