"open or save" message when opening an ASP form from either IE or FF1.5

A

andrescolombia

Hi everyone,

I'm having this weird problem:

I created an ASP form and uploaded it at
http://www.failaka.com/award.register.asp . However, when I try to open
it from IE or FF1.5, a pop up message asks me if I want to open or save
the Active Server Document.

The form shows up fine in frontpage preview, but not in the web.

This is its html, in case it might help:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Failaka Islamic Fund Awards 2005</title>
<link rel=stylesheet type="text/css" href="style.css">
</head>

<body background="img/background.jpg" bottommargin="0" leftmargin="0"
marginheight="0" marginwidth="0" rightmargin="0" topmargin="0">

<center><table width="765" height="100%" cellpadding="0"
cellspacing="0" border="0" background="img/mainbackground.jpg"><tr
valign="top"><td>

<table width="764" height="97" cellpadding="0" cellspacing="0"
border="0">
<tr valign="top">
<td width="248"><img src="img/templogo.jpg" width="248" height="97"
border="0" alt=""></td>
<td width="100%" background="img/toplogobg.jpg"><img
src="img/toplogobg.jpg" width="22" height="97" border="0" alt=""></td>
</tr>
</table>
<table width="764" height="42" cellpadding="0" cellspacing="0"
border="0">
<tr valign="top">
<td width="169"><img src="img/left1.jpg" width="169" height="42"
border="0" alt=""></td>
<td width="100%" background="img/left1bg.jpg"><img
src="img/left1bg.jpg" width="20" height="42" border="0" alt=""></td>
</tr>
</table>

<table width="765" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">

<td width="150">

<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>
&nbsp; <a href="http://www.failaka.com/award/index.html">Awards
Home</a><BR>
<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>
&nbsp; <a
href="http://www.failaka.com/award/categories.htm">Categories</a><BR>
<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>
&nbsp; <a
href="http://www.failaka.com/award/nominees.htm">Nominees</a><BR>
<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>
&nbsp; <a
href="http://www.failaka.com/award/sponsors.htm">Sponsors</a><BR>
<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>
&nbsp; <a
href="http://www.failaka.com/award/register.asp">Register</a><BR>
<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>
&nbsp; <a href="http://www.failaka.com/index2.htm">Failaka Home</a><BR>
<img src="img/menudivider.jpg" width="150" height="6" border="0"
alt=""><BR>


<p style="text-align: center">
<img border="0" src="img/failaka-small-leftbar.gif" width="142"
height="71" align="right"></td>
<td width="10">&nbsp;</td>
<td width="744">

<table border="0" width="100%" id="table1" cellspacing="0"
cellpadding="0">
<tr>
<td width="117">
<img border="0" src="img/small-title-award.jpg" width="117"
height="116"></td>
<td style="vertical-align: middle"><span style="font-size: 14pt">
Registration</span></td>
</tr>
</table>


<BR>
<form method="POST" action="register.asp"
webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" S-Builtin-Fields
U-Confirmation-Url="confirmation.htm" startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" -->
<p>The Failaka Islamic Fund Awards will be held at the Ritz
Carlton Hotel in Bahrain on 5 March 2006.&nbsp; The ceremony will begin
at around 6:00pm.&nbsp; It is open for all to attend, but please
register below first:</p>
<p><b>Registration form:</b></p>
<table border="0" width="100%" id="table2">
<tr>
<td width="114">First Name:</td>
<td><input type="text" name="firstname" size="40"></td>
</tr>
<tr>
<td width="114">Last Name:</td>
<td><input type="text" name="lastname" size="40"></td>
</tr>
<tr>
<td width="114">Title:</td>
<td><input type="text" name="title" size="40"></td>
</tr>
<tr>
<td width="114">Company:</td>
<td><input type="text" name="company" size="40"></td>
</tr>
<tr>
<td width="114">Address:</td>
<td><input type="text" name="address" size="40"></td>
</tr>
<tr>
<td width="114">City:&nbsp;&nbsp;&nbsp; </td>
<td><input type="text" name="city" size="40"></td>
</tr>
<tr>
<td width="114">Country:&nbsp;&nbsp; </td>
<td><input type="text" name="country" size="40"></td>
</tr>
<tr>
<td width="114">Post Code:</td>
<td><input type="text" name="postcode" size="20"></td>
</tr>
<tr>
<td width="114">Tel:</td>
<td><input type="text" name="tel" size="40"></td>
</tr>
<tr>
<td width="114">E-mail:</td>
<td><input type="text" name="email" size="40" value="@"></td>
</tr>
</table>
<p><input type="submit" value="Submit" name="B1"></p>
</form>
&nbsp;<center>Failaka 1997-2006, All rights reserved</center>



</td>
<td width="9">&nbsp;</td>
</tr>
</table>
</td></tr></table></center>
</body>
</html>


Thank you,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top