Search results

  1. M

    Javascript and links

    What is the correct way of incorporating the Javascript into the HTML? I assume the HTML given will be different as the code given refers to goto.php
  2. M

    Javascript and links

    Thanks for the advice guys. Does the above apply to CSS Sprites? My friend forgot to tell me that the image is a sprite. The image has hover/visited states at the moment declared in a css id tag.
  3. M

    Javascript and links

    That's great, I will let my friend know. Just one thing, I assume the HTML will be different as my friend isn't using PHP? Also for the button, he is using a custom image with hover/visited states in CSS so I assume that <input type="submit" value="Go" /> Can be replaced with something like...
  4. M

    Javascript and links

    Thanks very much guys, I think the Javascript option is what is needed here, after having spoken to my friend. Just another couple of points; Where does the Javascript go? I assume it's within the <form> tags? Also, if no checkbox is checked, rather than an alert, I assume that...
  5. M

    Javascript and links

    Hi Guys, I wonder if you can tell me if the following is possible, I have run out of steam here. I'm assuming that this requires Javascript?? My friend's website has a button which links to his "admin" page, he was wondering if by adding a checkbox (or 2) and by clicking them then pressing...
  6. M

    PHP Mail script

    Will do, thanks for the info. :wink:
  7. M

    PHP Mail script

    Hi Guys, I'm not much of a programmer, and I was wondering if anyone could suggest a PHP mail script for my contact form on my web site. The form has the following fields: Name, Date of Birth, email address, subject (drop-down menu) and a comments box. Ideally I'd like the email...
  8. M

    how to put links on right and left side of page

    My approach would be as gdebojyoti.mail96 says, but I would put them in a "wrapper": CSS: #wrapper {width: 100%; margin: auto;} #left { width: 50%; float: left;} #right { width: 50%; float: right} HTML: <div id="wrapper"> <div id="left"> left links go here </div> <div...
  9. M

    Hello

    Hi there, My name is Steven and I'm from Dingwall in Scotland. Looking forward to being part of x10, much better than my previous host. All the Best
Top