HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.

learn more… | top users | synonyms (1)

0
votes
0answers
2 views

Autoplay for Adobe Bridge Web Gallery Slideshow

Does anyone know how to set the adobe bridge web gallery slideshow to start playing automatically as soon as loaded? I've made a Bridge web Gallery in Adobe Bridge CS5 and it suits perfectly on my ...
2
votes
2answers
19 views

(CSS) how I could make the div takes all available space in width without a specific value but there is another div in the same place with a specific

I have this issue I can't find a solution for it: I have 3 div, tow of them are located inside the third The div which contains the others has a percentage width The second one which is inside the ...
2
votes
1answer
21 views

Getting a span element fill the space in a div

I'm trying to have something like this: |--------------fixed width---------------| Title1 .......................... value1 Title2 ................... another value Another title ........ yet ...
1
vote
1answer
19 views

insert data from html table to mysql using php

I am making a php application for saving data, it is using table inside form, I want to save data from table to mysql using PHP. Parse html table using file_get_contents to php array I am coming ...
-1
votes
0answers
5 views

how to play custom media file in custom media player in html5?

i want to play .mp video files in our custom media player. when user will click the hyperlink text the control should go to the custom media player. I have searched in stackoverflow but the solution i ...
2
votes
1answer
17 views

Upload specific files only

I would like to limit the user to upload only specific files.I know it can be done through php script which the form action value is leading to but that's not what I'm looking for. When the user is ...
0
votes
2answers
33 views

How to detect a change in any <td> of table, using javascript?

I have a Table whose <td> values varies depending upon the inputs given in form, I am using Tangle to make a reactive document. Is it posible to detect if the value of <td>changes to any ...
1
vote
2answers
45 views

onClick text change

so I'm pretty new with html and need some help. I'm trying to make 3 buttons and each of them will change the text next to when you click on them. I am using the following code for each button: ...
0
votes
1answer
27 views

HTML created but style = null

I run my script on a galaxy tab. I have a strange problem I create a HTML element (div) and once I try to acces to the style attribute, I have an error message telling me that style is null. Here is ...
0
votes
4answers
34 views

Uploading files to the server using HTML5

I would like to know how can I upload a file after selecting it using HTML5 in that way: <input type="file" .... /> The line above gives you the option to SELECT a file, now I need to upload ...
2
votes
2answers
9 views

Opening image file in jsp file useing href

hi i am trying to open the image file in jsp page with this code <a href="file:///D:/FTP/ScanDoc/1018/1365171701_table-add_871716093.png" target="_blank">abc</a> but due to some ...
0
votes
2answers
12 views

Trying to add <script> tags to an embeddable code

I'm trying to add a script that adds an embeddable code to my website, and that code includes the script tag. However, as soon as I add the closing tag, the code stops rendering. Here's what I'm doing ...
0
votes
0answers
14 views

Open dialog box on click on multiple buttons of similar name

I have to jquery to show dialog box , but there is a problem, I have multiple buttons of similar name, example : btnEditUser-1, btnEditUser-2, btnEditUser-3 I have to call same function for every ...
0
votes
4answers
48 views

condition-> change text of <p>

I found all the images that their src is not: "delete.png" and change their image to be "active.png": $("img.sign[src!='delete.png']").attr({ 'src': 'active.png', 'alt': 'Active' }); If I changed ...
-1
votes
0answers
5 views

How to save a recorded video to a specified file in phonegap

Hi Im am trying to create a phonegap app where you save a recorded video to a folder instead of the gallery any ideas how? ive looked at the File_URI and just cant figure out how?! ive thought of just ...

1 2 3 4 5 11842
15 30 50 per page