Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 21st, 2006, 06:05 AM
mukeshgupta.WD@gmail.com
Guest
 
Posts: n/a
Default 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!!!!!!!!!!

  #2  
Old February 21st, 2006, 08:05 AM
David Dorward
Guest
 
Posts: n/a
Default Re: inserting HTML page dynamicaly in to Div tag

mukeshgupta.WD@gmail.com wrote:
[color=blue]
> 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.[/color]

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
  #3  
Old February 21st, 2006, 11:15 AM
Nick Kew
Guest
 
Posts: n/a
Default Re: inserting HTML page dynamicaly in to Div tag

David Dorward wrote:[color=blue]
> mukeshgupta.WD@gmail.com wrote:
>
>[color=green]
>>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.[/color]
>
>
> 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
>[/color]

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
  #4  
Old February 21st, 2006, 11:55 PM
David E. Ross
Guest
 
Posts: n/a
Default Re: inserting HTML page dynamicaly in to Div tag

mukeshgupta.WD@gmail.com wrote:[color=blue]
> 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!!!!!!!!!!
>[/color]

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/>
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

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

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles