L
linkinhardyy
Guest
Whenever I add this code to my html file:
<div align="center">
<div style="width:340px;height:860px">
<IFRAME src="form.php" style="width:540px;height:860px;" frameborder="0" scrolling="no" title="contact form"></IFRAME>
</div>
</div>
and preview the page, it asks me to download form.php.
How do i make it so that it loads in the page?
The php form is a contact form am importing into the webpage so i want it to load in the html page i have. But its always asking me to download it, so the question is how to i let it be displayed in the page?
<div align="center">
<div style="width:340px;height:860px">
<IFRAME src="form.php" style="width:540px;height:860px;" frameborder="0" scrolling="no" title="contact form"></IFRAME>
</div>
</div>
and preview the page, it asks me to download form.php.
How do i make it so that it loads in the page?
The php form is a contact form am importing into the webpage so i want it to load in the html page i have. But its always asking me to download it, so the question is how to i let it be displayed in the page?