how to make this?

kikiriki

Power Member
Joined
Dec 18, 2008
Messages
784
Reaction score
231
hi guys, i really need some blackhaters help here
i am trying since yesterday to make a hyperlinked poll on blogger
but i can't figure how
one of the things that i did is i made a poll with 99polls.com and past
the code to my html template, then i highlighted the code and hyperlinked
it with my cpa offer link
that worked only on FF but with IE i get a regular vote without any redirection
i need your help on how to make this to work on any browser, thanks you
 
Last edited:
almost 50 views and no one to help
come on guys some help here
 
and that will make it to redirect to my offer both on FF and IE?
 
you can't do it... you are using a flash file on 99polls.com and you can't change it.. you need to find one other way to build your poll..

you can find it on google.. ;)

regards
 
can you recommend me a program?
please i really need this information
 
on blogger, you can build a HTML/javascript gadget and paste there your html form / poll..

;)
 
how? can you instruct me?
 
<form id="form1" name="form1" method="post" action="place_here_the_landing_page_adress">
<p>Poll example </p>
<label>
<input type="checkbox" name="answer1" id="answer1" />
answer1</label>
<p>
<label>
<input type="checkbox" name="answer2" id="answer2" />
answer2</label>
</p>
<p>
<label>
<input type="submit" name="vote" id="vote" value="Vote!" />
</label>
</p>
</form>



is this what you want?
build a HTML/javascript gadget and paste this code in side ;)
you can make it Prettier using css..
 
<form id="form1" name="form1" method="post" action="place_here_the_landing_page_adress">
<p>Poll example </p>
<label>
<input type="checkbox" name="answer1" id="answer1" />
answer1</label>
<p>
<label>
<input type="checkbox" name="answer2" id="answer2" />
answer2</label>
</p>
<p>
<label>
<input type="submit" name="vote" id="vote" value="Vote!" />
</label>
</p>
</form>



is this what you want?
build a HTML/javascript gadget and paste this code in side ;)
you can make it Prettier using css..

thank you so much my friend i will try my best on this, i hoop i can make it
all the things right.
 
Back
Top