GetDotted Domains

Viewing Thread:
"Web Design - I need more help..."

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Fri 19/10/01 at 13:30
Regular
Posts: 787
Hi

Could someone help me with the following?

1. guestbook - how do I make one?

2. E-mail form - how do I set one up so visitors to my website can e-mail me from my website?

3. Make side column - How do I make a bar/column on the left handside like on UKgames.com?

4. Does anyone know of any good Javascript help websites where they have really good javascript codes to make the pages look better and add various functions/forms to my website?

Thanks if you can help.
Mon 22/10/01 at 22:27
Posts: 0
I find the easiest way to do a form is to use PHP. Make the form using HTML containing the fields for the information you want: i.e. Name, Email, Comments etc. By using PHP instead of JavaScript for example, you stop that annoying little message saying, 'This form is about to be sent by email......'.

Set the form to method="POST" and action="mail.php".

The code below could be used as an example:

<-----code for 'feedback.htm'

Email Address:


<-----code for 'mail.php'
$to = "[email protected]";
$from_header = "$name";
$contents = "$Name: $name \n \n Email Address: $email";
$subject = "Feedback Form";

mail($to, $subject, $contents, $from_header);
header("Location: http://www.youraddress.com/redirect.htm");
?>

------------------------------------

The page 'redirect.htm' is the page that the user will be redirected to after submitting the form.

I hope this helps.
Mon 22/10/01 at 18:42
Regular
Posts: 63
Thanks for your help.
Fri 19/10/01 at 18:48
Regular
"It goes so quickly"
Posts: 4,083
For the Guestbook, these are done using Scripts, like PHP or CGI, try looking through http://www.hotscripts.com/PHP/Scripts_and_Programs/ for a PHP version.

http://www.hotscripts.com/ do have scripts for things like CGI, Javascript too.
Fri 19/10/01 at 18:46
Regular
"It goes so quickly"
Posts: 4,083
http://javascript.internet.com/
Fri 19/10/01 at 13:43
Regular
"Back from the dead!"
Posts: 4,615
For a full email form, try and find a site called Matt's script archive. There will be one there for you.
Fri 19/10/01 at 13:42
Regular
"Back from the dead!"
Posts: 4,615
AndyJackson wrote:
> Hi

One more question:

How do I make a link to my stats at UKchatforums.com
> (?)because I want to make a link to my stats on my website. I want the link to
> open the little window with my stats in it.

Thanks again if you can help.

That's tougher. open the window with your stats on and press F11. It'll open in a new window so you can get the url. Then view the source from the SR page that has the link, find the link and get the code to make the popup from there. You might need a bit of java for the popup, so chech in SR's head tags.

Hope that helps.
Fri 19/10/01 at 13:39
Regular
"Back from the dead!"
Posts: 4,615
AndyJackson wrote:
> Hi

Could someone help me with the following?

1. guestbook - how do I make one?

Get a free one from www.htmlgear.com

2. E-mail form - how do I set one up so visitors to my website can e-mail me from my website?

[email protected]

3. Make side column - How do I make a bar/column on the left handside like on UKgames.com?

This has been done recently, check the posts here in the last week or so

4. Does anyone know of any good Javascript help websites where they have really good javascript codes to make the pages look better and add various functions/forms to my website?

javascropt.com, webmonkey.com, steakmyscript.com...
reallybig.com lists loads of others
Fri 19/10/01 at 13:37
Regular
Posts: 63
Hi

One more question:

How do I make a link to my stats at UKchatforums.com (?)because I want to make a link to my stats on my website. I want the link to open the little window with my stats in it.

Thanks again if you can help.
Fri 19/10/01 at 13:30
Regular
Posts: 63
Hi

Could someone help me with the following?

1. guestbook - how do I make one?

2. E-mail form - how do I set one up so visitors to my website can e-mail me from my website?

3. Make side column - How do I make a bar/column on the left handside like on UKgames.com?

4. Does anyone know of any good Javascript help websites where they have really good javascript codes to make the pages look better and add various functions/forms to my website?

Thanks if you can help.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

The coolest ISP ever!
In my opinion, the ISP is the best I have ever used. They guarantee 'first time connection - everytime', which they have never let me down on.
Easy and free service!
I think it's fab that you provide an easy-to-follow service, and even better that it's free...!
Cerrie

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.