User Profile

Collapse

Profile Sidebar

Collapse
codyshea2000
codyshea2000
Last Activity: Jan 7 '09, 07:26 PM
Joined: Dec 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • codyshea2000
    codyshea2000 posted a Visitor Message for altonator
    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
    See more | Go to post

  • codyshea2000
    codyshea2000 posted a Visitor Message for altonator
    im useing Firefox can you take my code and show me what you mean please?
    See more | Go to post

  • 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=''">
    ...
    See more | Go to post
    Last edited by Markus; Jan 1 '09, 03:45 PM. Reason: [code] tags

  • codyshea2000
    replied to How come my contact form dose this?
    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?
    See more | Go to post

    Leave a comment:


  • codyshea2000
    started a topic How come my contact form dose 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
    ...
    See more | Go to post
    Last edited by eWish; Dec 29 '08, 06:34 AM. Reason: Removed email addresses and Please use the code tags

  • codyshea2000
    replied to website loading screen
    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();",...
    See more | Go to post
    Last edited by gits; Dec 25 '08, 09:40 AM. Reason: added code tags

    Leave a comment:


  • codyshea2000
    started a topic website loading screen

    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="
    ...
    See more | Go to post
    Last edited by eWish; Dec 25 '08, 02:44 AM. Reason: Please use the code tags
No activity results to display
Show More
Working...