Okay so far I have this html code:
I want it - when the person clicks submit to go to:Code:<div id="content"> <div id="realcontent"> <div id="truecontent"> <!-- Begin Content --> <script type="text/javascript"> function setimg (imagename, source){ if(document.images && document.images[imagename] && source != "!group") { document.images[imagename].src = "RSHiLib/signatures/" + source + ".png"; } } </script><form method="get" action="make.php"> <div class="box"> <div class="header"> :: Make stat signature :: </div> <div class="body"> Habbo Name (UK only for now): <input type="text" name="name" size="20" /> <br /> <br /> <div class="center"> Select type: <select class="sigselect" name="image" onchange="setimg('sigimg', options[selectedIndex].value)">'; <option value="original">Original</option> </select><br /> <br><br><center><img src="http://edhaw.freehostia.com/sig/profile.png?" alt="signature image" name="sigimg" /></center><br /> </div> <br /> <input type="submit" value="Create Signature" /> </div> </div> </form> <!-- End Content --> </div> </div>
http://edhaw.freehostia.com/sig/habb...ETHATTHEYWROTE
Can someone code this for me so when they click submit it goes to this link?
Thanks
+REP+ to all help





Reply With Quote




