Questions tagged as 'html'

1
answer

Picking up hidden data with the noscript tag with file_get_contents

I would like to retrieve information from a CAPTCHA on one form and display it on another using file_get_contents . It happens that the page where the data is has the tag <noscript> that warns:    "Please enable Javascri...
asked by 31.07.2017 / 17:32
1
answer

Show a single DIV with Ajax

I'm making an ajax request for an external URL and I want to show only three elements of the original site on the page I've developed. But when you run the code it brings all the elements of the page. From the page in question I want to sh...
asked by 27.09.2015 / 23:24
1
answer

Table HTML printing

I'm developing an application in php with mysql and at a certain point I need to make an appointment in the database and bring the information into a table. Until then, I need to have the option of printing all the contents of the table, that is...
asked by 02.09.2015 / 20:56
1
answer

Putting static HTML element as an extension for Chrome [closed]

I'd like to make an extension for Google Chrome that would enable a horizontal bar that was always at the disposal at the top of the user window. The placement would be something like this: Thequestionis:howtoachievethisbehavior?Ithoughtabou...
asked by 11.09.2015 / 22:33
3
answers

ViewData is not displaying a post

I'm trying to send a message from Controller to View, using ViewData, but it's not displaying the message. When I click on the "Check" button of the View it is to call the Verificar() method of the Controller, it is calling correctly,...
asked by 08.09.2015 / 21:58
3
answers

Abbreviate content inside cell (HTML table)

I have a table that is made up of values that are pulled from the database .... This table has the predefined size, and it happens that when the pulled value of the bank is larger than the cell, it resizes and messes everything up ... Exa...
asked by 08.09.2015 / 16:31
1
answer

What is the use of window.history.replaceState?

Hello, I would like to know what the following code does: window.history.replaceState     
asked by 23.06.2015 / 18:24
1
answer

command to make a phone call [closed]

So, I'm trying to put a picture where the person clicks and starts a link, and in this code I must insert the phone, to direct. It's part of a mobile app, I'm doing an html page and I can not handle anything, can you help me?
asked by 22.06.2015 / 16:15
3
answers

Access only via login and password, Inhibiting direct access via url

I made an access login system, but I would like the user to be required to log in with the login and password, thus inhibiting direct access via the url. Anyone can access the page via URL by entering the address. I would like to inhibit this...
asked by 23.06.2015 / 20:30
2
answers

PHP function on an html page

Because this does not work: </head> <body> <?php include_once '../model/Cliente.php'; include_once '../DAO/Conexao.php'; $conexao = new Conexao(); $cliente = new Cliente();...
asked by 30.06.2015 / 22:13