User talk:Venusy
From Homestar Runner Wiki
(Difference between revisions)
m (Question for Venusy.) |
m (→Homsar Menu Page) |
||
| Line 1: | Line 1: | ||
==Homsar Menu Page== | ==Homsar Menu Page== | ||
Hi there. I noticed your addition to the [[Secret Pages]] article about the [[Homsar Main Page]] source code. Are you talking about the .SWF file code or the HTML file code? Because I don't see anything in the [http://www.homestarrunner.com/memorabilia.html memorabilia.html] source. Thanks.[[User:Tom|<nowiki></nowiki>]] -- [[User:Tom|Tom]] 13:34, 10 Feb 2005 (MST) | Hi there. I noticed your addition to the [[Secret Pages]] article about the [[Homsar Main Page]] source code. Are you talking about the .SWF file code or the HTML file code? Because I don't see anything in the [http://www.homestarrunner.com/memorabilia.html memorabilia.html] source. Thanks.[[User:Tom|<nowiki></nowiki>]] -- [[User:Tom|Tom]] 13:34, 10 Feb 2005 (MST) | ||
| + | |||
| + | In Firefox, go to the page source of [http://www.homestarrunner.com/memorabilia.html memorabilia.html]. Look for the tag that says SCRIPT LANGUAGE="Javascript" in caps. Below that, there is this line: | ||
| + | |||
| + | !-- | ||
| + | function newwin1() { | ||
| + | window.open("costumes01.html" | ||
| + | |||
| + | There's more than that, but it's not worth adding. [[User:Venusy|Venusy]] | ||
Revision as of 20:42, 10 February 2005
Homsar Menu Page
Hi there. I noticed your addition to the Secret Pages article about the Homsar Main Page source code. Are you talking about the .SWF file code or the HTML file code? Because I don't see anything in the memorabilia.html source. Thanks. -- Tom 13:34, 10 Feb 2005 (MST)
In Firefox, go to the page source of memorabilia.html. Look for the tag that says SCRIPT LANGUAGE="Javascript" in caps. Below that, there is this line:
!-- function newwin1() { window.open("costumes01.html"
There's more than that, but it's not worth adding. Venusy
