Hey, We are in a local Best Band contest in denver -
the voting site is
which uses an iframe for the form on this page
and I made this page - to allow our fans easier voting...
with the following code
That should work correct? I know I could run a script and cheat from the original page - But I would like to keep it White Hat - My code should submit the vote to their db just fine right? I would hate to put all my eggs in one basket and not have the votes count because I screwed a minor detail up...
Any help/advice would be great
the voting site is
Code:
http://www.kbpi.com/pages/BestBand.html
Code:
http://www.startcolorado.com/bitch/test.php
Code:
http://deadseaarmada.com/bbid/votedsa.php
Code:
<style type="text/css">
<!--
body {
background-color: #000;
}
body,td,th {
color: #FFF;
}
-->
</style>
<div class="kbpi_bbid_form"> <a href="http://www.kbpi.com/pages/BestBand.html" target="_blank"><img src="http://www.kbpi.com/template/masthead/KBPILOGO4.gif?dontcacheme=1254508731" width="58" height="31" border="0"></a><a href="http://www.kbpi.com/pages/BestBand.html" target="_blank"><img src="http://www.kbpi.com/cc-common/mlib/757/09/757_1220382589.jpg" width="300" height="30" border="0"></a><br />
Enter Your Info to Vote For<strong> Dead Sea Armada</strong>
<form action="http://www.startcolorado.com/bitch/test.php" method="post">
<input type="hidden" name="saveResults" value="save" />
<b>Name:</b>Â <input type="text" name="name" size="30" maxlength="128" />
<br /><b>Email:</b>Â <input type="text" name="email" size="30" maxlength="128" />
<br /><b>Phone:</b>Â <input type="text" name="phone" size="15" maxlength="10" />
*no dashes <br />
<input name="DEAD_SEA_ARMADA___TREE_OF_DEATH" type="hidden" value="yv91x3" checked /><input type="submit" value=" Vote Dead Sea Armada Best Band in Denver " />
</form>
</div>
Any help/advice would be great