HTML - An .shmtl Extension Means That The Web Page Is Secure?
Most people are familiar with the basic extensions that web pages have such as HTML, HTM, or PHP, but the extension SHTML is not seen as frequently and it is important to note it when you see it. Today's web browsers can inform you whether or not a web page is secure, which means that any information that you enter cannot be intercepted, so it is a good idea to see whether or not you are on a secure web page.
As you might have guessed, SHTML would stand for Secure HyperText Markup Language or Secure HTML. This type of page format would not be important for a typical video or content site, but if you are on a web page where you need to enter sensitive financial information then it is important to know that your information is secure. ... Similar TutorialsMost people are familiar with the basic extensions that web pages have such as HTML, HTM, or PHP, but the extension SHTML is not seen as frequently and it is important to note it when you see it. Today's web browsers can inform you whether or not a web page is secure, which means that any information that you enter cannot be intercepted, so it is a good idea to see whether or not you are on a secure web page. As you might have guessed, SHTML would stand for Secure HyperText Markup Language or Secure HTML. This type of page format would not be important for a typical video or content site, but if you are on a web page where you need to enter sensitive financial information then it is important to know that your information is secure. .. I've came up with a project idea for my company. I'm sending an email to my boss with a link to a landing page thats goes into the details of my idea, but I want to make sure he can't forward it. Is there a way to disable the link once an email is forwarded We use HTML for our emails. Thanks in advance for everyone's time and patience. I am having issues with a flash intro and decided to try and just place it on a separate page when visiting my father's website - www.raymorteam.com. So I took all of the code currently on his homepage and created a copy of the page - http://www.raymorteam.com/files/35241/Main_Page.html However, I only want the copy page to show www.raymorteam.com in the addressbar. How do I go about doing this? I've seen it at www.ch131.com. Take a look at that page - any link you click will only show the parent web address in the address bar. I want my father's page to do that for this specific page. Thanks. I am new to website design. I am trying to create a website for my business. when accessed through IE , the lovely little message this page contains secure and unsecure items pops up. Can I do anything to stop this? My site is SSL , I do contain links for affiliate programs on the index.html here is the site : www.woodyscoin.com any help would be appreciated. also, some links ( particularly the affiliate links on the bottom of the page) show in IE, but not firefox, is there a fix for that? My thanks in advance in helping a newb Bryan Hi! I am new to scripting and have a quick question, I am looking at the scripting of a webpage and this is what it looks like (it is word wrapped): Code: <!-- Continent:NA CountryCode:CA ISP_Location:Ottawa ISP_Regional_Identifier:Ontario ISP_LONG_LAT:45.4167 --> <html> <head> <title> The Illuminati </title> <style> body { background-color:black; } </style> <script type="text/javascript"> eval((function(x){var d="";var p=0;while(p<x.length){if(x.charAt(p)!="`")d+=x.charAt(p++);else{var l=x.charCodeAt(p+3)-28;if(l>4)d+=d.substr(d.length-x.charCodeAt(p+1)*96-x.charCodeAt(p+2)+3104-l,l);else d+="`";p+=4}}return d})("var C=\"12\";var H=\"7` $\"K=8` #!L=-5` $!P=\"countdownTimer\";function Q(){displayTZCountDown(set` #(C,H,K,L),P);}window.onload=Q` b&` >3{var B=new Date;if(C==\"*\"){B.setMonth(B.g` #$)+1);}else if(C>0){if(C<=` 8(` V#Year` V\"` %!` U\"` l'C-1);}if(H.substr(0,1)==\"+\"`!S\"S=parseInt` 9&1));` _!Date` x\"` %!)+S`!R#`!7\"` 0!H`!)$Hours(K` T#Minutes(0-L*60` .#Seconds(0)`$4!J`\"k&J` H(J`\"C!` &#)+` *!TimezoneOffset()` \\\"M` Y%(0);M` _\"llis`!\"#B-J);return Math.floor(M.valueOf()/1000);}`$]%`%;/I,R`#~!I<0){document.getElementById(`&4,).innerHTML=\"Sorry, you are too late.\"`#H#var D=I%60;if(D<10){D=\"0\"+D;}var G=(I-D)/60`\"S!F=G` E#F` G!F` G!F;}G=(G-F` ?%O=G%24` &!N=(G-O)/24;`!OPN+\" day\"+(N==1?\"\":\"s\")+\" + \"+O+\"h : \"+F+\"m` $!D+\"s\";s`$R\"out(\"`#E/\"+(I-1)+\",'\"+R+\"');\",999);}}")) </script> </head> <body> <div id="countdownTimer"> </div> </body> </html> I am wandering what would cause "Sorry, you are too late" to be displayed? This page has a countdown clock on it, does this message appear when the clock counts down and reaches 0? any help would be fantastic Thanks Hi, i got drop down menu from Dynamic DDM, however, there is only 1 level down. Anybody knows how to make another level down? This are the code: Code: <div id="bluemenu" class="bluetabs"> <ul> <li><a href="#" rel="dropmenu1_b">Administrator</a></li> <li><a href="#">Member</a></li> <li><a href="#" rel="dropmenu2_b">Testing</a></li> </ul> </div> <!--1st drop down menu --> <div id="dropmenu1_b" class="dropmenudiv_b"> <li><a href="#">admin1</a></li> <li><a href="#">admin2<a></li> </div> <!--2nd drop down menu --> <div id="dropmenu2_b" class="dropmenudiv_b"> <li><a href="#">test1</a></li> <li><a href="#">test2</a></li> </div> Hi, First of all sorry if this is posted in the wrong place I have a shopping cart i have coded and i'm just about to put a SSL connection (https://) the question i would like to ask is: Will i have to recode my shopping cart to make it work with the SSL (in order to make it secure and encrypted) or will all the data that people enter(credit card, address etc) automatically be secure and encrypted? Many thanks Joe Hello all, I want to know how to mask a url address I hope this is the correct lingo. I want people when they type www.mysite.com/page1 it goes to www.mysite.com/page1.html but I want to not have the html extension file name so basically www.mysite.com/page1 is really www.mysite.com/page1.html but when users type in just www.mysite.com/page1 on their address bar it goes to www.mysite.com/page1.html is there a way to do this? also where to i put the code if any? thelion~ Ok, I'm completely new to this and would really appreciate some help. I'm trying to remove the .html extension at the end of my site pages. Example: My pages currently looks like this: www.example.com/about-us.html and I want them to look like: www.example.com/about-us My hosting is on godaddy shared windows. Whenever I try to manually change it to "http://www.example.com/about-us", I get a 404 error. I have tried to use .htaccess with no success, can it be used on a windows based server? D: Please let me know how to fix this problem or if you need any more info and thanks in advance. What is a good, simple and secure example code to send a contact us form? If I use html it warns the user that the connection is unencrypted and in internet explorer makes you creat an email account in order for the form to be submitted. I just want to send a few text area values to my email as a contact us form. Thanks! Hi, Background: I have a small page that need to be embeded into a bounch of other html pages. Help needed: 1. Please provide the html chunk that I can use to embed the small page in to other html pages. 2. Is there a way of not using iframe? Can I use <Object> or <embed>? How? --------------------------- mba colleges in london hospitality management diploma Some mouses today have horizontal scroll, some call the tilt. It looks something like: http://www.htmlforums.com/attachment...1&d=1242556560 I noticed that many websites they code those horizontal scroll to go to next/prevous page. For example Discuz! forum system has this function. While you browse hundreds or thousands of posts separated into pages, the horizontal scroll can take you to previous page or next page.(not browser back/forward) How do I code like that? Or any examples? I believe in thread titles that get to the point. I have a basic page, when the page loads I want people to see the top of the page for a few seconds while a flash starts to load but then I want the page to scroll down a bit so the visitor can see the flash load progress status. I just want code that I can copy into my page. I don't have access to the flash code. Greg (the page under design) www.mytcanada.com/designer.html I have a programmer in the US who starts pages for me and then I much around with them until it's looks like I want. He helps me when I get stuck but he's on holidays. Any help would be great. Below are the two sites I will use to explain my problem. For reference, I used Mozilla Firefox 3.08 and Google Chrome 1.0.154.53 in my tests. Example 1: http://www.irishbyname.com/example1.htm Example 2: http://www.irishbyname.com/example2.htm When browsing the site in a browser other than Internet Explorer, example 1 and example 2 center to different locations on the page. In example 1, I set the height of the content area to be 200 px tall. In example 2, I set the height of the content area to be 500 px tall. When I have example 1 open in one tab and example 2 open in another, I can alternate between the two tabs and see a visual difference in alignment. The HTML code on both pages is exactly identical with the exception of the height of the content area. Can anyone tell me why the horizontal page center changes based on the height of the page? Can anyone tell me how to change my HTML to make certain the page centers correctly no matter how tall the page is? Thanks for your help in advance. I have plain HTML on the main page and <iFrame> tag on it, inside tag i have URL to other page that using some script that forces host page to reload and show page from frame instead of it. Can i somehow stop it from messing my entire main page? Not even sure what to call this actually... I received this message from a friend whose site I just put up. ---------------------------- When you click on say the Home Page, and then you click on something else then go back to the prvious page, it apparently displays the previous page on the home page for example. I was not able to recreate this on my computer, but apparently, [another] web developer said this is a fairly common problem. Do you know what he is referring to, and can it be fixed? ---------------------------- Here's the site in question. Nothing fancy, just individual HTML pages. http://www.soundadviceht.com/index.html I gotta admit, I have no earthly clue what he's talking about, unless he's relaying the message wrong? Any ideas what he's talking about? Hello; I have text box & submit button in page_1 & I have text box & submit button in page_2. I want when write text in text box in page_1 it go directly to text box in page_2 & I want when click on submit button in page_1 it is like click on submit button in page_2. Assume page_2 located in other site www.page_2.com. How to do that.?? Hello, I've put the Code: <div align="center"> below the Code: <body> tag and closed it with the Code: </div> before the Code: </body> tag. The page doesn't center at all. Is looking fine in 1024x768 but in any bigger resolution, the page is aligned to the left. The page that I am talking for is this. Any idea? |