473,395 Members | 1,568 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

The RevealTrans HTML Meta Tag.

Hello,

any body know what can be a reason of that the following line works

<meta http-equiv="page-exit" content="blendtrans(duration=3)">

and the same line where exit is replaced by enter does not work?

Thank you.

Jul 23 '05 #1
13 5823
op*********@yahoo.com wrote:
any body know what can be a reason of that the following line works
I have no idea, I can't find a standard that defines it anywhere and it
doesn't work in my browser. It must be because...
<meta http-equiv="page-exit" content="blendtrans(duration=3)">


That is a non-standard, proprietary presentational extension that has no
place within an HTML document. It will not work in anything except
Internet Exploder and controls some features that really should be part
of a stylesheet, not HTML markup.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Jul 23 '05 #2
> It will not work in anything except Internet Exploder and controls
some features that
really should be part of a stylesheet, not HTML markup.

Is there any hope that later it will be supported by Netscape? Why such
non-tandard properties appear? It means that different organisations
introduce different elements and html can start to be developed in
several different directions? Description of the discused property I
found here:
http://www.influentialcomputers.co.u...eveal-demo.asp

Jul 23 '05 #3
Gazing into my crystal ball I observed op*********@yahoo.com writing in
news:11**********************@o13g2000cwo.googlegr oups.com:
It will not work in anything except Internet Exploder and controls
some features that really should be part of a stylesheet, not HTML
markup.

Is there any hope that later it will be supported by Netscape? Why such
non-tandard properties appear? It means that different organisations
introduce different elements and html can start to be developed in
several different directions? Description of the discused property I
found here:
http://www.influentialcomputers.co.u...eveal-demo.asp


The Internet is not a PowerPoint presentation, nor is it a film, so it
does not need transitions.

There is only one standard, <http://www.w3.org/TR/html4/> and that is the
one to follow.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 23 '05 #4
op*********@yahoo.com wrote:
It will not work in anything except Internet Exploder and controls some features that
really should be part of a stylesheet, not HTML markup.

Is there any hope that later it will be supported by Netscape?
Not much. Non-standard features do sometimes creep into other browsers - but
usually only good ones. The transitions are widely regarded as "annoying".
Why such non-tandard properties appear?
Either as an experiment that precedes or accompanies a proposal for a
standard, or as an effort to gain marketshare by offering something
different.
It means that different organisations
introduce different elements and html can start to be developed in
several different directions?


See the browser wars of the mid-90s. Not fun.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #5
op*********@yahoo.com wrote:
It will not work in anything except Internet Exploder and controls
some features that really should be part of a stylesheet, not HTML
markup.
Is there any hope that later it will be supported by Netscape?


Are you referring to the existing proprietary markup version or a
hypothetical stylesheet version? The markup version will *never* be
supported by other browsers, a stylesheet version would be supported
*if* the CSS working group within the W3C decide that transitions would
be useful and can be implemented in an interoperable fashion; however,
the chances of this happening are slim.
Why such non-standard properties appear?
Browser Wars!
It means that different organisations introduce different elements
and html can start to be developed in several different directions?


What? You want many different versions of HTML, with each browser
implementing a different one? I assume that also means you want to
develop a seperate page for every different browser and learn many
different constructs for achieving the same result. I guess, you'll
also do browser sniffing to detect IE, Mozilla, Opera, Konquerer,
OmniWeb, KHTML, Safari, Camino, Amaya, Lynx, etc. so that you can
deliver each browser the specially developed page. Oh, wait. You're
probably the kind of person that just couldn't be bothered to create so
many versions and sticks a "View this page with IE or go away" notice
cause you're too lazy to develop for multiple browsers cause there all
different. Gee, wouldn't it be nice if every browser could implement
the same things...

Oh... WAIT!!! *They DO!* http://www.w3.org/

see the AnyBrowser campaign.
http://www.anybrowser.org/campaign/

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Jul 23 '05 #6
op*********@yahoo.com wrote:
any body know what can be a reason of that the following line works

<meta http-equiv="page-exit" content="blendtrans(duration=3)">

and the same line where exit is replaced by enter does not work?


Hard to tell, and especially hard without URLs. It works for me
(on IE 6). But since the question is really not about HTML (although
Microsoft implemented this fancy idea nominally inside HTML tags),
asking in a microsoft. group might work better. With a URL.
You might also check what Microsoft says about this stuff:
http://msdn.microsoft.com/workshop/a...er/filters.asp

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #7
me

<op*********@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
It will not work in anything except Internet Exploder and controls

some features that
really should be part of a stylesheet, not HTML markup.

Is there any hope that later it will be supported by Netscape? Why such
non-tandard properties appear? It means that different organisations
introduce different elements and html can start to be developed in
several different directions? Description of the discused property I
found here:
http://www.influentialcomputers.co.u...eveal-demo.asp

Jul 23 '05 #8
me
<op*********@yahoo.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
Hello,

any body know what can be a reason of that the following line works

<meta http-equiv="page-exit" content="blendtrans(duration=3)">

and the same line where exit is replaced by enter does not work?

Thank you.


Sorry I was late getting here, I see the militants have already had their
say, hope you come back to see this. See below:
http://www.jansfreeware.com/articles...ansitions.html
That harmless bit of eye candy will only work in IE and AFAICT it won't
cause a fatal error in any browser on any OS so I see no reason why you
shouldn't have some fun with it.
Good Luck,
me
Jul 23 '05 #9
On Mon, 28 Mar 2005 08:36:42 -0600, "me" <anonymous@_.com> wrote:

[...snipped crap, as usual...]

Out of posts I read in ciwah and ciwas it seems like "me" is opting for
the equivalence of C-NET's "helper of the week".

cnet eventually did put a stop to the trickle down of their "helpers"
posts to the Big-8 hierarchy but once in a while 'volunteer helpers'
like "me" will still try to get back in business to spam Usenet.

With all that authoring time at hand, he makes me wonder what's behind
the scene.

--
Rex
Jul 24 '05 #10
Adrienne wrote:
There is only one [HTML] standard


What's ISO HTML, then?
Jul 24 '05 #11
in comp.infosystems.www.authoring.html, Leif K-Brooks wrote:
Adrienne wrote:
There is only one [HTML] standard


What's ISO HTML, then?


http://www.google.com/search?q=ISO+HTML
http://www.cs.tcd.ie/15445/15445.html

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Utrecht, NL.
Jul 24 '05 #12
Jukka K. Korpela wrote:
op*********@yahoo.com wrote:
<meta http-equiv="page-exit" content="blendtrans(duration=3)">


It works for me (on IE 6).


You poor thing! You can easily disable these annoyances in the Internet
Options Advanced tab.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 24 '05 #13
On Tue, 29 Mar 2005 09:24:01 -0600, kchayka <us****@c-net.us> wrote:
Jukka K. Korpela wrote:
op*********@yahoo.com wrote:
<meta http-equiv="page-exit" content="blendtrans(duration=3)">


It works for me (on IE 6).


You poor thing! You can easily disable these annoyances in the Internet
Options Advanced tab.


Alt-F4 is quicker and more effective ...

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 24 '05 #14

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

Similar topics

17
by: Lloyd Sheen | last post by:
This IDE is driving me nuts. I needed another button so I copied an existing one, changed the Text and the id and position by drag and drop. Well then I run and get the following: Control...
5
by: David Elliott | last post by:
I need a control on a Web Page that can accept an HTML Document and will display it. Any help would be appreciated. Thanks, Dave Here is what I was trying...
4
dizyn
by: dizyn | last post by:
Hi here is errors list, i have solved many but these few are not getting solved. Please help me. Line 5 column 113: character data is not allowed here. Line 15 column 6: end tag for "HEAD" which...
1
dizyn
by: dizyn | last post by:
I am having following errors please help. Errors: Line 17 column 71: document type does not allow element "META" here. ...-type" content="text/html;charset=iso-8859-1" /> Line 18 column 22:...
1
by: SimonSiz007 | last post by:
Expected behavior: Clicking a button dissolves an image (actually dissolves a SPANed region on the page in which an image is displayed). Clicking the button again reverses the effect. Thanks for...
1
by: reemamg | last post by:
Have a piece of code which works in Firefox however doesnt work in IE <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <meta...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.