s**********i 发帖数: 711 | 1 not very clear about your requirement, but let me try.
first you need to split the content to several seperate
HTML files.
in each file, you could either use javascript
window.open() to open the next page in a new window,
or provide a link at end of that page for next page,
while set a target window name. it's better to do
both in case some people disable javascript.
for example, in first page,
this will load second page | p*i 发帖数: 15 | 2 Thanks a lot! This is great solution, and your guidance is sincerely
appreciated.
out
or
that
【在 s**********i 的大作中提到】 : not very clear about your requirement, but let me try. : first you need to split the content to several seperate : HTML files. : in each file, you could either use javascript : window.open() to open the next page in a new window, : or provide a link at end of that page for next page, : while set a target window name. it's better to do : both in case some people disable javascript. : for example, in first page, :
|
|