具体实现方法: 第N个页面应该有: 1。第一个form:它的ACTION= page(N+1).asp和它底部必须有Next按钮 2。第二个form:它的ACTION= page(N-1).asp和Back按钮 3。变量命名规则:举例:N_<page no 后缀是控件类型.<INPUT TYPE = RADIO NAME = RADIO_P2 是表示第二页的一个name是radio的东西 4。一个用来读取提交的函数 页面根据一个循环来判断当前的控件是属于哪一页的。 代码如下:
//////////////////////////////////////////////////////////////////////////////// // // IIIIIII SSSSSS // II SS InstallShield (R) // II SSSSSS (c) 1996-1999, InstallShield Software Corporation // II SS (c) 1990-1996, InstallShield Corporation // IIIIIII SSSSSS All Rights Reserved. // // // This code is generated...
/////////////////////////////////////////////////////////////////////////////// // // FUNCTION: OnMaintUIAfter // // EVENT: MaintUIAfter event is sent after file transfer, when end user runs // installation that has already been installed on the machine. Usually // this happens through Add/Remove Programs applet. //...
6.3版好象是用事件驱动的: ////////////////////////////////////////////////////////////////////////////// // // 函数: OnFirstUIBefore // // 事件: FirstUIBefore event is sent when installation is run for the first // time on given machine. In the handler installation usually displays // UI allowing end user to specify ...