OceanDesigner
Programmer
I just need to change the content type to ms-Word (I want the web page to open in the Word applet), but I cannot find the syntax anywhere. In the simple code below, how do I implement the change in content type to Word?
Thanks, Jeff
Thanks, Jeff
Code:
<html>
<head>
<title>Word Document</title>
</head>
<body>
<p> Please open in MS Word </p>
</body>
</html>