With the help of forum contributors, I’ve got an xpage viewpanel with a column that launches a standard web enabled form (instead of an xpage form).
My problem is that I need to specify a target frame and I can’t figure out how or where to do this. I’ve tried a few things but none seem to work and to be honest, xpages are so new to me, I don’t know where to turn. Any suggestions would be GREATLY appreciated.
Thanks Thomas. Actually, That first link got me started in this process. I appreciate the other link as well but my issue is I’m actually trying to break out of an iFrame and write to a target of “_top” and thus far, I can’t set that target so, I guess you could say I’m not really targeting a particular frame in a frameset but rather, a way to for the linked document to re-write the current page.
I’ve tried a gazillion different variations and anytime I put something in the pageUrl it comes out as part of the href statment which won’t work. I toyed with xsl attributes but they aren’t bound and I’m not sure how to make those work either. My code is (and you’ll recognize this I’m sure). I’m truly just looking for where I would put target=“_top”:
Any ideas how to make that work? Sorry, this is very new to me so I feel like a fish out of water but I want to make this a win for xpages in our organization if at all possible.