Jump to content

Button in toolbar wont work as a link


Strakks

Recommended Posts

Hey.

 

Im trying to insert a button in my toolbar that works as a button with a link. The following html is; and works well except that is wont be able to  perform as a button, only display as one. The link that is inserted is from the trader feedback system and it would be cool if the button would allow a pop-up. Otherwise aa redirect to a new page is cool as well.

<form>
<input style="width: 300px; padding: 20px; cursor: pointer; box-shadow: 6px 6px 5px; #999; -webkit-box-shadow: 6px 6px 5px #999; -moz-box-shadow: 6px 6px 5px #999; font-weight: bold; background: #ffff00; color: #000; border-radius: 10px; border: 1px solid #999; font-size: 150%;"
href="http://www.*****.com/feedback/"type="submit" value="Give Me A Review" onclick="location.href=http://www.*****.com/feedback/" />
</form>

 The other issue Im struggling with is a paypal buy now button. Where the code looks like

<img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_paynow_cc_144x47.png" alt="Pay Now">

When you press the button in the toolbar I have enabled Option which means that a popup comes up that asks for a text to be insterted. The thing is that I dont know where in the code to type {content} in order for people to insert their paypal link directly into the popup without first have to close it, and then doubleclick the Buy Now button in the editing field and then insert the URL.

 

Who knows?
 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...