Click to See Complete Forum and Search --> : how to change window url
uneenoh
01-03-2003, 02:39 AM
I 'm curious about chainging only current window url without
window body.
I don't want somebody know my url address detaily.
I open the window aaa.html url.
In aaa.html , I have to chang the url bbb.html,
because nobody know that aaa.html url.
Please , help me!!
ShrineDesigns
01-03-2003, 03:20 AM
do you mean redirect to a new url ???
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="0; URL=http://www.mysite.com/bbb.html">
</head>
<body>
</body>
</html>
Charles
01-03-2003, 04:38 AM
1 - It's not a valid HTML 4.01 Document Type Declaration without the system identifier. Use instead one of:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
See http://www.w3.org/TR/html4/struct/global.html#h-7.2.
2 - The refresh META element will not always work; you need to give a link as well.
3 - It's not answer to uneenoh's question. She want's to use a frameset.
See http://www.w3.org/TR/html4/present/frames.html.
ShrineDesigns
01-03-2003, 06:33 AM
why must there be a f***ing url address in the doctype ???
Charles
01-03-2003, 09:58 AM
1 - Because the 4.01 Specification says so.
2 - Because Microsoft Internet Explorer will only go into "standards complient mode" with it. Elsewise it will assume that you do not know what you are doing.
3 - Because the Document Type Definition contains some information, the mnemonic character entities, that some browsers may need.
ShrineDesigns
01-04-2003, 11:37 PM
Originally posted by Charles
1 - Because the 4.01 Specification says so.
2 - Because Microsoft Internet Explorer will only go into "standards complient mode" with it. Elsewise it will assume that you do not know what you are doing.
3 - Because the Document Type Definition contains some information, the mnemonic character entities, that some browsers may need.
1 - most of the site i've gone to learn HTML; never stated that the DTD needs to contain a url in order to work properly
2 - i know what i am doing; i'm not a half-ass webmaster
3 - don't the browser's themselves have DTD's built in ???
and which browsers need it ???
Charles
01-05-2003, 04:48 AM
Originally posted by ShrineDesigns
1 - most of the site i've gone to learn HTML; never stated that the DTD needs to contain a url in order to work properly
2 - i know what i am doing; i'm not a half-ass webmaster
3 - don't the browser's themselves have DTD's built in ???
and which browsers need it ???
1 - Those sites are wrong about this and most likely wrong about a quite a few other things. But don't believe me, you can see for yourself at http://www.w3.org/TR/html4/struct/global.html#h-7.2. That's from the HTML 4.01 Specification. Or, if you prefer look at line 31 of the 4.01 Transitiopnal DTD itself at http://www.w3.org/TR/html4/loose.dtd: Typical usage:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
2 - I never wrote that you didn't know what you are doing, only that MSIE will think so of you. And it does appear that you have never bothered to read the 4.01 specification.
3 - Browser watch used to keep a list of more than 130 different browsers. And that list didn't include the diferent versions of those 130 or so browsers and it didn't include all of the assistive browsers like Braille and audio. Unless you are ging to try uneenoh's page on all of them don't give out incorrect information.
ShrineDesigns
01-05-2003, 05:29 AM
i see your point; i clicked the link to w3c and read up on some of that; this is one site that need to put it's information in simple and easy to understand format
Charles
01-05-2003, 05:53 AM
The 4.01 Specification is not for the meek. The style of writing reminds me of that of Søren Kierkegaard. A premise is first stated in its formal, impenetrable state and then explained. When Kierkegaard does it, though, it's a joke. He's making fun of Hegel.
And Zach is quite wrong, Kierkegaard (http://www.webcom.com/kierke/) is the best writer ever. He in turn, though a Dane, thought that Shakespere was the best and that everybody should learn the English language so that they could read his work in the original language.