Little help to make sure this works please.

vagus

Newbie
Joined
Feb 13, 2009
Messages
13
Reaction score
2
Hey, We are in a local Best Band contest in denver -

the voting site is

Code:
http://www.kbpi.com/pages/BestBand.html
which uses an iframe for the form on this page

Code:
http://www.startcolorado.com/bitch/test.php
and I made this page - to allow our fans easier voting...

Code:
http://deadseaarmada.com/bbid/votedsa.php
with the following code

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>
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
 
Oh, and if you don't mind why not go ahead and vote for my band while your at it - Dead Sea Armada - / thread was not intended to be a vote solicitation, but what the heck.
 
Back
Top