User Profile
Collapse
-
well im useing a free website builder that alows you to edit html all i did is just put the form on the contact us page message me back -
im useing Firefox can you take my code and show me what you mean please? -
Method POST not allowed error when submitting a form.
this is my html /php form but every time i click submit it says
the metod post is not alowed how can i fix this
Code:<!-- Form made by cody.m --> <center> <FORM METHOD="POST" ACTION="test.php"> <font color="red">*</font>First Name: <INPUT TYPE="text" VALUE="Joe king" SIZE="20" onFocus="this.value=''">
-
ok i got my form working but now when i send a message i get The requested method POST is not allowed for the URL /process.php. can i fix this? -
How come my contact form dose this?
every time i click submit it opens up yahoo.com i want it the to send the message right from my website. or mayby its just my computer try your self heres the page | _______________ ______________
Also here is the code i am useing if you can try to fix it so after the form is filled out it sends it right tomy e mail
Code:<!-- Form made by cody.m --> <center> <FORM METHOD="POST" ACTION="mailto:removed
Last edited by eWish; Dec 29 '08, 06:34 AM. Reason: Removed email addresses and Please use the code tags -
website loading screen
how would i make text dissapear then the text on that page apears all on the same page i know how to make text dissapear like this
[code=html]
<div id="helpdiv" style="display: block">
Loading...
</div>
<script type="text/javascript">
// close the div in 5 secs
window.setTimeo ut("closeHelpDi v();",...Leave a comment:
-
website loading screen
how would i make text dissapear then the text on that page apears all on the same page i know how to make text dissapear like this
Code:<div id="helpdiv" style="display:block"> Loading... </div> <script type="text/javascript"> // close the div in 5 secs window.setTimeout("closeHelpDiv();", 5000); function closeHelpDiv(){ document.getElementById("helpdiv").style.display="
No activity results to display
Show More
Leave a comment: