Redisplay using ASP
Hi
I think this should be easy but I just can't think how to do it.
I have a simple set of buttons in index.htm which change the language of the ASP coded nav frame inside an IFRAME.
Within that nav frame's ASP code I want a piece of code that forces the redisplay of an ASP coded main frame in another IFRAME passing the language as a parameter on the lines of
Call redisplay mainframe.asp?Lang=<%=rsData("Lang")%>"
I presume it's not possible in HTML or derivatives so presumably I have to use Javascript. But my total knowledge of that you could write on a postage stamp.
Help much appreciated please.
|