kattie
02-19-2006, 01:42 PM
im having a real problem. im creating a form where if the user ticks a box they can proceed to another web page. i cant get this page to come up!! i dont think there is anything wrong with my code becase when i use a different url it works .for example... this works:
<form action="http://www.wired.com" method="post">
but these two for example do not. i get a server error.
<form action="http://www.google.com" method="post">
<form action="http://www.symantecstore.com/dr/v2/ec_Main.Entry17c/SID-27679/SP-10023/CID-222103/PID-800599/PN-1/V1-800599/CUR-978" method="post">
does anyone know a work around? thanks guys(:0k)
<form action="http://www.wired.com" method="post">
but these two for example do not. i get a server error.
<form action="http://www.google.com" method="post">
<form action="http://www.symantecstore.com/dr/v2/ec_Main.Entry17c/SID-27679/SP-10023/CID-222103/PID-800599/PN-1/V1-800599/CUR-978" method="post">
does anyone know a work around? thanks guys(:0k)