Dec 3, 2001 #1 rbauerle Programmer Oct 16, 2001 48 BR How can I reload the whole window from one frame? I can´t use a link to d that, so that I need an asp command. Thanx
How can I reload the whole window from one frame? I can´t use a link to d that, so that I need an asp command. Thanx
Dec 3, 2001 #2 Jonax Programmer Aug 22, 2001 210 ASP is for server-side prgramming, I think, what you are looking for is some client-side scripting - you should check out javascript... Can you be more specific as to what you want? Upvote 0 Downvote
ASP is for server-side prgramming, I think, what you are looking for is some client-side scripting - you should check out javascript... Can you be more specific as to what you want?
Dec 3, 2001 #3 SashiRaveendran Programmer Nov 6, 2001 865 GB try using the javascript... parent.document.reload(); Upvote 0 Downvote