|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Target property of ASP hyperlink?Is there a way to specify a frameset (HTM) frame in the Target property?
Rob. No, you must use client side JavaScript to accomplish this.
I warned you about this kind of thing. ;-) Show quoteHide quote "Rob R. Ainscough" <roba***@pacbell.net> wrote in message news:OVx4tmbdFHA.412@tk2msftngp13.phx.gbl... > Is there a way to specify a frameset (HTM) frame in the Target property? > > Rob. > Steve,
You appear to be incorrect, I just entered the "main" (frame name) in the Target property for the ASP hyperlink and it works perfectly. Overview: Frameset that contains 4 frames (header, content, main, footer) (Main.HTM) in Main.htm (frameset) 3 ASP WebForm pages (grid layout) 1 assigned to header, 1 assigned to content, 1 assigned to footer, nothing assigned to main In the ASP web forms, the ASP hyperlinks NavigateUrl is set to the appropriate .aspx page, the Target property of the ASP hyperlink is set to "main" (or whatever frame name one uses in Main.HTM (frameset). It really is that simple -- no JavaScript needed and all session variables intact. Something as basic as frames/page navigation, it did seem odd to me that I'd have to resort to JavaSript. Rob. Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:ubjBLHcdFHA.3328@TK2MSFTNGP09.phx.gbl... > No, you must use client side JavaScript to accomplish this. > I warned you about this kind of thing. > ;-) > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Rob R. Ainscough" <roba***@pacbell.net> wrote in message > news:OVx4tmbdFHA.412@tk2msftngp13.phx.gbl... >> Is there a way to specify a frameset (HTM) frame in the Target property? >> >> Rob. >> > > |
|||||||||||||||||||||||