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
4 views

Password Protect Page

It works but only works after second time password is entered..? When you enter password it says wrong password so you enter it again and then it goes thru..? Needing script fixed please beginner ...
2
votes
4answers
27 views

How to set the properties for a dynamically created table row?

I need to set the border color and border style to a table row that is dynamically created. How can i do that? if (cmd.Connection.State == ConnectionState.Closed) ...
0
votes
1answer
11 views

WYSIWYG Javascript Text Editor using execCommand

Why can't the following javascript command set the font color in RGB hex used in a html rich text editor? Colors in RGB hex are changed to the standard blue, yellow, red, etc, for example: ...
-1
votes
0answers
8 views

SSRS render html as text in a textbox

I have a report which pulls data down from sharepoint. In VS2010 it was originally showing the html tags until i set the Markuptype on the Textbox to HTML. At which point just the text was displayed. ...
0
votes
1answer
33 views

What are valid id and name attribute values in HTML? [duplicate]

Recently I ran into a problem with HTML that took me a while to figure out. HTML is not case sensitive, but it turns out that the values of id and name attributes are case sensitive. This made me ...
0
votes
2answers
33 views

loading http javascript in https javascript

I have a web application which has root html and this html (say index.html) loads some java script. This application is accessible through https and I want to load one java script which is exposed ...
0
votes
1answer
11 views

Unable to call simple REST web service from ajax

I am developing an web application using rest web services. I am trying to call the simple web service from the ajax. But I am not getting desired output. My web service code is: @Path("hello") ...
0
votes
1answer
15 views

Having iframe element swipe into the screen

I'm trying to achieve this: When a user clicks a button, an iframe element will swipe into the screen from the left, covering half the screen over 1 second. When the user clicks anywhere else on the ...
0
votes
2answers
26 views

How to make a scroll footer to fixed then back to scroll

Hello all, I have seen all of these sticky footer script and sticky sidebar scripts! what I want is something similar, I have a long page with a footer and then more content below the footer, I ...
-2
votes
1answer
31 views

print text that comes before “pass”

I am working with html files, which have items 1, item 1a, and item2. I want to delete all the text that comes after the very last item2. this is the code I am using, I believe the item2 printed ...
0
votes
2answers
28 views

php code for displaying relational tables

This code is running, this is the member page after a member login with their account number and password this page will show with correspondent details about their account. Now I want to add the ...
0
votes
0answers
4 views

Pressing F10 Causing the tile bar Menu to activate

In firebug, whenever I Press F10 key, it is triggering action on top of the menu bar of my ubuntu system. The screen shot denotes my top menu bar. The one in top of the menu bar, File Menu is ...
1
vote
2answers
14 views

HTML JavaScript Canvas color changing

I have a small project i'm working on, and I'm completely new to HTML as well as any scripting inside. I have some code that logically (to me) makes sense, but for some reason It's not working. I'm ...
1
vote
4answers
28 views

Hide div after fading out using jquery, not before

I am trying to fade out a div using jQuery animate and chaining but need to hide the div after it fades out, not before. I'm currently using the function: $('#loadhere').hide().stop().animate( { ...
0
votes
0answers
14 views

Can I setup my node.js server and without routes?

I'm starting with node.js and socket.io, and the question could sound really noob, but I'd like to know if I could setup a node.js server and I can use an HTML in another directory listening the same ...

1 2 3 4 5 12746
15 30 50 per page