Jump to content

Frames with xsl


dooberry

Recommended Posts

Ok,here's another topic for fun.I need to create a document with two frames in it, one for navigation and one for the target.When I click on the link I want the target frame to contain the output of a dynamic transform.The script I am using for the transform is as follows and is in the frame with the links:

Sub loadpage (xmlfile, xslfile)Set xmldoc = CreateObject("Microsoft.XMLDOM")Set xsldoc = CreateObject("Microsoft.XMLDOM")xmldoc.load xmlfilexsldoc.load xslfileset wpage = xmldoc.transformnode(xsldoc)

Ok,How do I get wpage to appear in the target frame using the script?I've tried using the parent object and I keep getting errorsIf anyone can help I'd appreciate it.

and that's all I got to say about that
Dooberry.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...