Changeset 3894 for waeup/branches/ulif-rewrite
- Timestamp:
- 30 Jan 2009, 16:15:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/browser.txt
r3890 r3894 40 40 We can also get an edit view of a university:: 41 41 42 >>> browser.open('http://localhost/myuniversity/ edit')42 >>> browser.open('http://localhost/myuniversity/manage') 43 43 >>> print browser.contents 44 < html>...45 ...<form action="http://localhost/myuniversity/ edit"44 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 45 ...<form action="http://localhost/myuniversity/manage" 46 46 ... 47 47
Note: See TracChangeset for help on using the changeset viewer.