aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes another HTML statement confusion Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "another HTML statement confusion" Watch "another HTML statement confusion" New topic
Author

another HTML statement confusion

Wilson Mui
Ranch Hand

Joined: Apr 09, 2003
Posts: 140
I just saw this in some code:
<!--webbot bot="Include" U-Include="includes/REFINCLUDE.htm" TAG="BODY" -->
I have never seen this type of tag before, but it isn't just comments because I see it's effects. It is like a reference to another html document, which is nice, but where does this type of html come from. Is it FrontPage specific? Is it standard, or is this a hack from Frontpage? Any good sites about webbot?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
It is frontpage code..
http://www.rtr.com/fpsupport/SERK/a_bots.htm
Wilson Mui
Ranch Hand

Joined: Apr 09, 2003
Posts: 140
So what's the danger of using frontpage code? There must be a down-side.
Would anybody say there is any danger at all if the site was viewed only within an intranet, where all computers viewing it is basically a mirror of each other?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
you just have to make sure that frontpage extensions are available on the server...
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50677

<personal-opionion>
I would die before I let some WYSIWYG tool generate code for me.
</personal-opionion>


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
I can tell you do not code in .NET Bear! LOL
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50677

Amen, brother!
Wilson Mui
Ranch Hand

Joined: Apr 09, 2003
Posts: 140
Well this "website" isn't running on a web server it is just sitting on somebody's computer, on some desktop. We just use it like a file server. Does that mean that person's computer is somehow running something that supports FrontPage extensions, but not necessarily running a webserver?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
If you installed frontpage, you most likely installed frontpage extensions.
I personally never used frontpage ext. other then having to install them for visual studio to run properly.
Eric
 
IntelliJ Java IDE
 
subject: another HTML statement confusion
 
Threads others viewed
include tag ???
strange message at web-server
html include like jsp:include
select check all and total the value in a field
Combo box problem
IntelliJ Java IDE