I visited fullpage chat, and viewing the source I found
an interesting set of HTML. After setting a cookie to
automatically log me in, I modified it a bit
and now have Chatterbox frames on my Windows Desktop.
How useless! How cool! Here is my modified HTML.
<HTML>
<BASE HREF="http://www.perlmonks.org/">
<FRAMESET ROWS="150,*">
<FRAME SRC="index.pl?node=ad_and_talk&displaytype=raw"
MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=yes>
<FRAMESET COLS="80%,20%">
<FRAMESET ROWS="1%,99%">
<FRAME SRC="index.pl?node=showprivatemessages&displaytype=raw&type=
+superdoc">
<FRAME SRC="index.pl?node=showchatmessages&displaytype=raw">
</FRAMESET>
<FRAME SRC="index.pl?node=showotherusers&displaytype=raw">
</FRAMESET>
<!-- <FRAME
SRC="index.pl?node=talk+links&amp;
amp;amp;amp;amp;displaytype=raw"> -->
</FRAMESET>
</HTML>
- Copied the HTML to a file and saved it in Windows Favorites as *.html.
- Added the BASE REF tag
- Added the page to Desktop Properties Web content.
- Logged in and saved a cookie.
- Fiddled with frame sizes and commented out vroom's disclaimer frame (and deleted the corresponding size attribute).
Theoretically, Windows should allow me to make the
page
into a full background. I didn't want that, but my
experiments failed anyway.
mkmcconn
Edit: chipmunk 2001-03-16
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.