I try to create two button (XML and table button) and display raw XML and the result of XSL in the frame The function is working for each one seperatly, but after I click XML button, the table button will not work any more. The table button works itself.
Any advices for the following code?
Thanks,
code is below, replace 1onclick1 with onclick, as system limit the occurance of onclick
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
I have a feeling it is because you are doing cross domain stuff and their are restrictions on what you can do to the content.
Also your code is IE only.
Eric
Steve Jiang
Ranch Hand
Joined: May 17, 2004
Posts: 106
posted
0
I have a feeling it is because you are doing cross domain stuff and their are restrictions on what you can do to the content.
Thanks for the reply. could you give me more infomration wow I can solve the problem of cross domain? what need to be change to fix it?