Questions tagged as 'html'

2
answers

How to change CSS in Ionic 1

Good afternoon, I'm trying to put css on Ionic, some things worked and some did not. I studied a bit of css with this booklet , I tried to apply background colors in ion-list of menu.html , but it did not work, the only thing I cou...
asked by 30.03.2017 / 22:31
1
answer

Load external JS in app Cordova + Windows 8.1

I've now developed an html app with Angular where I need to make a transparent checkout on PagSeguro. For this, they ask for the inclusion of an external JS: <script type="text/javascript" src="https://stc.pagseguro.uol.com.br/pagseguro...
asked by 22.02.2017 / 16:46
1
answer

cURL PHP - Retrieving page html

Hello, I'm training this cURL. Can you tell me why the following snippet does not work? <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <?php $cURL = curl_init...
asked by 21.02.2017 / 20:21
0
answers

SEO in a 100% dynamic site?

I've never developed a website before, I've always worked with systems, so I'm having problems in what should be the easiest part of developing HTML pages. I'm in the middle phase of project development, which is a platform encompassed by ERP...
asked by 27.07.2017 / 18:55
0
answers

How to leave the Friendly URL in Classic ASP?

I can only access the file by putting its extension, for example clients.php. I configured the web.config file this way, but I did not get results: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer>...
asked by 15.03.2017 / 18:29
1
answer

Alternatives to the POST page request method

I'm developing a web application for my work. It consists of a dashboard that will present company information to the managers. In this context, I'm trying to optimize the page by searching for the appropriate content according to the mode I'm l...
asked by 17.02.2017 / 15:30
0
answers

Error in order details in magento

Hello. I'm having a magento error that I could not solve in any way. The order details page is displayed this way: Itriedseveralsolutions,likereplacingthecoreofmagento,changepermissionsandseveralothersolutions,however,nothingworked.Theerrorl...
asked by 17.02.2017 / 15:13
2
answers

How to capture the value of the src attribute of an iframe?

I have to capture the value of an iframe attribute in pagina.html , from the parent page pai.html . I tried everything but I did not succeed. pai.html : <iframe id="meuframe" src="//www.site.com.br/fotos/pagina.html"><...
asked by 03.03.2017 / 14:21
0
answers

Transfer of prices between virtual store and external page [closed]

I want to create a virtual store using solutions already available as Shopify or Iluria. Except that the service (deliveries) would not have a fixed pricing, the price would be based on the location of the sender and the recipient. To do this, I...
asked by 03.02.2017 / 04:15
0
answers

Receiving contents of the table by WebBrowser?

I have the following table. <table class="table1"> <tbody> <tr> <th></th> <th>SEQ</th> <th>LOGIN</th>...
asked by 17.03.2017 / 23:48