PopUpProblem

  • Thread starter Thread starter acko bogicevic
  • Start date Start date
A

acko bogicevic

Hi
I have the folowing situation.
On page First.aspx i have a hyperlink and text box. When i click link i
want to open a popup window (page: Second.aspx) with a calendar control
Cal1. When i click on a date on Cal1 i would like to close Second.aspx
and to write date in textbox in First.aspx.
Also if textbox is not empty when link is clicked i want Cal1 to display
that date as selected.
I know that i must use JavaScript but i am completly new in JScript so i
need step by step explanation.
Thanks very much
Alexandar
 
acko said:
Hi
I have the folowing situation.
On page First.aspx i have a hyperlink and text box. When i click link i
want to open a popup window (page: Second.aspx) with a calendar control
Cal1. When i click on a date on Cal1 i would like to close Second.aspx
and to write date in textbox in First.aspx.
Also if textbox is not empty when link is clicked i want Cal1 to display
that date as selected.
I know that i must use JavaScript but i am completly new in JScript so i
need step by step explanation.
Thanks very much
Alexandar

all your answers can be found in this article:
http://aspalliance.com/articleViewer.aspx?aId=87&pId=1
 
Back
Top