|
| |
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Hiding HTML code - 7/11/2001 16:17:00
quote: Originally posted by jobtaker: WOW! The response here is amazing! After all of this, I think I may have posed the question wrong though. I guess I don't really want to "hide" the HTML code, but I want to prevent users from seeing the actual URL. I have a page that user's can only get to and post information on after they pay their money. I use Clickbank to do the credit card processing and then they send the user to the link to post the information. The problem with that is that the URL they forward the user to shows up in the address bar as the actual address, so they can just copy and paste it in next time and go straight to the page and I won't get paid.Also, if there was redirect code, then they could just view the source and see where the page was redirected to, and I'm back to the same issue of being able to bypass the payment page. Thanks again for your help!
If you are on a Unix/Linux box and you have admin rights - you can restrict page so it can only be accessed fromone URL (your 'payment' page). Maybe this can be done with an NT server also, but I don't know - any NT admins? ------------------ Gil Harvey The Host Factory Resellers are our speciality "Indecision may or may not be my problem"
|
|
|
|
Mojo
Posts: 2441 From: Chicago Status: offline
|
RE: Hiding HTML code - 7/11/2001 16:46:00
Using ASP you can get the same result using HTTP_REFERER.Just use an IF - Then statement and compare. Something like: <% strURL = Request.ServerVariables("HTTP_REFERER") IF strURL = your URL Then let them pass Else Kick them to Yahoo! End If Of course, both UNIX and NT/2000 can be spoofed. Joe
|
|
|
|
jobtaker
Posts: 38 From: None Status: offline
|
RE: Hiding HTML code - 7/11/2001 17:25:00
Ok, jBennett, thanks for the info, however, I am very new at this, so that code makes no sense to me. Where would I put it in my HTML code and after the ELSE statement where you have listed "kick them to Yahoo!" do I have to put something there? Please help the HTML code challenged! :-) Thanks again.
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: Hiding HTML code - 7/11/2001 23:40:00
Okay, I'm back. Hey everyone, great job on decloaking the pages. Since my specialty is optimizing web sites for top positions in the search engines I know a little about the subject of cloaking.In our industry, cloaking is used to hide the source code from prying eyes who may wish to do some pagejacking. There are different forms of cloaking, you can read more at WMW SEO Cloaking Forum. Cloaking is cutting edge technology and allows you to serve one page to the search engine spiders and another to the end user. So, if I submitted my-page.htm to Alta Vista, my cloaking software would recognize when scooter the AV spider came to index my site. That spider has a particular IP address associated with it that my cloaking software recognizes. Once the IP is recognized, the software then pulls the page from my database that is optimized for my-page.htm and Alta Vista and serves it to the spider. Now, when that link shows up in the search results, it takes them to the my-page.htm that I want the user to see which is completely different than the one that the spider got when indexing. Cloaking has it positives and negatives. If you use cloaking to deceive the user, it is bad. If you are using it to truly protect your optimized code which is relevant to your site content, it can be good. But, most of the search engines frown upon cloaking and clearly state that any use of the technology for the good or bad, is not acceptable. I look at it this way, if you have something to hide, then don't put it on the web. If it is for a specific group of visitors to your site, then they probably need to go through a registration process before you give them protected access to that information. If anyone is looking at your code, there are typically two reasons for doing so. One is to investigate how certain things are working like javascript or just to see how the html is formatted. The other is more a competitive reason and someone is checking out your meta information and also the structure of your html. Everything viewable to the end user is at risk of being pagejacked. If your pockets are deep enough, you could easily sue the perpetrator if the information is legally copyrighted. If not, you deal with it and fight fire with fire. If you want to hide URL's there are many different ways to do so. You can use a hidden frameset or a server side redirect. On an NT box you can set it up in the IIS. There are just so many different ways and it all depends on what technology you have access to. If you have images that you don't want copied, then purchase a digital watermarking software. There are some really powerful ones out there that can find a copied image in seconds based on the digital watermark. You can set them up to crawl the web once every 24 hours searching for your watermarks. Many of the larger stock photo houses use this technology and it works well. Man, I can't keep up with the information flowing from the cranium. Time to give it a break. I sort of knew that I'd open up this can of worms concerning cloaking. Head on over to WMW and see what they have to say about cloaking. If you want top positions in the search engines and are willing to take some risks, then this might be something you want to investigate further. Romulans approaching on the starboard bow! [This message has been edited by pageoneresults (edited 07-11-2001).]
|
|
|
|
Mojo
Posts: 2441 From: Chicago Status: offline
|
RE: Hiding HTML code - 7/12/2001 20:40:00
pageoneresults,While I enjoyed reading about SE cloaking, I could not find any method that would prevent the viewing of the HTML. Cloaking is a neat art for serving up different pages to different users, but it does *not* prevent the source from being viewed. The original poster wanted to keep prying eyes off his/her source code for the page that is actually delivered to the user. I would love to be wrong about this. Can you make a page that is served to me that I am unable to get the code out of? For many, many people this would be a Holy Grail of sorts. Anyhow, thanks for the education. I am very interested in learning more about SE cloaking. By the way, using the keywords "frontpage" and "help" OutFront is #1 on google. Joe [This message has been edited by jbennett (edited 07-12-2001).]
|
|
|
|
underamountain
Posts: 24 From: None Status: offline
|
RE: Hiding HTML code - 7/16/2001 15:49:00
Here's a decent encrypter that's free and will slow down (but not stop) people from viewing your code. http://www.dynamicdrive.com/dynamicindex9/encrypter.htm Dave "and the guitar players look damaged, they've been outcasts all their lives"
|
|
|
|
Matth
Posts: 36 From: Zurich, Switzerland Status: offline
|
RE: Hiding HTML code - 4/24/2002 17:05:49
Reflect Yeees. I did it. Check your browsers cache. There's a file 'a'. You can see this when you look at the original source (javascript source). Take that content, put it in a header of a new file, add the javascript tag and preview the page. Tataa.... That simple. Does that answer the curiosity? Matth PS: Really proud that I found out myself, hehe Matth
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 11:03:49
* Now how that other thread got over here!?!?!? As to hiding HTML, I agree that you can't. However, if you really want to hide code, I've found a very good way is to use a Java Applet in conjunction with Certificates. At that point, the HTML can be very minimal and you can hide a LOT of code. And no, it's not impossible to break it; you just can't get to it the ways most peope are familiar with.... </$.02>
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 15:43:23
LOL - Here's the code Spooky: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html dir=ltr> <head> <style> a:link {font:8pt/11pt verdana; color:FF0000} a:visited {font:8pt/11pt verdana; color:#4e4e4e} </style> <META NAME="ROBOTS" CONTENT="NOINDEX"> <title>The page cannot be found</title> <META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252"> </head> <script> function Homepage(){ <!-- // in real bits, urls get returned to our script like this: // res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm" DocURL = document.URL; //this is where the http or https will be, as found by searching for :// but skipping the res:// protocolIndex=DocURL.indexOf("://",4); //this finds the ending slash for the domain server serverIndex=DocURL.indexOf("/",protocolIndex + 3); //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex); BeginURL=DocURL.indexOf("#",1) + 1; urlresult=DocURL.substring(BeginURL,serverIndex); //for display, we need to skip after http://, and go to the next slash displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex); document.write( '<A HREF="' + escape(urlresult) + '">' + displayresult + "</a>"); } //--> </script> <body bgcolor="FFFFFF"> <table width="410" cellpadding="3" cellspacing="5"> <tr> <td align="left" valign="middle" width="360"> <h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->The page cannot be found</h1> </td> </tr> <tr> <td width="400" colspan="2"> <font style="COLOR:000000; FONT: 8pt/11pt verdana">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</font></td> </tr> <tr> <td width="400" colspan="2"> <font style="COLOR:000000; FONT: 8pt/11pt verdana"> <hr color="#C0C0C0" noshade> <p>Please try the following:</p> <ul> <li>If you typed the page address in the Address bar, make sure that it is spelled correctly.<br> </li> <li>Open the <script> <!-- if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2"))) { Homepage(); } //--> </script> home page, and then look for links to the information you want.</li> <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li> </ul> <h2 style="font:8pt/11pt verdana; color:000000">HTTP 404 - File not found<br> Internet Information Services<BR></h2> <hr color="#C0C0C0" noshade> <p>Technical Information (for support personnel)</p> <ul> <li>More information:<br> <a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=404&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a> </li> </ul> </font></td> </tr> </table> </body> </html> Gil Harvey The Host Factory Resellers are our Specialty Find a Web Professional
|
|
|
|
bobby
Posts: 11394 Joined: 8/15/1969 From: Seattle WA USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 17:06:45
Have you considered designing the whole site in Flash? Then the only "source code" available is the insert for the .swf file... Klingon's hate Flash sites...
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 17:38:05
See if you can figure out where the code is hidden here. No javascript, no funny stuff. Pure and simple traditional html cloaking! Save This! While you are there, see if you can figure out why the image you save to your desktop looks the way it does. SEO Consultants Directory Search Engine Optimization Tips
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 18:28:08
quote: See if you can figure out where the code is hidden here. No javascript, no funny stuff. Pure and simple traditional html cloaking! Save This! While you are there, see if you can figure out why the image you save to your desktop looks the way it does. SEO Consultants Directory Search Engine Optimization Tips
--><html><head><title>Save This! - You Figure It Out</title></head><body><table background="../images-forums/pageoneresults-home-office.jpg" width="250" height="329" border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.123seo.com/information-tips/"><img border="0" src="../images-forums/pageoneresults-home-office.gif" width="250" height="329" alt="pageoneresults Home Office"></a></td></tr></table></body></html> Gil Harvey The Host Factory Resellers are our Specialty Find a Web Professional
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 21:30:54
Okay, so you opened it up in FP! ;) This was just to demonstrate that you could hide something from the average user and in some instances the above average user if you do it right. Most would have looked at the source code and left it at that, wondering how the heck I was able to effectively protect that image from a right click > save as. With the Save This! incentive, it creates curiosity and then those in the know will start digging deeper! SEO Consultants Directory Search Engine Optimization Tips
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 22:01:41
quote: Okay, so you opened it up in FP! ;)
FP? No, just IE - View Source and there it was... Gil Harvey The Host Factory Resellers are our Specialty Find a Web Professional
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: Hiding HTML code - 4/25/2002 23:43:32
Hi Gil, actually on a 17.0 monitor (viewing with IE6 using Note Pad) you don't get the scrollbars. I didn't move the code over far enough to the right to account for 19.0 inch monitor. Come on Gil, give me a little more credit than that. I used to start all of my code at line 50. That was years ago! ;) When you view the source code of that page on a 17.0 monitor, the scrollbars do not appear. I've currently got the code starting at columns 400 and 489. How many columns across a 19.0 monitor? SEO Consultants Directory Search Engine Optimization Tips Edited by - pageoneresults on 04/25/2002 23:47:37
|
|
|
|
Shirley
Posts: 3127 Joined: 1/8/1999 From: Omaha, Ne USA Status: offline
|
RE: Hiding HTML code - 4/26/2002 0:03:58
mmmmmm well....... right this moment I am looking at 15" flat screen monitor and I can see it Shirley cmycat.com Money Tree Web Design Omaha Homes Online
|
|
|
|
Mojo
Posts: 2441 From: Chicago Status: offline
|
RE: Hiding HTML code - 4/26/2002 0:12:07
pageoneresults - I get the scroll bar also. I am using my wife's computer set to 800x600. I did notice that with if I set the font size to 14 or higher I get the effect you were after -> no side scroll. Joe
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: Hiding HTML code - 4/26/2002 1:33:50
Ah-ha! I just realized I had my Word Wrap deselected so it was forcing the code to the right and causes the scrollbars to disappear. And here I thought I figured something out! While viewing in Note Pad, go to > Edit and deselect Word Wrap. <doh!> SEO Consultants Directory Search Engine Optimization Tips
|
|
|
|
coreybryant
Posts: 2501 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Hiding HTML code - 5/1/2002 12:00:37
Well I might hear it as well :-) but I thought that I would post this site as well: http://mytoowoomba.com/scripts/ Corey
|
|
|
|
DWS
Posts: 52 Joined: 3/13/2002 From: Ok USA Status: offline
|
RE: Hiding HTML code - 5/1/2002 13:48:49
05012002 1242 CST I remember being at Versigns site and trying to look at their code and there was nothing there. You couldnt save the page, view it offline, print it. Here is a page at their site [url]http://www.netsol.com/en_US/build-it/package-ecommerce-basic.jhtml?siteid=107&channelid=P14C107S27N0B5A8D71V101&clickid=1000000000[/url. This isnt exactly what I was talking about but it does hide the code. Wade
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Hiding HTML code - 5/1/2002 14:16:26
quote: http://www.netsol.com/en_US/build-it/package-ecommerce-basic.jhtml?siteid=107&channelid=P14C107S27N0B5A8D71V101&clickid=1000000000
Here's the code from this one: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Web Business Basic Package | VeriSign</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="robots" content="all"> <!--contains stylesheet, imagemap, and javascript calls--> <!-- Insert page refresh parameters if not a landing page --> <META HTTP-EQUIV="refresh" CONTENT="1800;URL=http://www.netsol.com/en_US/timeout.html"> <link rel="stylesheet" title="default" type="text/css" href="/en_US/styles/style.css" /> <script language="Javascript" type="text/javascript" src="/en_US/styles/rollover.js"> <!-- function PreloadImages() {} function SwapImage() {} //--> </script> <script language="JavaScript" type="text/javascript"> <!-- PreloadImages("arrow_privacy", "/en_US/images/common/subnav-arrow.gif", "/en_US/images/common/spacer.gif"); PreloadImages("arrow_help", "/en_US/images/common/subnav-arrow.gif", "/en_US/images/common/spacer.gif"); PreloadImages("arrow_whois", "/en_US/images/common/subnav-arrow.gif", "/en_US/images/common/spacer.gif"); PreloadImages("arrow_sell", "/en_US/images/common/subnav-arrow.gif", "/en_US/images/common/spacer.gif"); //--> </script> <script language="Javascript" type="text/javascript" src="/en_US/styles/popup.js"> <!-- function popupFAQ() {} function popupWizard() {} function popupSample() {} function popupPayFlow() {} function popupHelp() {} function popupTour() {} function popupTry() {} function popupNameIt() {} function FAQwin() {} //--> </script> <script language="Javascript" type="text/javascript"> <!-- var pollExitFlag = 1; //clear this to zero to show no polls function noPolls() { pollExitFlag = 0; } //--> </script> <map name="navbar"> <area shape="rect" coords="7,0,60,30" href="/en_US/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.3_A&_DAV=" alt="Home" target="_top" onClick="noPolls();" /> <area shape="rect" coords="65,0,162,30" href="/en_US/name-it/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.4_A&_DAV=" alt="Find a Domain Name" target="_top" onClick="noPolls();" /> <area shape="rect" coords="165,0,247,30" href="/en_US/build-it/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.5_A&_DAV=" alt="Build Your Web Site" target="_top" onClick="noPolls();" /> <area shape="rect" coords="250,0,315,30" href="/en_US/enhance-it/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.6_A&_DAV=" alt="Choose Your Web Options" target="_top" onClick="noPolls();" /> <area shape="rect" coords="319,0,404,30" href="/en_US/secure-it/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.7_A&_DAV=" alt="Security Services" target="_top" onClick="noPolls();" /> <area shape="rect" coords="407,0,478,30" href="/en_US/manage-it/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.8_A&_DAV=" alt="Manage Your Account" target="_top" onClick="noPolls();" /> <area shape="rect" coords="481,0,552,30" href="/en_US/manage-it/renewal-check-name.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?_DARGS=%2Fen_US%2Fdroplets%2FSFStyles.jhtml.9_A&_DAV=" alt="Renew Services" target="_top" onClick="noPolls();" /> </map> <!--this is to call the correct super affiliates navbar for the thank you page only--> <script language="JavaScript" src="/en_US/styles/getrates.js"></script> <script language="JavaScript"> <!-- developed by Exit1, Inc. http://www.exit1.com/ var pollURL = "https://atlantis.exit1.com/verisign/polls"; // URL of poll directory var pollName = "Templates_Exit_Survey2"; // define poll to popup var exitFlag = 1; // read by trigger, cleared by submitme() var opts = "dependent=1,location=0,scrollbars,width=450,height=450"; // format popup // Stub function to check if a cookie has been previously set, indicating they already // got a survey. Right now returns 1, meaning no cookie-- ok to send. function trigger() { if (pollExitFlag == 0) exitFlag = 0; var expdate = new Date (); var surveyCookieName = "exitsurvey"; // 1 year from now expdate.setTime(expdate.getTime() + (365 * 24 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); var diceRoll = Math.floor(rates[pollName] * Math.random()); var URL = pollURL + "/" + pollName + ".html?" + rates[pollName]; if ( (diceRoll == 0) && (stored_value == null) && exitFlag ) { SetCookie(surveyCookieName, "alreadyOffered", expdate); window.open(URL,'_new',opts); } } // end trigger() function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; if( (document.cookie == null) || (document.cookie.length == null)) { return null; } var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } // Code to submit form, also clears exitFlag. Must be passed name of form. function submitMe() { exitFlag = 0; // don't popup a poll //document[f].submit(); // submit } // end submitMe() // --> </script> </head> <body topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" bgcolor="#ffffff" text="#000000" link="#003399" alink="#990000" vlink="#666666" onUnload="trigger();"> <a name="top"></a> <!--header droplet--> <a name="top"></a> <!-- Begin Header --> <!-- Logo and Ad Banner --> <table width="759" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="23"> </td> <td align="left" width="136"> <!-- Logo --> <a href="/en_US/index.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();"><img lowsrc="/en_US/images/common/logo-verisign.gif" alt="VeriSign" src="/en_US/images/common/logo-verisign-anim.gif" width="136" height="58" border="0" vspace="6"></a></td> <td width="132"> </td> <td align="right" width="468"> <!-- Banner Ad --> <!-- Doubleclick Ad BEGIN --> <script language="Javascript1.1" src="http://ad.doubleclick.net/adj/www.networksolutions.com/build;dcopt=ist;abr=!webtv;sz=468x60;ord=21434719?"> </script> <script> <!-- if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0) || navigator.userAgent.indexOf("WebTV") >= 0) { document.write('<a href="http://ad.doubleclick.net/jump/www.networksolutions.com/build;sz=468x60;ord=21434719?"'); document.write('<img src="http://ad.doubleclick.net/ad/www.networksolutions.com/build;sz=468x60;ord=21434719?"></a>'); } //--> </script> <noscript> <!-- for non javascript browsers and Netscape 2.x --> <a href="http://ad.doubleclick.net/jump/www.networksolutions.com/build;sz=468x60;ord=21434719?"> <img src="http://ad.doubleclick.net/ad/www.networksolutions.com/build;sz=468x60;ord=21434719?"></a> </noscript> <!-- DoubleClick Ad END --> </td> <!--no 100x60 ad displayed--> </tr> </table> <!-- Navigation Tabs --> <table width="759" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="562" rowspan="2"><img src="/en_US/images/common/navbar-build.gif" alt="" width="562" height="30" border="0" usemap="#navbar" /></td> <td width="197" align="right"> <table width="197" border="0" cellpadding="0" cellspacing="0"> <tr> <td><a href="/en_US/purchase-it/view-your-order.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" target="_top" onClick="noPolls();"><img src="/en_US/images/common/cart-empty.gif" width="27" height="29" alt="View Order" border="0" /><img src="/en_US/images/common/view-order-off.gif" width="38" height="29" alt="View Order" border="0" /></a></td> <td><a href="/cgi-bin/whois/whois;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();"><img src="/en_US/images/common/nav-whois.gif" width="55" height="29" alt="WHOIS" border="0" /></a></td> <td><a href="/en_US/help/index.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onclick="popupHelp('/en_US/help/index.jhtml'); return false" target="help_window"><img src="/en_US/images/common/nav-help.gif" width="77" height="29" alt="Customer Service" border="0" /></a></td> </tr> </table> </td> </tr> <tr bgcolor="#003300" height="1" /> <!-- Dark Section Color --> <td><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <!-- End Navigation Tabs --> <!-- Subnavigation and separator --> <table width="759" border="0" cellpadding="0" cellspacing="0"> <!-- Separator Rule --> <tr bgcolor="#006633"> <!-- Section Color --> <td width="6"><img src="/en_US/images/common/spacer.gif" alt="" width="6" height="1" /></td> <td width="748"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="14" /></td> <td width="5"><img src="/en_US/images/common/spacer.gif" alt="" width="5" height="1" /></td> </tr> </table> <!--no backto button--> <!-- Breadcrumb Table --> <table width="759" height="17" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <!-- Left Side --> <td width="6" bgcolor="#006633"><img src="/en_US/images/common/spacer.gif" alt="" width="6" height="1"></td> <!-- Section Color --> <td width="102" align="right" nowrap="nowrap"> <img src="/en_US/images/common/arrow-trail.gif" alt="" width="14" height="11" hspace="2" align="top" vspace="1"><font size="-2" color="#006633"><b> <span class="trail-here">You are Here: </span></span></b></font></td> <td width="641" style="padding-top:1px"> <font size="-2"><span class="trail"> <!-- Show Trail Here --> <a href="/en_US/build-it/;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA">Build Your Web Site</a> -> Web Business Basic Package </span></font> </td> <td width="10" nowrap="nowrap"> </td> </tr> </table> <!-- End Breadcrumb Trail --> <!-- Main Body Table --> <table width="759" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <!-- Left Side --> <td width="6" bgcolor="#006633"><img src="/en_US/images/common/spacer.gif" alt="" width="6" height="1"></td> <!-- Section Color --> <td width="8"><img src="/en_US/images/common/arrow-pointer-build.gif" width="7" height="13" alt="" vspace="9"></td> <!-- Center Stage --> <td width="524"> <!-- Page Title --> <table border="0" cellpadding="1" cellspacing="0"> <tr> <td><img src="/en_US/images/common/icons/icon-ecommerce.gif" width="35" height="37" alt="" vspace="3"></td> <td class="subtitle"> <img src="/en_US/images/common/title-build.gif" width="195" height="16" alt="Build Your Web Site"><br> <font size="-1" color="#006633"><b> <!-- Subtitle Goes Here --> Web Business Basic Package<br> </b></font> </td> </tr> </table> <!-- Begin Content Here --> <div align="right"> <!-- Desctiption and Sample Sites Box --> <table border="0" cellpadding="0" cellspacing="0" width="494"> <tr valign="top"> <td class="text" width="300"> <!-- Price (in red) --> <font color="#990000"><b>Only $34.95 per month or $376.95 per year</b></font><br> <!-- Description --> Perfect for service based businesses or businesses just starting out on the Web. Features e-commerce basics like an online catalog and secure credit card forms, plus premium functionality such as online customer appointment scheduling and a request-for-quote tool. <br> <br> <b>Need real-time credit card processing?</b><br> <a href="http://www.netsol.com/en_US/build-it/package-ecommerce-orders.jhtml">Click here</a>. <br> </td> <td width="194" align="right"> <!-- Demo Box --> <table border="0" cellpadding="0" cellspacing="0" width="155"> <!-- Top Row --> <tr valign="top"> <td width="5" colspan="2" rowspan="2"><img src="/en_US/images/common/box-ltgreen-topleft.gif" alt="" width="5" height="5"></td> <td bgcolor="#cccccc" width="145"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td width="5" colspan="2" rowspan="2" align="right"><img src="/en_US/images/common/box-ltgreen-topright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td bgcolor="#99cc99"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="4"></td> </tr> <tr> <td bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td bgcolor="#99cc99"><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#99cc99" valign="top" height="16" align="center" class="text"><b>E-Commerce Demo</b></td> <td bgcolor="#99cc99"><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <!-- Separator --> <tr> <td bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td colspan="4" nowrap="nowrap" bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" width="1" height="1" alt=""></td> </tr> <tr valign="top"> <td bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="70"></td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td class="smtext" valign="middle" align="center"> <table border=0 cellpadding=10 cellspacing=0><tr><td class="smtext"> <!-- Tour Content and Link Goes Here --> <a href="tour/ec44a.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" target="_blank" onClick="popupTour('/en_US/build-it/tour/ec44a.jhtml'); return false"><b>Take a tour</b></a> of what you get with a VeriSign E-commerce Web site. <!-- <img src="images/button-tour.gif" alt="TOUR" width="53" height="20" border="0"> --></td></tr></table> </td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <!-- Bottom Row --> <tr valign="top"> <td colspan="2" rowspan="2"><img src="/en_US/images/common/box-gray-bottomleft.gif" alt="" width="5" height="5"></td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="4"></td> <td colspan="2" rowspan="2" align="right"><img src="/en_US/images/common/box-gray-bottomright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> </table> <!-- End Demo Box --> </td> </tr> </table> <!-- Seperator --> <hr size="1" width="494" noshade="noshade" color="#cccccc"> <!-- Functions Table --> <table width="494" border="0" cellpadding="0" cellspacing="6"> <tr valign="top"> <!-- Try Before You Buy --> <td class="smtext" align="center"> <img src="images/subtitle-tryit.gif" alt="Try Before You Buy" width="126" height="10" border="0" hspace="10" vspace="1"><br> Create a Web site in a few quick steps!<br> <a href="http://storefrontpreview.ezsitedesigner.com/CategorySelectionEntry.jsp" onClick="popupTry('http://storefrontpreview.ezsitedesigner.com/CategorySelectionEntry.jsp'); return false" target="_blank"><img src="/en_US/images/common/button-go.gif" alt="Go!" width="53" height="20" border="0" vspace="6"></a><br> </td> <td width="1" bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <!-- Order Now --> <td class="smtext" align="center"> <img src="images/subtitle-ordernow.gif" alt="Order Now" width="72" height="10" border="0" hspace="20" vspace="1"><br> It's fast and easy to place your order!<br> <a href="domain-search.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?productCode=DOMEH10ICESB" onClick="submitMe();"><img src="/en_US/images/common/button-go.gif" alt="Go!" width="53" height="20" border="0" vspace="6"></a><br> </td> <td width="1" bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <!-- We Build It --> <td class="smtext" align="center"> <img src="images/subtitle-webuild.gif" alt="We Can Build It For You" width="151" height="10" border="0" hspace="10" vspace="1"><br> Our team of pros can create a custom Web site for you!<br> <a href="webuild-ecommerce-basic.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="submitMe();"><img src="/en_US/images/common/button-go.gif" alt="Go!" width="53" height="20" border="0" vspace="6"></a><br> </td> </tr> </table><br> <table border="0" width="494" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="300"> <!-- Features Tab --> <table width="300" border="0" cellpadding="0" cellspacing="0" bgcolor="#006633"> <tr valign="top"> <td width="5"><img src="/en_US/images/common/box-green-topleft.gif" alt="" width="5" height="5"></td> <td width="290"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td width="5" colspan="2" align="right"><img src="/en_US/images/common/box-green-topright.gif" alt="" width="5" height="5"></td> </tr> <tr valign="top"> <td><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td height="17" class="text"><font color="#ffffff"><b> Package Features:</b></font></td> <td width="4"><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td width="1" bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr> <td colspan="4" bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> </table> <!-- Features List --> <table width="300" border="0" cellpadding="2" cellspacing="0"> <!-- Repeat Row for every feature --> <tr valign="top"> <td height="22" align="right"><img src="/en_US/images/common/bullet-build.gif" alt="" width="9" height="9"></td> <td class="smtext"> Includes your own Domain name and matching e-mail address </td> </tr> <tr valign="top"> <td height="22" align="right"><img src="/en_US/images/common/bullet-build.gif" alt="" width="9" height="9"></td> <td class="smtext"> 10-page Web site and site hosting </td> </tr> <tr valign="top"> <td width="14" height="22" align="right"><img src="/en_US/images/common/bullet-build.gif" alt="" width="9" height="9"></td> <td width="472" class="smtext"> Online catalog and shopping cart </td> </tr> <tr valign="top"> <td height="20" align="right"><img src="/en_US/images/common/bullet-build.gif" alt="" width="9" height="9"></td> <td class="smtext"> Secure credit card forms </td> </tr> <tr valign="top"> <td height="20" align="right"><img src="/en_US/images/common/bullet-build.gif" alt="" width="9" height="9"></td> <td class="smtext"> Appointment scheduling and request-for-quote tools </td> </tr> </table> <!-- End Feature List --> </td> <td width="194" class="smtext" align="right" valign="top"> <!-- Compare and Samples --> <table border="0" cellpadding="0" cellspacing="0" width="155"> <!-- Top Row --> <tr valign="top"> <td width="5" colspan="2" rowspan="2"><img src="/en_US/images/common/box-ltgreen-topleft.gif" alt="" width="5" height="5"></td> <td bgcolor="#cccccc" width="145"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td width="5" colspan="2" rowspan="2" align="right"><img src="/en_US/images/common/box-ltgreen-topright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td bgcolor="#99cc99"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="4"></td> </tr> <tr> <td bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td bgcolor="#99cc99"><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#99cc99" valign="top" height="16" class="text"><!-- align="center" --> <b>Still Undecided?</b></td> <td bgcolor="#99cc99"><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <!-- Separator --> <tr> <td bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td colspan="4" nowrap="nowrap" bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" width="1" height="1" alt=""></td> </tr> <tr valign="middle"> <td bgcolor="#cccccc"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td align="center" class="smtext"><!--<br><br> Content Goes Here --> <table border=0 cellpadding=10 cellspacing=0><tr><td class="smtext"> <a href="compare.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA?selectedColumn=4"><b>Compare</b></a> with other packages <!-- Separator --> <hr size="1" width="120" noshade="noshade" color="#cccccc" align="center"> See <a href="samples-e-basic.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA"><b>sample sites</b></a><br><br> </td></tr></table> </td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <!-- Bottom Row --> <tr valign="top"> <td colspan="2" rowspan="2"><img src="/en_US/images/common/box-gray-bottomleft.gif" alt="" width="5" height="5"></td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="4"></td> <td colspan="2" rowspan="2" align="right"><img src="/en_US/images/common/box-gray-bottomright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> </table> <!-- End Compare and Samples --> </td> </tr> </table> <!-- Seperator --> <hr size="1" width="494" noshade="noshade" color="#cccccc"> <!-- Fine Print --> <table width="494" border="0" cellpadding="7" cellspacing="0"> <tr valign="top"> <td class="minitext" width="47%"> Annual E-commerce subscriptions are available with optional We Build It design and maintenance package. <a href="webuild-ecommerce-basic.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA">Learn More</a> </td> <td class="minitext" width="6%"> </td> <td class="minitext" width="47%"> <b>Note to non-U.S. Customers:</b><br> E-commerce packages are currently available only to companies or individuals residing within the United States. Please contact E-commerce support at <a href="mailto:webuildit@verisign.com">webuildit@verisign.com</a> if you have any questions. </td> </tr> </table> <!-- End Page Content Here --> </div> </td> <!-- End Center Stage --> <!-- Seperator --> <td width="20" class="spacer"> </td> <td bgcolor="#cccccc" width="1"><img src="/en_US/images/common/spacer-ffffff.gif" alt="" width="1" height="20"></td> <td width="20" class="spacer"> </td> <!-- Right Side --> <td width="180"> <!-- Space Down --> <img src="/en_US/images/common/spacer.gif" alt="" width="1" height="20"><br> <!-- FAQ Outer Table --> <table width="165" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td colspan="2" width="5"><img src="/en_US/images/common/faq-topleft.gif" alt="" width="5" height="5"></td> <td width="48"><img src="/en_US/images/common/spacer-999999.gif" alt="" width="48" height="1" vspace="4"></td> <td width="59" nowrap="nowrap" align="center" valign="middle"><font face="verdana,arial" size="-1"><b><span class="faq-title">FAQs</span></b></font></td> <td width="48"><img src="/en_US/images/common/spacer-999999.gif" alt="" width="48" height="1" vspace="4"></td> <td colspan="2" width="5"><img src="/en_US/images/common/faq-topright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td bgcolor="#999999"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td colspan="3" width="155"><br> <!-- FAQ Inner Table --> <table border="0" cellpadding="2" cellspacing="0" width="155"> <!-- Repeat Row for every FAQ --> <tr valign="top"> <td><img src="/en_US/images/common/bullet-faq.gif" alt="" width="9" height="9"></td> <td><font size="-2"> <a class="faq" target="_blank" href="/en_US/faq/build-it/pkg-ecommerce-basic-1.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="popupFAQ('/en_US/faq/build-it/pkg-ecommerce-basic-1.jhtml'); return false"> What does E-commerce mean?</a><br><br> </font></td> </tr> <tr valign="top"> <td><img src="/en_US/images/common/bullet-faq.gif" alt="" width="9" height="9"></td> <td><font size="-2"> <a class="faq" target="_blank" href="/en_US/faq/build-it/index-6.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="popupFAQ('/en_US/faq/build-it/index-6.jhtml'); return false"> Do I get e-mail with my Web site?</a><br><br> </font></td> </tr> <tr valign="top"> <td><img src="/en_US/images/common/bullet-faq.gif" alt="" width="9" height="9"></td> <td><font size="-2"> <a class="faq" target="_blank" href="/en_US/faq/build-it/pkg-ecommerce-basic-2.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="popupFAQ('/en_US/faq/build-it/pkg-ecommerce-basic-2.jhtml'); return false"> Can I put my product catalog online?</a><br><br> </font></td> </tr> </table> </td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td> <td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <!-- FAQ Bottom --> <tr valign="bottom"> <td colspan="2" rowspan="2"><img src="/en_US/images/common/faq-bottomleft.gif" alt="" width="5" height="5"></td> <td colspan="3"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="4"></td> <td colspan="2" rowspan="2"><img src="/en_US/images/common/faq-bottomright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td colspan="3" bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> </table><br> <!-- Start Free Guides Table --> <table width="165" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td colspan="2" width="5"><img src="/en_US/images/common/faq-topleft.gif" alt="" width="5" height="5"></td> <td width="35"><img src="/en_US/images/common/spacer-999999.gif" alt="" width="48" height="1" vspace="4"></td> <td width="85" nowrap="nowrap" valign="middle" align="center"><font face="verdana,arial" size="-1"><b><span class="faq-title">Free Guides</span></b></font></td><td width="35"><img src="/en_US/images/common/spacer-999999.gif" alt="" width="48" height="1" vspace="4"></td> <td colspan="2" width="5"><img src="/en_US/images/common/faq-topright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td bgcolor="#999999"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td><td colspan="3" width="155"><br> <!-- inner table --> <table border="0" cellpadding="2" cellspacing="0" width="155"> <tr valign="top"> <td><img src="/en_US/images/common/bullet-faq.gif" alt="" width="9" height="9"></td> <td class="smtext"><a href="http://www.webbusiness.verisign.com/winning">How to Build a Winning Web Site</a><br><br></font></td> </tr> <tr valign="top"> <td><img src="/en_US/images/common/bullet-faq.gif" alt="" width="9" height="9"></td> <td class="smtext"><a href="http://www.webbusiness.verisign.com/smart">E-Commerce: A Smart Move in an Unpredictable Market</a><br><br></td> </tr> </table> <!-- end inner table --> </td> <td><img src="/en_US/images/common/spacer.gif" alt="" width="4" height="1"></td><td bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> <tr valign="bottom"> <td colspan="2" rowspan="2"><img src="/en_US/images/common/faq-bottomleft.gif" alt="" width="5" height="5"></td> <td colspan="3"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="4"></td> <td colspan="2" rowspan="2"><img src="/en_US/images/common/faq-bottomright.gif" alt="" width="5" height="5"></td> </tr> <tr> <td colspan="3" bgcolor="#666666"><img src="/en_US/images/common/spacer.gif" alt="" width="1" height="1"></td> </tr> </table> <br> <!-- End Free Guides Table --> <!-- Sponsor or Ad Banners --> <div align="center"> <img src="/en_US/images/common/sponsors.gif" width="117" height="51" alt=""><br> </div> </td> <!-- End Right Side --> </tr> </table> <!-- End Main Body Table --> <!-- Left-side space to footer --> <table width="6" border="0" cellpadding="0" cellspacing="0" bgcolor="#006633"> <!-- Section Color --> <tr> <td width="6" height="18"><img src="/en_US/images/common/spacer.gif" alt="" width="6" height="1"></td> </tr> </table> <!-- Footer Droplet --> <!--<importbean bean="/beans/SFGetFooter">--> <!-- Left-side space to footer --> <table width="6" border="0" cellpadding="0" cellspacing="0" bgcolor="#006633"> <!-- Section Color --> <tr> <td width="6" height="18"><img src="/en_US/images/common/spacer.gif" alt="" width="6" height="1"></td> </tr> </table> <!-- Footer --> <table width="759" border="0" cellpadding="0" cellspacing="0" bgcolor="#006633"> <!-- Section Color --> <tr> <td width="6"><img src="/en_US/images/common/spacer.gif" alt="" width="6" height="1"></td> <td width="157" align="center"> <a href="#top" class="footer" onClick="noPolls();"> <font color="#ffffff" face="verdana,arial,helvetica" size="1"><b><img src="/en_US/images/common/footer-toparrow.gif" alt="" width="8" height="4" border="0" hspace="5" align="bottom" vspace="1">Back to Top</b></font></a></td> <td width="1"><img src="/en_US/images/common/spacer-ffffff.gif" alt="" width="1" height="15"></td> <td width="128" align="center"> <a href="http://corporate.verisign.com/index.html" class="footer" target="_top" onClick="noPolls();"> <font color="#ffffff" face="verdana,arial,helvetica" size="1"><b>About Us</b></font></a></td> <td width="1"><img src="/en_US/images/common/spacer-ffffff.gif" alt="" width="1" height="15"></td> <td width="149" align="center"> <a href="/en_US/partners/index.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" class="footer" onClick="noPolls();"> <font color="#ffffff" face="verdana,arial,helvetica" size="1"><b>Partnerships</b></font></a></td> <td width="1"><img src="/en_US/images/common/spacer-ffffff.gif" alt="" width="1" height="15"></td> <td width="138" align="center"> <a href="/en_US/contactus.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" class="footer" onClick="noPolls();"> <font color="#ffffff" face="verdana,arial,helvetica" size="1"><b>Contact Us</b></font></a></td> <td width="1" bgcolor="#000000"><img src="/en_US/images/common/spacer-ffffff.gif" alt="" width="1" height="15"></td> <td width="177" align="center" bgcolor="#000000"> <a href="/en_US/site-map/index.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" class="footer" onClick="noPolls();"> <font color="#ffffff" face="verdana,arial,helvetica" size="1">Site Map</font></a></td> </tr> </table> <!-- Copyright --> <table width="759" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3" height="7" class="minitext"><sub> </sub></td> </tr> <tr valign="top"> <td width="126" align="right"><br /><a href="/en_US/legal/privacy-policy.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();"><img src="/en_US/images/common/thirdparty/trust-e-logo.gif" width="116" height="33" alt="Reviewed by Trust-e Site Privacy Statement" border="0"></a></td> <td valign="top" align="center" class="copyright" width="517"> Review our <a href="/en_US/legal/privacy-policy.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();">Privacy Policy</a>, <a href="/en_US/legal/static-service-agreement.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();">Service Agreement</a>, <a href="/en_US/legal/legal-notice.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();">Legal Notice</a> and <a href="/en_US/legal/disclaimer.jhtml;jsessionid=FG5XYSBL20ZCNWFI3FXCFFA" onClick="noPolls();">Disclaimer</a>. <br />© Copyright 2002 VeriSign, Inc. All rights reserved. </td> <td align="right" width="116"><a href="https://digitalid.verisign.com/as2/9da21194ff7258b8de418810862b7af0" target="_blank" onClick="noPolls();"><img src="/en_US/images/common/secure-site.gif" border="0" width="59" height="67" alt="VeriSign Secure Site Seal | Click to Verify" /></a></td> </tr> </table> <br /> <!-- Banner Ad --> </body> Gil Harvey The Host Factory Resellers are our Specialty Find a Web Professional
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Hiding HTML code - 5/1/2002 14:18:48
Sorry about the long post, just didn't want someone to say "you didn't get ALL the code" Why not accept the FACT that you cannot hide the HTML and still have a viewable page - PERIOD! Gil Harvey The Host Factory Resellers are our Specialty Find a Web Professional
|
|
|
|
albino_lab_rat
Posts: 634 From: MN USA Status: offline
|
RE: Hiding HTML code - 5/1/2002 14:34:22
here is the other one <html> <head> <title>Toowoomba and Region Search Engine - </title> <meta name="description" content="Toowoomba and Region Search Engine and Business Directory. Accommodation, Real Estate, map, schools, events, classifieds, banner exchange and more."> <meta name="keywords" content="toowoomba,toowoomba real estate,classifieds,chronicle,map,schools,aquatic centre,computer,city council,directory,accommodation,art,craft,Prep school,carnival of flowers,queensland,australia,bunya,century 21,ray white, "> <META NAME="AUTHOR" CONTENT="tmba.net"> <META Name="revisit-after" Content="20 days"> <META Name="ROBOTS" Content="all, follow"> <META NAME="RATING" CONTENT="General"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> a{text-decoration:none} </style> <style>A: hover{color:#000000; background:#FF9900} .topmenu { COLOR: #990000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; FONT-WEIGHT: ; TEXT-DECORATION: none } .topmenu2 { COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; FONT-WEIGHT: ; TEXT-DECORATION: none } .highlight { COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; background:#FF3333 } </style> </head> <body bgcolor="#0066CC" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF" > <a name="top"></a> <table width="770" border="0" cellspacing="0" cellpadding="0" bgcolor="#0059B3" align="center"> <tr> <td colspan="3"><img src="../art/spacer.gif" width="22" height="8"></td> </tr> <tr> <td width="7"> </td> <td width="210" nowrap><img src="../art/home2/title.jpg" width="165" height="60"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#181068"> <script> a=new Image(); refer=document.referrer; doc=document.location; x=screen.width; y=screen.height; a.src="http://mytoowoomba.com/cgi | |