Dear all,
I am using prototype for  a little form popup (choice selection)
Everything works fine, as long I am using
something like:

 <a href="javascript:openURLWindow('emailoderdrucken.php?id=211')"
style="margin-left:100px;">
<img src="images/rechnung_generieren.gif" border="0" alt="Rechnung
generieren..." class="Tips4" title="Rechnung generieren..."></a>

I am trying to use it now when submitting a form:

  <form name="nachrichtsenden" action="emailoderdrucken_schreiben.php"
onsubmit="openURLWindow('emailoderdrucken_schreiben.php')";>

The small popups blinks and then come up maximisez as a normal window.
No effect, no resize.

A simple alert("test"); brings up the test popup-alert. How I call the
javascript should not matter, shpuldn't it?
Best
tsunami

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to