Forum Moderators: open
<form name="frmCalendar">
<input name="txtDate" type="text" />
<a href="javascript:calendar_window=window.open('/calendar.aspx?formname=frmCalendar.txtDate','calendar_window','width=154,height=188');calendar_window.focus()">
Calendar
</a>
</form>
However, the url that i am getting for the popup window is
[sitename.com...]
what i am trying to do is pass the text box form field to the url of the popup window.
instead of
[sitename.com...]
i want
[sitename.com...]
where john is the value of the form input.