Editing content of a webpage using either HTML or Script: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
→‎Script Example: expaining time query string
No edit summary
m (→‎Script Example: expaining time query string)
Line 51: Line 51:
If you want to copy this code, note the 'target' attribute in the 'a' (anchor) element refers to the 'name' attribute in the 'iframe' element.
If you want to copy this code, note the 'target' attribute in the 'a' (anchor) element refers to the 'name' attribute in the 'iframe' element.
===Script Example===
===Script Example===
NOTE: In this version, a query string is used containing the time.  A query string is something that starts with a question mark and follows a Universal Resource Locator (URL). The URL tells the browser where to find the (image) file it is being asked to load. The query string, in this case, tells the browser to load a fresh copy of the (image) file from its source because it will not match the query string on the file contained in a browser cache (if the browser options/preferences are set to allow cache copies to be used when the same file is requested again).
<pre>
<pre>
<script type="text/javascript">
<script type="text/javascript">
5,838

edits

Navigation menu