- FF3, IE8b1:
-
- Element.getAttribute('action'):
- 123
- Element.action:
- http://localhost/123
- IE6, IE7, Opera, Safari Win:
-
- Element.getAttribute('action'):
- 123
- Element.action:
- 123
- Current Browser:
-
- Element.getAttribute('action')
- Element.action:
- jQuery:
-
- $('#testform').attr('action')
- Selector