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.
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.
Set the form to method="POST" and action="mail.php".
The code below could be used as an example:
<-----code for 'feedback.htm'
<-----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.
http://www.hotscripts.com/ do have scripts for things like CGI, Javascript too.
> 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.
> 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
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.
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.