473,748 Members | 7,217 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to include HTML without border

Hi all. I'm trying and don't succeed to include an HTML page into
another without any border nor visible scroll-bar. Even if I would like
something which will work under Netscape too, at this point, my tests
are made under IE6 with the following HTML files, using <object>,
<embed> and <iframe> :

The main HTML page :
*************** *****
<html>
<head>
<title>HTML Include</title>
</head>
<body>
<u>Goal</u> : to include an HTML page without any border nor scroll
bars.
<br><br>
<b>OBJECT - no border : failure / no scroll : failure</b>
<object width="720" height="400" type="text/html" data="dummy.htm "
border="0"></object>
<br><br>
<b>EMBED - doesn't even succeed to include the HTML</b>
<embed width="720" height="400" type="text/html" src="dummy.htm" >
</embed>
<br><br>
<b>IFRAME - no border : failure / no scroll : succes</b>
<iframe width="720" height="400" src="dummy.htm" scrolling="no">
</iframe>
</body>
</html>

The one to include :
*************** *****
<html>
<head>
</head>
<body>
There's a saying that all you need are two ventriloquists and you've got
a convention. When more than 400 of them show up at Fort Mitchell, (near
Lexington, KY), it's a raucus, voice-tossing riot. That's recently what
happened at the 21st Annual Ventriloquist Convention. Covering this
event may seem the cushy assignment, but let me tell you, it was no
puppet show. Ventriloquists are a tad sensitive about their portrayal as
being...well... how shall I say this...silly. They are very serious about
their art. I guess they want people to laugh at their well-crafted
jokes, not the fact that they have their hands up some puppet's butt.
I'll let you make your own decision. The three day convention gave
"vents" a chance to get answers to pressing problems and challenges at
workshops on topics ranging from "figure maintenance" to "voice
manipulation." "My Fred is always falling off the stand," complains one
attendee during the figure maintenance segment. "It's probably a heavy
shoe problem," another vent responds. "I've seen it happen before." Pro
vents and amateurs intermingled in Kentucky with good humor and respect.
Like the diversity of the attendees, there was an equal assortment of
dummies. There were hippie dummies like the braided Wally Newton, a
Jewish baseball player, Draculas, yuppie dummies in jogging suits,
grandpa dummies with young ventriloquists and interracial couples--white
vents with black dolls. There are slick, male dummies that target
freckled female puppets with lines like, "That's a nice-lookin' figure
you've got!" And of course, there are the Howdy-Doodie looking dolls
whose looks defy their wise-ass personalities. What's the difference
between a pro and a "not-so-pro?" Well, the vents that keep their figure
as a permanent sidekick tend to be the amateurs. They're the ones who
have the figure cross its legs and move its head while a workshop is
being held. The novelty is still novel for them. Cute. Ventriloquism,
(from the latin,ventriloq uus or belly talking,) is funny business. "It's
about making people laugh. It's entertainment." explains professional
ventriloquist Pete Michaels while his figure Buddy mocks the idea,
offering, "No, it's all about the dark side. We sit around with candles,
saying 'I am weird. I am weird.'" Their colleagues are often their
toughest crowd. Many vents resort to self-deprecation, to beat them to
the punch. Figures sport buttons saying, "I'm with a dummy," while
another figure complains, "Most of the other dummies brought real
ventriloquists! "
</body>
</html>

That's all.
How would you do ?
Nov 28 '05 #1
2 5361
In article <MP************ ************@ne ws.tiscali.fr>, no@thanks.com
says...
Hi all. I'm trying and don't succeed to include an HTML page into
another without any border nor visible scroll-bar. Even if I would like
something which will work under Netscape too, at this point, my tests
are made under IE6 with the following HTML files, using <object>,
<embed> and <iframe> :

The main HTML page :
*************** *****
<html>
<head>
<title>HTML Include</title>
</head>
<body>
<u>Goal</u> : to include an HTML page without any border nor scroll
bars.
<br><br>
<b>OBJECT - no border : failure / no scroll : failure</b>
<object width="720" height="400" type="text/html" data="dummy.htm "
border="0"></object>
<br><br>
<b>EMBED - doesn't even succeed to include the HTML</b>
<embed width="720" height="400" type="text/html" src="dummy.htm" >
</embed>
<br><br>
<b>IFRAME - no border : failure / no scroll : succes</b>
<iframe width="720" height="400" src="dummy.htm" scrolling="no">
</iframe>
</body>
</html>

The one to include :
*************** *****
<html>
<head>

Sorry, I've posted here rather than in alt.html : a mistake. Sorry again
!
Nov 28 '05 #2
Asterbing said the following on 11/28/2005 3:55 AM:
Sorry, I've posted here rather than in alt.html : a mistake. Sorry again


A better place would be in comp.infosystem s.www.authoring.stylesheets as
CSS is your solution, not HTML.
--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 28 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2121
by: Luke Bellamy | last post by:
Hi - I have been asked to add a hit counter to a standard HTML page. I have found a php script to implement the counter but need to show it on the html page. I cannot include a PHP in the html file can I? the web server will not pre-parse a html file correct? I would like to put the PHP hit counter on the web site that only contains html files. Anyone have a good idea how I can do this without chaning all the files to .php?
6
2228
by: Tom Ticknor | last post by:
I am creating a page dynamically in ASP by gathering data from a database. I wish to email the resulting page to my user group by using the CDOSYS HTMLbody. The problem is I don't know how to capture the dynamically created page and save as a static html page so I can read it to create the HTMLbody for my email. I really need a solution to this problem.
3
1989
by: Mr. Clean | last post by:
Why would this not work for me: <table border="0" cellpadding="0" cellspacing="0" width="700"> <tr> <td> <!-- ----------Begin Top Navigation Include File---------- --> <!--#include file="topnav.html"--> <!-- ----------End Top Navigation Include File---------- --> </td> </tr>
2
3117
by: Kraai | last post by:
in normal asp , and even php i could use the <!--#include file="login.aspx" --> or <!--#include virtual="login.aspx" --> to include pages in my main page without using frames! when i try this with my aspx page's i get the following error! There can be only one 'page' directive
3
2051
by: rvanvolken | last post by:
After sending an email message formatted for HTML using the STMP Mail function within .NET, my message arrives with exclamation marks throughout the text, which inadvertantly hinders the correct formatting of the text. Importing the source from one of these messages to Microsoft Word, I was able to see that after each of the exclamation marks a hidden paragraph mark exists. I've read other postings where the developer used StringBuilder...
3
3202
by: bb nicole | last post by:
Below is my login function, it can work well, but after i include it at my homepage, the print message is in the login page... What should it do to make the print message invalid username or password and please enter you enter both username and password display in homepage, please help me... <?php ob_start(); session_start(); ?> <html> <head> <style type="text/css">
11
26627
by: cybervigilante | last post by:
I can't seem to change the include path on my local winmachine no matter what I do. It comes up as includ_path .;C:\php5\pear in phpinfo() but there is no such file. I installed the WAMP package and PEAR is in c:\wamp\php\pear I modified php.ini in the c:\wamp\php directory to reflect the actual path, but even stopping and restarting my server shows the c: \php5\pear path. I can't change it no matter what I do I also tried the...
1
2241
by: yemen2007 | last post by:
hi ever one. i have problem in my html file. i have header file , footer file, and index file. i want compile the header , and footer in the index file use include file put it is not work. this my code.so plz hellp me this inside the footer.html <a href="contact_info.html">Contact Us</a> <a href="copyright_info.html">Copyright &copy; 2000-2002</a> <a href="about_us.html">Tailspin Toys</a> this inside the header.html
3
3908
by: happyse27 | last post by:
Hi All, I am creating the perl script using html form(with embedded javascript inside). When using this html form with javascript alone, it works where the form validation will pop up javascript windows to say the field is not keyed into properly. However, when i convert this html(with javascript inside) into perl script, the perl script did not validate when i keyed incorrect data in the form and it straight away executed perl script...
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9544
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9324
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9247
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8243
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.