Forum Moderators: mack
I'm developing a website for a company, which is basically a very simple website just for browesing pdf files. I've put on the homepage a search area to search for a specific file on the site. The other issue is a feedback sections to submit a comments from the users about the site or everythings. This section has a form to be filled and then submit it by clicking the "Submit" button. But, unfortunatelly, I could not active these buttons. They are standing in fron of the page without doing anything. When I click the "Search" button it does nothing and the "submit" button does so!
I've got the following code for the action;
<FORM METHOD=POST ACTION="somelink">
I could not do anythig for these issues! Can any one tell my what to do?
I'm using Macromedia Dreamweaver MX 2004, and pages of ".asp" type.
Thanx
Abdallah ;)
hope this helps
<body>
<FORM METHOD=POST ACTION="feed.asp">
<h2 align="center" class="style1">Feedback</h2>
<em>
<!--Sent your comments to be considered -->
</em>
<table width="34%" height="172" border="0" align="center">
<tr valign="middle">
<td width="28%" height="29"><em>Name:</em></td>
<td width="72%"><input name="textfield" type="text" value="Your Name" size="93"></td>
</tr>
<tr valign="middle">
<td height="29"><em>Company:</em></td>
<td><input name="textfield" type="text" value="Your Company" size="93"></td>
</tr>
<tr valign="middle">
<td height="29"><em>E-mail: </em></td>
<td><input name="textfield" type="text" value="address@company.com" size="93"></td>
</tr>
<tr valign="middle">
<td height="81" valign="top"><em>Comments:</em></td>
<td><textarea name="textarea" cols="70" rows="15"></textarea></td>
</tr>
</table>
<blockquote>
<p align="center">
<input type="submit" name="Submit" value="Submit">
</p>
<blockquote>
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="33" height="33" align="middle">
<param name="movie" value="button1.swf">
<param name="quality" value="high">
<embed src="button1.swf" width="33" height="33" align="middle" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
</div>
</blockquote>
</blockquote>
</body>
</html>
_____________________________________________________
I hope to get help as soon as possile...
<FORM METHOD=POST ACTION="feed.asp">
apart from this the page looks ok.
my point all so far has beeen the stuff thats happening on feed.asp. does it do anything at all? is it supposed to output any stuff? i dont know much about asp so ill not be very helpful, but i was wondering if the code there is OK?