initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
8
Troubleshooting/OnlineHelp.js
Normal file
8
Troubleshooting/OnlineHelp.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
function ShowHelp(section) {
|
||||
version = "9.2.0"
|
||||
url = "http://www.ironspeed.com/Designer/" + version + "/WebHelp/" + section
|
||||
newwindow = window.open(url,'name','left=100,top=100,scrollbars=yes,resizable=yes,menubar=yes,location=yes,status=yes,titlebar=yes,toolbar=yes');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
return false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue