Saturday, May 24, 2008

Homepage tweak contd

NOT ONLY When this string is set as homepage in a browser (FF2 and IE6 were tested)

javascript:location.href="/";

pressing "Home" button leads you to the main (root) page of a current site (domain)


BUT ALSO

javascript:location.href="..";

means upper level

you can also add such "buttons" as links on the link panel

this also deals with "?=" parameter "style=mine" in LiveJournal with considering "#"'s and other "?='"s

Sunday, May 04, 2008

Homepage tweak

When this string is set as homepage in a browser (FF2 and IE6 were tested)

javascript:location.href="/";

pressing "Home" button leads you to the main (root) page of a current site (domain)