answersLogoWhite

0

you refresh the page by pressing the f5 or by clicking the two little arrows

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Basic Math

How do you refresh the page?

You can refresh the web page by the thing below.By clicking the F5 function key orBy clicking on the Refresh symbol in the Web Browsers task bar ( The one with two arrows pointing at one another in a circle. )


How do you refresh a JSP page?

by using the meta tag <meta HTTP-EQUIV="Refresh" CONTENT="5(duration in sec)">


How do you refresh a page?

Click on the refresh button which is mostly located next to the address bar on the top of the page and looks like a blue arrow, mostly 2 arrows making a circle. to make it easier, you can also press the 'F5' button on the top of your keyboard.


What does add to CL mean on Evony?

"Add to CL" will save the coordinates of that location to your Coordinate List. You will have to refresh the page to see them in the list. The Coordinate list can be found by going into the map, and clicking on the name of the city next to the coordinate box (It defaults as your city name). Using the coordinate list will automatically locate your saved coordinates on the world map.


What is the purpose of page directive in JSP?

The Page Directive is one of the important components of any JSP Page. It can help us define page specific properties like Buffer size or location of an error page etc A JSP page, and any files included via the include directive, can contain one or more page directives but no duplicates. The JSP container will apply all the attributes to the page. The position of these page directives is irrelevant, but it is good practice to keep them together at the top of the page. (So that we can identify them easily)