ed
Member
Registered: 10th Sep 03
User status: Offline
|
Has anyone edited a CHM (compiled help) file before? I can decompile the file, make changes to the HTML inside it and then compile it as a new CHM using HTML Help Workshop. However doing that looses the index and the ability to search.
Basically what's happened is a help file we use has an annoying bit of JavaScript in it which forwards you to a link to the suppliers online help if the year is >2012. The online help is crap and the help file is bloody useful. I need that JavaScript out!
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
Silly question but how does it check for the time?
|
Dom
Member
Registered: 13th Sep 03
User status: Offline
|
quote: Originally posted by pow
Silly question but how does it check for the time?
JS date function i imagine.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Guess it uses system time, it's getting it from the Date() object in JavaScript. I guess changing the system date would be a fix too.
|
VrsTurbo
Premium Member
Registered: 8th Jun 10
User status: Offline
|
Robohelp. Its what i used when i created a help doc for some software
[Edited on 23-01-2013 by VrsTurbo]
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Online
|
Nirsoft have some freeware that can run things in a different date -
http://www.nirsoft.net/utils/run_as_date.html
|