Nova Blue
08-05-2010, 07:05 PM
Hello there,
I am using free template 7. I seemed to see the page pretty well on IE as well as through Chrome. However, i have asked myfriends to test it and they say they can only see first page of the website.
What seems to be the problem?
Site: www.nova blue investment.com
Another thing i have is on contact form, whenever i am testing it it gives me "page not found" message.
This is my contact file:
<?
$your_email = "info@novablueinvestment.com";
$headers= "From: ".$_POST['name']." <".$_POST['email'].">\r\n";
$headers.='Content-type: text/html; charset=utf-8';
mail($your_email, $_POST['subject'], "
<html>
<head>
<title>Contact Message</title>
</head>
<body>
Contact Message<br>thank you<br>
Name : ".$_POST['name']."<br>
Email : ".$_POST['email']."<br>
Telephone : ".$_POST['telephone']."<br><br>
Subject : ".$_POST['subject']."<br>
Message : <br>".$_POST['message']."<br>
</body>
</html>" , $headers);
header("Location: ./index.htm?page=_contact_message.htm");
?>
thank you
I am using free template 7. I seemed to see the page pretty well on IE as well as through Chrome. However, i have asked myfriends to test it and they say they can only see first page of the website.
What seems to be the problem?
Site: www.nova blue investment.com
Another thing i have is on contact form, whenever i am testing it it gives me "page not found" message.
This is my contact file:
<?
$your_email = "info@novablueinvestment.com";
$headers= "From: ".$_POST['name']." <".$_POST['email'].">\r\n";
$headers.='Content-type: text/html; charset=utf-8';
mail($your_email, $_POST['subject'], "
<html>
<head>
<title>Contact Message</title>
</head>
<body>
Contact Message<br>thank you<br>
Name : ".$_POST['name']."<br>
Email : ".$_POST['email']."<br>
Telephone : ".$_POST['telephone']."<br><br>
Subject : ".$_POST['subject']."<br>
Message : <br>".$_POST['message']."<br>
</body>
</html>" , $headers);
header("Location: ./index.htm?page=_contact_message.htm");
?>
thank you