Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal webform
Message
From
18/09/2002 10:07:35
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00701477
Message ID:
00701781
Views:
15
Hi Cathi,

Thanks for the response. Are you saying I should have the following code?
<script type="text/javascript">
    function Popup(lsPage)
     {
       window.open         (lsPage,"CalendarWindow,"toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=300")
       window.document.form.submit
     }
</script>
>You could try using the Form.submit() javascript code in your script.
>
>>Cathi,
>>
>> I have a birthdate textbox with a hyperlink next to it on a webform. When the user clicks the hyperlink a javascript is called and a calendar window pops up. The user selects the date they want and closes the window. The SelectedIndexChanged event on the calendar sets a session variable to the date selected. The problem I'm having is refreshing the webform that the calander webform is called from. Do you know of a way of doing this?
Thanks

Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform