value "#" of action attribute in form tag
Franz Leo
- html
Was passiert in dem Fall <form ... action="#">
Auszug aus firebug trace :
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: ltr;"><head><title></title>
<meta name="generator" content="NextApp Echo v2.1.0.beta5"/><script type="text/javascript" src="/app?serviceId=Echo.ClientEngine">
</script><link rel="stylesheet" type="text/css" href="chrome://firebug/content/highlighter.css"/></head>
<body style="margin: 0px; padding: 0px; overflow: hidden; position: absolute; font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; height: 100%; width: 100%;" onload="EchoClientEngine.init('/app', true);">
<form style="margin: 0px; padding: 0px;" onsubmit="return false;" id="c_root" action="#">
<div xmlns="http://www.w3.org/1999/xhtml" id="c_1" style="overflow: hidden; position: absolute; width: 100%; height: 100%; z-index: 0;"><div id="c_1_content_c_2" style="overflow: auto; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;">
<div id="c_2" style="padding: 0px;"><div id="c_2_cell_c_3" style="padding: 0px;"><div id="c_3" style="border: 2px solid rgb(0, 0, 0); margin: 0px; cursor: pointer; border-spacing: 0px; width: 150px; background-color: rgb(128, 255, 255);" tabindex="0">Generate Chart</div></div>
<div id="c_2_cell_c_4" style="padding: 0px;"><div id="c_4" style="padding: 0px;"><div id="c_4_cell_c_5" style="padding: 0px;"><div id="c_5"/></div></div></div></div></div></div></form><div xmlns="http://www.w3.org/1999/xhtml" id="serverDelayMessage" style="margin: 0px; padding: 0px; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; cursor: wait; visibility: hidden; z-index: 10000;"><table style="border: 0px none ; padding: 0px; width: 100%; height: 100%;">
<tbody><tr><td><div id="serverDelayMessageLong" style="border: 2px groove rgb(191, 191, 207); padding: 40px; margin-top: 40px; margin-left: auto; margin-right: auto; background-color: rgb(175, 175, 191); color: rgb(0, 0, 0); width: 200px; font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; text-align: center; visibility: hidden;">Please wait...</div></td></tr></tbody></table>
</div>
</body></html>
Was passiert in dem Fall <form ... action="#">
Siehe http://forum.de.selfhtml.org/archiv/2007/7/t156357/#m1017440 (ff.)
Was soll uns der Rest deines Postings sagen?
Siechfred