Thanks, thats awesome. Exactly what I was wanting to do. Yeah I hadn't paginated it yet so that wasn't a problem it did it all automatically.
Indexing seems a little weird, you have to have all the documents open to generate a index of all the chapters apparently?
Thanks.
I have build a book in indesign and have created a separate document for each chapter. My plan to combine them into one document is to open each chapter, select all the pages and drag-n-drop them into the first chapter.
I was just wondering if anyone knows of a better way to do this?
Thanks.
I guess i was thinking more like:
//<![CDATA[
onload=function()
{
var txt=document.getElementById("mydiv")
txt.innerHTML="<table width="100" border="0" cellpadding="0" cellspacing="0" bgcolor="#0000FF">
<tr><td>
CONTENT!
</td></tr>
</table>";
}
//]]>
which dosn't quite work...
I have this nice little js script that can write text to a div:
-----------------------------------------
<script type="text/javascript">
//<![CDATA[
onload=function()
{
var txt=document.getElementById("myDiv")
txt.innerHTML="Some Content";
}
//]]>
</script>
<body>
<div...
http://i16.photobucket.com/albums/b11/NickDCWesley/HTML/popup.gif
The image basicly explains what i am going for.
To have a link in the popup window close the popup and open the link in the prevous window that the popup came from
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.