Questions tagged as 'html'

1
answer

When calling an iframe inside a .php file, how to send a variable and receive it on the page pulled by the iframe?

I have an index.php page that contains the following script: <html> //cabeçalho... <div id="conteudo"> </div> <script type="text/javascript"> $(this).on('load',function(){ var dadosLink = 'nada'; var mer...
asked by 16.09.2017 / 02:02
2
answers

Change menu with CSS

I'm developing an application where I would like when I rolled the page bar to the middle of the page there would appear a floating menu that would be fixed at the top of the page but I do not know how to do it. Normal page NormalPageHTML...
asked by 30.11.2017 / 03:31
1
answer

Create DropDown list from another DropDown with PHP

I've been trying to do this for a while, but I failed miserably, I'm trying for a different method than I saw on the forum so I do not think I fall into duplicity. I need to create a second dropdown from the parameters of the first one, it wo...
asked by 29.11.2017 / 15:20
2
answers

Save Image in VARBINARY with C # ASP.NET

How do I get an image received on a Form of HTML and write to the bank in VARBINARY with C# ? I'm using C# ASP.NET MVC5 CORE .     
asked by 30.11.2017 / 11:24
1
answer

How to copy div from iframe to parent? (replicate) can be using ajax, jquery, javascript

I have an index.php which makes a post in conteudo.php, and takes the result and writes in the #contribed div within index.php. Post: <script type="text/javascript"> $(this).on('load',function(){ var dadosLink = 'nada...
asked by 15.10.2017 / 04:33
1
answer

CSS misaligned menu items

I'm developing a web application and I've developed a menu with some icons but by decreasing the width of the page the icons are out of focus and this is my menu Butbydecreasingthewidthofthepagethishappenswiththemenucomponents. <divclass=...
asked by 15.10.2017 / 03:53
1
answer

IE7 compatible CSS alternative [closed]

I need to adapt a site to IE-7 in compatibility mode, I've searched some libraries for bootstrap to work, tried the same to use icons ( Font-Awesome , glyphicon ). Questions I have? How can I use the icons in IE...
asked by 28.09.2017 / 19:30
1
answer

Calculation with function with return Javascript

I am developing a calculation that adds interest according to the number of installments, but it is returning the wrong amount. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Exercicio1</title&...
asked by 03.09.2017 / 17:07
1
answer

Remove cover or change, blogger

Hello, I'm having a hard time with the blogger I'm doing for college, I wanted to remove this part to see that the name of the site is written, or if it's possible to change it to a cover of mine. It is related here: #hen{background-color:...
asked by 03.10.2017 / 22:38
1
answer

Error: Uncaught SyntaxError: Unexpected token {with easyui

I'm developing an application with the easyui framework is hosted on azure: link repository of code: link but is giving error: Uncaught SyntaxError: Unexpected token { HtmlCpodigo<html><head><metacharset="UTF-8">...
asked by 04.10.2017 / 01:15