Thursday, September 12, 2013

Implement twitter bootstrap modal window call html

Implement twitter bootstrap modal window call html

I need to call a html data inside a twitter modal window from a .php file.
How to call this function? This below script is inside a php file, i need
to call this inside a modal window once we click the link. I am able to
trigger the modal window but not the data.
<html xmlns=hhttp://www.w3.org/1999/xhtmlh>
<head>
<meta http-equiv=hContent-Typeh content=htext/html; charset=utf-8 />
<title><?php echo $post->post_title; ?></title>
<meta name=hrobotsh content=hnoindexh/>
</head>
<body>
<div style=h"><?php echo $image; ?></div>
<?php echo $post->post_title; ?></b>
<p style=hfloat: left;h>Testing</p>
</body>
</html>

No comments:

Post a Comment