Hello everyone, how can I display pdf document in a webpage in mobile as well as desktop?
I can use <embed> tag to display pdf in a desktop. But it is not opening the document in mobile.
Can anyone give me a solution?
Thanks in advance.
User Profile
Collapse
-
A Sandeep started a topic How can I display pdf document in a web page in mobile as well as desktop?in HTML CSSHow can I display pdf document in a web page in mobile as well as desktop?
-
A Sandeep started a topic How to update one column of a table of student data for a number of students at one go?in PHPHow to update one column of a table of student data for a number of students at one go?
I have a database table of student data like::
CheckBox Stu_Name Stu_ Roll_Num Stu_class
--------------------------------------------
ABC 123 5A
PQR 234 5A
WXY 345 5A
XYZ ... -
How to integrate Billdesk payment gateway in my website?
Hello, I am trying to integrate billdesk payment gateway in my website. I do not know how to create bdorderid and authorization_t oken (in version 2) and launch sdk. Can anyone guide me? Thanks in advance. -
A Sandeep replied to How to get the value in the first cell of last row when I click last cell, which is empty, in the 2 x 4 table?in JavascriptThank You. It is working.👍 1 -
A Sandeep started a topic How to get the value in the first cell of last row when I click last cell, which is empty, in the 2 x 4 table?in JavascriptHow to get the value in the first cell of last row when I click last cell, which is empty, in the 2 x 4 table?
I have a 2 x 4 table as described below. Its last cell is empty. When I click on the last cell, I get input type = "Date" tag in that cell as described in the javascript code below. My question is :- how to get the value in the first cell of last row, which is 5 in this case, simultaneously as I click last cell? Thanks in advance for the help and guidance.
code html table
<table>
<tr>...👍 1 -
A Sandeep replied to I have a table whose last cell is empty. How to display input type date tag only once even if I click multiple timesin JavascriptThanks a lot. It worked. I had to change || to && to make it work for the entire 2 x 4 table.Leave a comment:
-
A Sandeep started a topic I have a table whose last cell is empty. How to display input type date tag only once even if I click multiple timesin JavascriptI have a table whose last cell is empty. How to display input type date tag only once even if I click multiple times
Table last cell is empty. I am displaying "input type = date" tag in the empty cell on clicking it or anywhere in the table. My problem is input tag is displaying as many times as I click the cell. I want the input tag to display only once even if I click multiple times. Thanks in advance.
code html table
<table>
<tr>
<th>Name</th><th>Date From</th><th>Date...
No activity results to display
Show More
Leave a comment: