Move page by link
6 answers
onclick return false; - , , , . , , , , " " .., .
(, SO ) onclick , .:
<span id="potato">Do something</span>
<script type="text/javascript">
document.getElementById('potato').onclick= function() {
// do something
};
</script>
, , .
, <input type="button"> <button type="button">, . , -, CSS , , , . , IE ; .
+2
.net 2.0
MaintainScrollPositionOnPostback
@page, .
, . SmartNavigation.
- , . -, , .
MaintainScrollPositionOnPostback()()() true, .
, location.href .
location.href = "#anchAtPos";
anchAtPos .
0