-
javascript menu reloading
I am creating a web site that uses the same javascript pulldown menu throughout
the site. How can I cache the script to keep it from reloading on each page
(without using frames)?
-
Re: javascript menu reloading
"csinar" <csinar@umich.edu> wrote in message news:3cfb9b2d$1@10.1.10.29...
>
> I am creating a web site that uses the same javascript pulldown menu
throughout
> the site. How can I cache the script to keep it from reloading on each
page
> (without using frames)?
If you put it into a separate file, then most browsers will cache this just
like an image.
Use this syntax: <script language="JavaScript" src="myscript.js"></script>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|