74.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-07-2017, 05:59 AM
Post: #1
How to i get my hoplink to load or redirect from my HTML page
I have an html template I bought, I put in my clickbank id and once you click the button it goes to my clickbank hop link but not the page its like it freezes. I don't know html but do know i have put the hop link in the correct spot but it just hangs on page and doesnt redirect to clickbank sales page. any idea what I can do to fix?
01-07-2017, 06:03 AM (This post was last modified: 01-07-2017 06:07 AM by ѕ¢σяρισ.)
Post: #2
RE: How to i get my hoplink to load or redirect from my HTML page
see example here
Code:
http://www.w3schools.com/TAgs/tryit.asp?filename=tryhtml5_ev_onclick

if you are using button tag then above example

if you using img tag then

wrap it <a href="your url"> </a>

you can use forums post making tools to test and learn and copy it on website.
⭐ ⭐ ⭐ ⭐ ⭐ [MVP Access] on MoneyVIPProgram.com ⭐ ⭐ ⭐ ⭐ ⭐
01-07-2017, 06:48 AM (This post was last modified: 01-07-2017 07:50 PM by Roymega.)
Post: #3
RE: How to i get my hoplink to load or redirect from my HTML page
[quote='ѕ¢σяρισ' pid='1952840' dateline='1483733027']
see example here
Code:
http://www.w3schools.com/TAgs/tryit.asp?filename=tryhtml5_ev_onclick

if you are using button tag then above example

if you using img tag then

wrap it <a href="your url"> </a>

Thanks to all for the pm its working now




13.gif