0
votes
3answers
59 views

Convert From CSS To Pure HTML

Instead of <style> some css code</a> and then using <a href="mylink" class="some class">anchor</a> I want to use something like this: <a href="mylink" ...
2
votes
0answers
71 views

An internal error occurred while linting the URL. Like button not working. Link not recognised

My blog link suddenly stopped being recognised on facebook (www.makeupbydyna.com). I can post it, but it will look like text, not with a thumbnail or anything of the sort. The like button is not ...
0
votes
1answer
38 views

Datatable with commandButton vs. Dynamic Button from String

I am working on creating a button or link to add a product to a cart after someone searches for products. Here is that section from our ProdcutsController.java class: public String getResponse() { ...
1
vote
2answers
53 views

Remove dash between two button links

I have created a page with two buttons (that are links) on a page. For an uknown reason, a dash displays between the buttons in chrome, ff, and ie. I am trying to get just a little bit of space ...
0
votes
0answers
26 views

On Change Dropdown POST Value to a href

$size = $_POST['si']; echo "<form class='custom' method='post'> <select name='si' id='si'>"; if (!empty($d[size_a])){ echo "<option ...
0
votes
1answer
38 views

Button as link, <h:button outcome /> not working (no navigation cases used)

I am trying to achieve the following, though with a button. <h:outputLink value="/admin/category/read"> Cancel <f:param name="cat" value="" /> <f:param name="subcat" ...
0
votes
1answer
46 views

Use Page Items in a Button Link in Apex Express

i have a little problem. I'm using Oracle Applicarion Express and i'm trying to use some page items in a Link created for a button. I created the Button as region button, and selected in the region" ...
0
votes
1answer
77 views

Pass content of Silverlight 5 DataGrid HyperlinkButton into a function

Ok ... I did do some looking and maybe I did not have the correct keywords so I apologize in advance if this has been asked in this forum before. I am trying to pass the text value of a valid ...
1
vote
1answer
86 views

Play video with phone built-in video player

I have a simple button, and I wish to play an URL video (xxx.mp4) by clicking on this button but without a videoView or webView. So if I click on the button , the phone will ask which internal player ...
0
votes
0answers
33 views

How can I create a button and after that append a link at it?

I want to create a button on my page, but I have to wait a few seconds for the variables "latitude" and "longitude" to execute (it does it in a previous function ), so I'm trying to create the button ...
0
votes
2answers
220 views

Silverlight HyperlinkButton NOT Working at ALL

I'm trying to following the Siverlight HyperlinkButton documentation: http://msdn.microsoft.com/en-us/library/system.windows.controls.hyperlinkbutton(v=vs.95).aspx <HyperlinkButton Content="Click ...
-1
votes
1answer
56 views

Spotify link button do not open Spotify but download the installer again, even if Spotify is already installed

I just used your Spotify link button maker to add to my website. Unfortunately, when I click on it, instead of opening Spotify to the right album as I thought it would do, it downloads the installer ...
1
vote
1answer
66 views

Change the Link function in this Button script

Hi I am new here perhaps some one can help me. Is it possible to change this Button javascript so that the linked page opens with out it being in a new window? Head <style> ...
1
vote
1answer
293 views

One page website - Buttons .show and .hide text but how to link to a specific “page”?

I made a one-page website which only has text on it and buttons which only purpose is to change the text in the container. And now when I made everything I forgot what if someone wants to link to a ...
1
vote
1answer
1k views

ASP.NET: How to make (link)button function as hyperlink?

How do I use an asp:Button or asp:LinkButton as asp:Hyperlink? The existing Hyperlink just goes to another section on the same page: NavigateUrl="#Section2" I want to do this in the aspx file ...
0
votes
4answers
179 views

Implementing link into HTML/CSS button

I need to add a link into these buttons: <div class="buttons"> <button class="action bluebtn"><span class="label">CREATE NEW ACCOUNT</span></button> ...
0
votes
2answers
81 views

WPF Image and button referencing to same URL

I have a lot of logos (Image) including a text line (TextBlock) below it. When the user double clicks either on the logo or the text line, an URL should be opened (equal for logo and line). In the ...
2
votes
1answer
110 views

How to create “Add To Favorites” hyperlink?

I am trying to create a hyperlink that, when clicked, will prompt the user to add the current page to their browser's favorites. I have been unable to find a clear-cut answer to this question, or an ...
0
votes
4answers
3k views

How do I create a button href?

Please see my snippet below: <input type="button" value="Page" onclick=location.href='http://www.domain.com';"> When i click on the button it doesn't go to the page I want it to go to, which ...
0
votes
0answers
88 views

Bootstrap buttons have strange artifact on right edge

I am using the excellent Twitter Bootstrap framework on my page and have come across a strange issue where button elements have a line on the right edge. This is only happening in Safari (Chrome, ...
0
votes
1answer
122 views

jquerymobile button link doesn't work, works if i refresh the page

here's the button that links to the second page <a href="#game" id="play-button" data-role="button">Play!</a> and this links to <!-- Game page --> <div id="game" ...
0
votes
1answer
79 views

How can I get the query strings to a url radio and submit button

I can not figure out how to get a HTML string to this url. I wanted to select the sixth option "For the amount of benefits you may be paid per week" and then select the continue button to take me to ...
1
vote
1answer
110 views

Change Read More link WordPress

I want to change the Read More link in WordPress, i have found some tutorials where in the <!-- more --> i can write something else <!-- more Proceed... --> (this did not work). And in ...
1
vote
0answers
94 views

Xcode open link with UIAlert button “in one time code”

I work on an update of one of my iPhone App. I need to do something I never do... I want to launch an URL in Safari browser with an UIAlert "in one time code". Let me explain a little more : If I ...
0
votes
1answer
1k views

How to remove Facebook like button ask for Confirm [closed]

To whom it may concern, I am an foreign amatuer small restaurant owner and is trying to add a like button on my restaurant website However, because I have been testing, clicking on my own button ...
0
votes
1answer
306 views

Button links not redirecting prospect theme wordpress

I recently installed prospect theme and i am having tons of trouble as most things aren't customizable directly from the options interface. You can see a demo here: ...
1
vote
2answers
82 views

How do I link a custom CSS designed button (class) using <input>?

I'm currently at a loss concerning this issue. What I'm making is a WYSIWYG editor (much like the one I am using right now) and the problem is the buttons on top. I have made a CSS class of their ...
0
votes
1answer
143 views

unique download link created after button link on website (not sure what language to search on internet)

I would like to learn what language the following is done in : user comes to site and fills out mailing list form (for example) when user submits the form, a unique download link is generated for ...
1
vote
4answers
111 views

Change php array when user checks a checkbox

I have a column that has a button that when pressed, links to a URL set in PHP. I want to add a checkbox next to that button so that if it's checked when a user presses the button, it will take them ...
1
vote
2answers
962 views

How do I make an “email current page” button in HTML?

The desired goal: I am trying to make an "email current page" button to go on my website. These are the necessary functions: It should be versatile to match any page the button is on (ie different ...
0
votes
3answers
304 views

Ruby on Rails: button_to, link_to

I have this piece of code: <%= link_to "New User", new_user_path, :class => "button" %><br /> which works fine, but when I change it to, <%= button_to "New User", ...
0
votes
1answer
73 views

WP7 Button content is not being displayed

I am creating a hyperlink button like this: HyperlinkButton hlbMail = new HyperlinkButton(); hlbMail.Height = 89; hlbMail.HorizontalAlignment = ...
0
votes
2answers
530 views

Can I configure an HTML button to always “save target as” when being clicked?

I'm generating CSV files in an application I'm doing. Right now I'm displaying the finished files as plain HTML links, but I would like to make them buttons. Question: Is it possible to configure a ...
2
votes
4answers
969 views

Button vs link vs input type=“submit” on a form

A user logs in to his control panel and sees his incoming messages. Near each message there is a "Reply" button. What is the correct way to implement that button? I see 3 main options: 1) <a ...
0
votes
1answer
1k views

Adding background image to button using CSS (jsfiddle)

I am trying to add a background image to a button (or link with the same class) which already has a background color. Here is the jsfiddle: http://jsfiddle.net/BNvke/ The button looks great by ...
0
votes
3answers
537 views

HTML Hyperlink with Image AND Text

Is it possible to make hyperlink looked like button WITH text on it? We can make hyperlink button with code: <a href="..."> <img src="button.png" width="100" height="50" alt="Some ...
0
votes
1answer
101 views

PDF Button That Links To Website

Does anyone know how (or if it is even possible) to create a button on an html page that, when that webpage is saved as a PDF, the button is still functional? I am trying to have this button link to a ...
0
votes
2answers
599 views

asp:ImageButton link URL

I think I've been standing in front of the computer today because I can't think of the most basic thing to do with an asp:imageButton. I just want to have an ImageButton that goes to an external link ...
4
votes
1answer
1k views

Delphi Chromium - launch a command in Delphi application when button in web page is clicked by user

I'm using Chromium component in a Delphi application. I'd like the following behaviour: When user clicks a specific button in a web page, the Delphi application (the 'container') must execute a ...
0
votes
2answers
1k views

Button or Link That Changes Page in Iframe

I wish to make a ink or button in a the parent page that changes the page the iframe is on. It would be a local page (idreesinc.com/iframe.html) and you can view what I have already here: ...
3
votes
3answers
3k views

Haml: link_to vs button_to

From what I understand, link_to is used for get methods, and button_to is used for post methods. On the other hand, I was told that with HTML5 semantics, <button> is used for any type of ...
1
vote
2answers
142 views

How to create link/button which will navigate to a page outside of jquery mobile page

I am trying to create a jQuery mobile link or button which will navigate to another page entirely and not try to assimilate it into its own DOM. Example: <a href="http://www.google.com" ...
0
votes
1answer
179 views

How do I make multiple buttons that have links?

I have made all the buttons and all the links work just fine but the problem I am having is that i have to start from the top button and select it before proceeding to the subsequent buttons for each ...
0
votes
1answer
89 views

Java Android: Make a word (from a paragraph) into a button

I searched for some answers, but came up empty, maybe I'm not wording my question correctly. Basically I want a hyper link, except it has a java on click listener attached to it, instead of an html ...
0
votes
3answers
505 views

hyperlink button

I am trying to format a reply button: .replyBtn { background-color:#CCC; color:#333333; font-weight:bold; padding:3px; font-size:12px; text-decoration:none; } .replyBtn:hover ...
0
votes
4answers
233 views

href works in Firefox 11.0 but not in Internet Explorer 9

I have a link that I want to look like a button so I used the following: <a style="text-decoration:none" href=/home/index><button type="button">Main Menu</button></a> This ...
1
vote
2answers
1k views

Clever Next and Previous Buttons in jQuery

I have created a webpage which when you press 'down' automatically scrolls down to the next ID (a section which isn't visible due to overflow: hidden) When you press 'up' it scrolls back up. At the ...
0
votes
0answers
67 views

Button in jQuery UI Tab creates a link

Everytime i put jQuery UI Button into a jQuery UI Tab Content it creates a link to this tab, what will cause a "jump" to the top of the Tab, what I really don't need. Anyone with the similar problem ...
2
votes
2answers
186 views

is there a way to style links like aristo buttons?

Is there a way - or anyone knows if someone already made this available - a way to style links in the form of buttons in the aristo style? http://aristocss.com/ Using this CSS -reform a regular link ...
0
votes
1answer
322 views

Difference in the design of asp.net button and hyperlinks

I am trying to apply the styles of a hyperlink in normal html to an Asp.net button But what happens if I get a weird background which spoils the buttons appearance. Hyperlink: Asp.net Button ...

1 2