• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

href target problem...

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ...
I'm trying to get link opened in specific target frame only...
so far , it is opening in the frame where it is fired from
( I have two frames 1) menuFrame 2) dataFrame..)
not able to display file at specified target...

Here is my code .... snipet from my .xsl file



help please

Thanks ...
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But that's an XSL file. If you want to know why the HTML it generates doesn't work the way you want, your first step should be to look at the HTML it generates. There are two possible questions here:

(1) You don't know how to write HTML to do whatever it is you wanted.

(2) You don't know how to write XSLT to produce that HTML.

So far you have not determined which of these is the problem.
reply
    Bookmark Topic Watch Topic
  • New Topic