Assume I have 5 different webpages with individual URLs: http://www.aaa.com/mypage1.html http://www.bbb.com/mypage2.html http://www.ccc.com/mypage3.html http://www.ddd.com/mypage4.html http://www.eee.com/mypage5.html
Now I want to concatenate/append them (=their content) and show them on one webpage in one browser window. How can I achieve this with GM? I guess GM has to define 5 IFrames and load the URLs into the corresponding parts. But how do I do this in detail? If possible I want to show all the nested webpage parts WITHOUT vertical scrollbar INSIDE the iframes. The iframe height should be adjusted automatically to the current length. If this is not possible I want to define a certain fixed vertical height of e.g. 1720 pixel per sub webpage/iframe. Of cause the overall "wrapper" webpage could have a vertical scrollbar. Ben -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
