View Full Version : Code Problems


Conboard
11-04-2006, 05:11 AM
I made this one code but it is having some problems with it... Here is the code

<html>
<head>
<title>Conboards.com - Free messsage boards</title>
</head>
<body>

<!-- Register Start -->
<FORM ACTION="ikonboard forum.zip" METHOD="POST">
<b>IMPORTANT NOTICE!</b>
<br>
<br>
This service is only available to people who are 18 years old or older, or minors of 13 years old or younger must have parental permission to sign up for this service.
<font color="FF0000">Content on Conboards message boards must be in English.</font>
<br>
<br>
<b>All fieds are required.</b>
<br>
<br>
Remember, every board comes with it's own subdomain. Be sure to choose the username you want to be in your URL!

Username: <input type="text" name="user">
<br>
Name: <input type="text" name="name">
<br>
E-mail: <input type="text" name="email">
<br>
E-mail Confirm: <input type="text" name="email2">
<br>
Password:<input type="password" name="password">
<br>
Password Confirm: <input type="password" name="password2">
<br>
Web Site name: <input type="text" name="sitename">
<br>
Web Site URL: <input type="text" name="siteurl" value="http://">
<br>
How did you hear about us? <input type="text" name="howheard">
<br>
I have read and agree to the <a href="http://conboards.com/_mgxroot/page_10728.html" target="_blank">Terms of Service</a> and agree to be bound by them.

<input type="checkbox" name="tos" value="-1"> <font size="-2">Yes </font>

<center>
<input type="submit" value="Submit">
</center>

<!-- Register End -->

</body>
</head>
</html>

fighter93203
11-04-2006, 06:26 AM
whats wrong with it i put it into dreamweaver and nothing seems to be wrong with it maybe u can tell me what problem ur having

Conboard
11-04-2006, 02:08 PM
Yeah it looks like it's ok but when you click on Create My Account, it doesnt work.

pb&j
11-04-2006, 04:25 PM
<FORM ACTION="ikonboard forum.zip" METHOD="POST">

1. i've never seen an action value going to a zip file before. that may be a wrong value. a form is usually going to a processing script.

2. there is a space in the filename of your action. spaces may cause problems with some browsers. if that filename is indeed correct, try changing the value to... "ikonboard%20forum.zip" otherwise change it to all one word and adjust the filename to match.

Conboard
11-04-2006, 06:29 PM
That didn't help... The same thing still happens :'(

pb&j
11-04-2006, 06:34 PM
then pointing it to a ZIP is probably the wrong value.
as mentioned, the action is usually going to a script in php, perl, or asp to process the information.

Conboard
11-04-2006, 06:38 PM
Well that's what the file is saved as in my File. And the company that I got permission from to use there forum's for my web-site said to put it as that.