Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

How to find text in a button on the page

more options

When viewing a page containing a form, and the form has a button with a label, how do I search for the label to find the button?

When viewing a page containing a form, and the form has a button with a label, how do I search for the label to find the button?

Alle svar (1)

more options

You want to search using in-page find feature (Ctrl+f)? In-page find will find some button captions, but does not find all of them:

Yes: <button onclick="dosomething">Click me</button>

No: <input type="submit" name="subbtn" value="Click me">

You probably would need to use a script to find those kinds of buttons. (e.g., a bookmarklet or a userscript)