[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] :zz: Some questions about HTML & frames & Javascript
- To: zzdev@xxxxxxxxxx
- Subject: Re: [zzdev] :zz: Some questions about HTML & frames & Javascript
- From: Kenichi Unnai <t95129ku@xxxxxxxxxxxxxx>
- Date: Thu, 03 Dec 1998 02:37:53 +0900
- Organization: SFC Keio University
- References: <3.0.3.32.19981203015202.008d7100@xxxxxxxxxxxxxxxxxxx>
- Reply-to: zzdev@xxxxxxxxxx
Ted Nelson wrote:
>
> Finally, years late, I found out that I could use Netscape to
> save all the pictures on a page by doing an "Edit page"
> and THEN saving the page I was supposedly editing.
> This also keeps Netscape from re-contacting the server if I want to
> print the page. (Geez, thanks a lot for telling me ...)
>
I didn't know that......does it works!?
>
> Why is it that some Javascript pages, saved with "Edit page",
> save all the pieces, whereas others don't -- such as
> http://www.wwwvoice.com/bud/bud.html
> ?
I can see that.
Good JavaScript code is supposed to load every pictures which is used as mouseOver event,
between head tags, like
<html>
<head>
<script language="JavaScript">
/* Load the pictures */
</script>
</head>
<body>
/* Actual html page description */
</body>
</html>
This means every picture are stored in the computer memory before it appears on
the browser screen.
*but*
This bud ugly page's javascript code is........
<html>
<head></head>
<script language="JavaScript">
/* Load the pics */
</script>
<body></body>
</html>
Hey this does work, but it seems something is gonna be wrong! :-)
.......I think this is an intentinal html code....as the bud ugly html code.
--
-------------------------
Ken'ichi Unnai > 雲内健一
cloud@xxxxxxxxxx
http://www.sfc.keio.ac.jp/~t95129ku/
Environmental Information Department of Keio University, Japan