Any help w/this _javascript_ would be appreciated. Since I'm very new to _javascript_.

<script>
  function popup(popupType) {
  window.open(this);
  }
</script>

<form method="post" action="" > <select name="date">
<option
value="#dateFormat(dateAdd('m',i,now()),'mm')#">#dateFormat(dateAdd('m',i,now()),'mmmm yyyy')#
</select>
<input type="submit">
</form>

The main page displays the page I want in the popup. The popup gives and error because the date field is not being passed to it. Any suggestions please?

Robert O.
ô¿ô
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to