Click here to Skip to main content
16,004,974 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: asp pages expire Pin
cmarmr17-Dec-04 3:43
cmarmr17-Dec-04 3:43 
GeneralSet html target value dynamcially in framed htm page which sources aspx pages. Pin
Sue Oates15-Dec-04 23:43
Sue Oates15-Dec-04 23:43 
GeneralHelp - Calling a batch file Pin
Its due when15-Dec-04 13:09
Its due when15-Dec-04 13:09 
GeneralRe: Help - Calling a batch file Pin
Colin Angus Mackay15-Dec-04 13:29
Colin Angus Mackay15-Dec-04 13:29 
GeneralRe: Help - Calling a batch file Pin
Its due when15-Dec-04 13:44
Its due when15-Dec-04 13:44 
Questionhow to support asp??? Pin
Opa Knack15-Dec-04 9:57
Opa Knack15-Dec-04 9:57 
GeneralSending data back to referer Pin
mtone15-Dec-04 9:26
mtone15-Dec-04 9:26 
GeneralRe: Sending data back to referer Pin
aplope17-Dec-04 7:36
aplope17-Dec-04 7:36 
On the page that will call the popup, set your link to something like this:

<A href="javascript:calendar_window=window.open('[popup-name].aspx?formname=Form1.DueDate','calendar_window','width=210,height=188');calendar_window.focus()">
Select New Due Date</A>


You will need to insert a literal control onto your popup page first. In the event method that fires to show your user has selected whatever, you will need to put this string into your literal control:

<script language='javascript'>
  window.opener.(Request.QueryString["formname"]).value = '[new value]';
  window.close();
</script>


Obviously, replacing the form name item and the new value item with something specific to your situation.



Pegmeister
GeneralReporting Services : custom parameters Pin
Member 150632215-Dec-04 5:39
Member 150632215-Dec-04 5:39 
GeneralStrange behaviour of ISAPI Filter; OnUrlMap called multiple time after returning SF_STATUS_REQ_FINISH Pin
qaiser7315-Dec-04 0:38
qaiser7315-Dec-04 0:38 
QuestionWhy different results? Pin
rgoyal14-Dec-04 20:20
rgoyal14-Dec-04 20:20 
AnswerRe: Why different results? Pin
raouls14-Dec-04 21:43
raouls14-Dec-04 21:43 
GeneralRe: Why different results? Pin
rgoyal15-Dec-04 21:54
rgoyal15-Dec-04 21:54 
GeneralExporting different language of Portal Site Pin
Firas Rashid14-Dec-04 19:52
Firas Rashid14-Dec-04 19:52 
GeneralAdd a search help Pin
Charlotte Price14-Dec-04 3:49
Charlotte Price14-Dec-04 3:49 
QuestionShopping Cart: use cookies or database? Pin
LukeV13-Dec-04 15:46
LukeV13-Dec-04 15:46 
AnswerRe: Shopping Cart: use cookies or database? Pin
V.13-Dec-04 23:28
professionalV.13-Dec-04 23:28 
AnswerRe: Shopping Cart: use cookies or database? Pin
Paul Watson15-Dec-04 0:44
sitebuilderPaul Watson15-Dec-04 0:44 
GeneralRe: Shopping Cart: use cookies or database? Pin
LukeV15-Dec-04 2:02
LukeV15-Dec-04 2:02 
AnswerRe: Shopping Cart: use cookies or database? Pin
ScottSingleton20-Dec-04 8:29
ScottSingleton20-Dec-04 8:29 
GeneralYahtzee! Pin
Khyronian13-Dec-04 5:32
Khyronian13-Dec-04 5:32 
GeneralRe: Yahtzee! Pin
eshipman16-Dec-04 4:27
eshipman16-Dec-04 4:27 
GeneralRe: Yahtzee! Pin
Khyronian16-Dec-04 5:02
Khyronian16-Dec-04 5:02 
Generaluse ActiveX control in C# web application Pin
kd834112-Dec-04 11:33
kd834112-Dec-04 11:33 
QuestionHow can i add an element from JavaScript? Pin
Hercules0111-Dec-04 20:22
Hercules0111-Dec-04 20:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.