Questions tagged as 'html'

1
answer

'phonegap / cordova' is not recognized as internal command

'phonegap / cordova' is not recognized as an internal or external command, an operable program or a batch file. I was having this error and was breaking my head, I will share it to anyone who is having problems with the phonegap command at th...
asked by 03.05.2017 / 02:21
1
answer

single quote is not working inside form [duplicate]

My code is not accepting to be written with single quotation marks, so it can stay within echo . How do you resolve this? The line with error: $("input[name='enable']") echo " ... <script type='text/javascript'&...
asked by 02.05.2017 / 22:27
0
answers

Html Table for PDF - Dompdf

I'musingthehtml/phptableabovewithinputtypesinsideit,butwhengeneratingpdfwithdompdf,itgenerateswithoutthedataoftheseinputs,inthecasePrice,TOTALandquantity.examplebelowhowpdfisgenerated ThisisthecodeIusetoexportthepdffromthetable.ob_start();inclu...
asked by 03.05.2017 / 08:37
0
answers

Css with ID does not work inside h: form

I put ID on a button inside a form but its CSS is not working CSS: #Conf{ width: 30%; } #OutNU{ margin-right: 15%; width: 30%; } HTML: <p:panel id="ForgPasswd" style="width: 400px; margin: 0 auto;"> <f:facet...
asked by 03.05.2017 / 00:12
1
answer

Show row in row in table

Editing to put all the code that is on the same page. <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script><scriptsrc="validationAdd_Update.js"></scr...
asked by 24.04.2017 / 00:39
0
answers

@forelse inside @forlese

Hello, I need to make a @forlese inside a
asked by 23.04.2017 / 02:04
1
answer

Problems with PHP + jquery

How do I get a value from a button in jquery and move to another page? My problem is to pass the order data I received from the bank and make this data appear on another page and I want to do with this + boot: knife-your-request.php<di...
asked by 09.05.2017 / 16:56
1
answer

Different links in Bootstrap

I have a bootstrap lightbox and would like to know how I can whenever I click on a href link it open the content that is in href="" every link? Below my code if anyone can help me. <!DOCTYPE html> <html> <head> <...
asked by 23.04.2017 / 22:03
2
answers

activate the borders when the checkbox is active

I'm trying to activate the borders of a box when the checkbox is selected but it is not working. .radio input[type="radio"]:checked+.border { border: 3px solid #f70024 !important; } <div class="col-md-3 border"> <div class...
asked by 21.04.2017 / 16:24
2
answers

php- upload image and upload to database

I'm trying to insert an image into the database but when I click upload image, it gives the following error: Warning: getimagesize (): Filename can not be empty in /home/unn_w17015779/public_html/upload.php on line 9 File is not an image.; HT...
asked by 21.04.2017 / 18:01