Search results

  1. focus

    Simple onfocus command

    Apologies. The last thing i require with this is to Cc the from_email in. How would i go about doing that? Below is the PHP Code. <?php function is_valid_email($from_email) { return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si'...
  2. focus

    Simple onfocus command

    Thanks. It's working perfectly :) I was wondering about my PHP after that as below I have it so it gets sent to me via email... Terms & Conditions: I $fullname, agree with the terms & conditions. at the moment it turned out like this: Terms & Conditions: I have Peter , agree with the terms...
  3. focus

    Comment box: Answer!!!

    Great! i was just looking for something like this :)
  4. focus

    Simple onfocus command

    I tried the below and it still doesn't work :(( if (document.orderform.terms.checked== false) { alert("You must agree to our terms and conditions below an order can be processed") return false } What do you mean by DOM objects?
  5. focus

    Simple onfocus command

    Thanks works fine :) I have one other thing, thought I'd ask here instead of making a new thread... How do i get the below to work? if (document.orderform.terms.value== false) { alert("You must agree to our terms and conditions below an order can be processed")...
  6. focus

    Simple onfocus command

    At the moment i have this: <textarea name="comment" cols="55" rows="8">Please feel free to leave a comment or a question here</textarea> I want it to go blank when the user click on it. Can anyone help me with this?
  7. focus

    Shopping Carts?

    What do you think about the paypal shopping cart? any good?
  8. focus

    Shopping Carts?

    Do any of you use pre-made shopping carts? If so, which ones? and are there any free ones? Thanks.
  9. focus

    Comment Script?

    I hope im posting in the right section... I was wondering if any of you knew of a good, simple and free script that allows users to post comments/reviews. For example: You write a blog and down the bottom a user can write a comment once they have filled in their name (no sign up needed)
  10. focus

    3rd year with x10 hosting...

    x10hosting is definitely the best! :)
  11. focus

    Who is your domain registrar?

    I'm using dynadot because its cheap and it allows Paypal. I haven't had any problems...
  12. focus

    Document type?

    I'm just wondering what document type should i be using? At the moment im using: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  13. focus

    CSS & 100% Heighter?

    Sorry. I've updated the post with another problem...
  14. focus

    CSS & 100% Heighter?

    *** Update **** URL: http://squidg.x10hosting.com/kinder2/aboutus.html http://squidg.x10hosting.com/kinder2/session_times.html The problem i have with both of thesepages is that the content does not go inside the wrap even though i created them like every other page. HTML for Aboutus: <div...
  15. focus

    PHP help

    What a silly mistake.... Thank you =]
  16. focus

    PHP help

    Ive made a questionnair and everything works the way i want it besides the order of the information that get sends to my email. MY PHP CODE: <?php function is_valid_email($from_email) { return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si'...
  17. focus

    CSS Layout Help

    Unfortunately i ran into another problem. I'm just wondering why does this happen? I want the Menu to go all the way down to the bottom.... Code: <div id="contentwrap"> <div id="menu"> <p>Home</p> <p>Session Times</p> <p>Fees</p> <p>Upcoming Events</p>...
  18. focus

    CSS Layout Help

    Thanks a lot freecrm. It looks just how i wanted it!
  19. focus

    CSS Layout Help

    freecrm, I did what you said and it turns out the way i want it but the only problem now is that the content section goes under everything and is not located next to the menu. My CSS: body { margin:0; } #wrap { width:780px; height:auto; float:left; } #header { width:780px; height:150px...
  20. focus

    how to domain

    So now it becomes like this for example: http://squidg.x10hosting.com/delinkwentz/about.html how do people get it to be www.delinkwentz.com/about.html ?
Top