Hi there,
I have a <a href "JavaScript:t(' 1')"> event that expands and collapse
hyperlinks, similar to a treeview (<div>).
The webpage is split in Left and right side. The "treeview" resides on the
left and the contents gets displayed on the right side. Everytime the
JavaScript:t('1 ') is clicked the section below is displayed. The text of the
JavaScript hyperlink is at the top similar to a header. When I click on the
hyperlinks in the section area the corresponding page opens.
The code works fine.
Now I want open at the same time when the hyperlink JavaScript:t('1 ') is
clicked, a corresponding web page to the hyperlink text.
How could that be done?
regards
Norman
I have a <a href "JavaScript:t(' 1')"> event that expands and collapse
hyperlinks, similar to a treeview (<div>).
The webpage is split in Left and right side. The "treeview" resides on the
left and the contents gets displayed on the right side. Everytime the
JavaScript:t('1 ') is clicked the section below is displayed. The text of the
JavaScript hyperlink is at the top similar to a header. When I click on the
hyperlinks in the section area the corresponding page opens.
The code works fine.
Now I want open at the same time when the hyperlink JavaScript:t('1 ') is
clicked, a corresponding web page to the hyperlink text.
How could that be done?
regards
Norman
Comment