//
archives

HTML

This category contains 8 posts

Javascript Google Maps V3, multiple Marker with color dan label

1. get API key from google.com All Maps API applications* should load the Maps API using an API key. Using an API key enables you to monitor your application’s Maps API usage, and ensures that Google can contact you about your application if necessary. If your application’s Maps API usage exceeds the Usage Limits, you must … Continue reading

HTML frame Tag

The <frame> tag is supported in all major browsers. Definition and Usage The <frame> tag defines one particular window (frame) within a <frameset>. Each <frame> in a <frameset> can have different attributes, such as border, scrolling, the ability to resize, etc. Tips and Notes Note: If you want to validate a page containing frames, be … Continue reading

How To Install Google Analytic

Google Analytics is easy to set up and it won’t cost you a dime.  More importantly, you can have lots of great data about your visitors tracking within the hour.  Google Analytics and most other analytics applications are installed by pasting a few snippets of javascript code in the footer of the site.  If you … Continue reading

Refresh HTML Frameset

Using Redirects with Frames Overview This tutorial is for people who have sites that use frames. In a framed site, there is usually at least two frames; a navigation frame which holds the links to navigate around the site, and a content frame which holds the page’s content. Of course there may be more than … Continue reading

Auto Refresh HTML

To make the page reload or refresh itself, we have to use the following code inside the head tag <meta http-equiv=”refresh” content=”5″ > The attribute http-equiv=”refresh” calls for refresh of the page. The attribute content=”5″ sets the time for refresh. The time after which the page has to reload is set using the content attribute. … Continue reading

input text Currency Format using Javascript

Input text for money currency very important, but that need write and change on key press. This problem can be solve using javascript, let’s read this sample : <html xmlns=”http://www.w3.org/1999/xhtml”&gt; <head> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /> <script language=javascript> function currencyFormat(fld, milSep, decSep, e) { var sep = 0; var key = ”; var i = … Continue reading

showModalDialog Properties & Sample

Creates a modeless dialog box that displays the specified HTML document. Syntax Copy vReturnValue = object.showModelessDialog(sURL [, vArguments] [, sFeatures]) Parameters sURL Required. String that specifies the URL of the document to load and display. vArguments Optional. Variant that specifies the arguments to use when displaying the document. Use this parameter to pass a value of … Continue reading

Remove checkbox border in input HTML

For FireFox: try border:none For IE try: style=”background:transparent;border:0″ Example For IE <code> <input style=”background: transparent; border: 0;” type=”checkbox” /> </code> For FireFox <code> <input style=”border: none;” type=”checkbox” /> </code>

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,137 hits