Skip to content

Commit dff66ff

Browse files
Update README.md
1 parent ab40afd commit dff66ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ bc<body>=green
345345
There are three overloads for the `GetBack` method:
346346

347347
- **`GetBack()`:** Requests the current URL path executed in the browser.
348-
- **`GetBack(this)`:** should be used only in situations where the form tag must be present on the page. If executed inside a form, the action path requests the form, otherwise it requests the path of the first form on the page.
348+
- **`GetBack(this)`:** Should be used only in situations where the form tag must be present on the page. If executed inside a form, the action path requests the form, otherwise it requests the path of the first form on the page.
349349
- **`GetBack("YourURL")`:** Requests the URL path entered as an argument.
350350

351351
Calling WebFormJS in HTML pages causes submit buttons to automatically get the onclick attribute with `PostBack(this)` value.

0 commit comments

Comments
 (0)