User:Pokeresp/Sandbox: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
⧼bulbapediamonobook-jumptonavigation⧽⧼bulbapediamonobook-jumptosearch⧽
Pokeresp (talk | contribs)
Flushing my sandbox
Pokeresp (talk | contribs)
No edit summary
Line 1: Line 1:
An attempt to create a hidden text block, which would lock after being open. If only <a>'s were interpreted as normal hyperlinks, but, sadly, embedding html is not allowed, so <html> won't work...


{|table width="500px" border="1px"
|-
|-
|<code>
<html><br>
<a href="javascript:void('')" onclick="this.style.display='none';document.getElementById('songfirstverse').style.display='block'">Sing a song, please!</a>
<span style="display:none;" id="songfirstverse" name="songfirstverse">
:''I wanna be the very best''
:''Like no-one ever was.''
:''To catch them is my real test,''
:''To train them is my cause.''
:<a href="javascript:void('')" id="showkanto" name="showkanto" onclick="this.style.display='none';document.getElementById('showjohto').style.display='none';document.getElementById('kantoverse').style.display='block'">Kanto, please!"</a>
:<a href="javascript:void('')" id="showjohto" name="showjohto" onclick="this.style.display='none';document.getElementById('showkanto').style.display='none';document.getElementById('johtoverse').style.display='block'">Johto, please!"</a>
</span>
<span style="display:none;" id="kantoverse" name="kantoverse">
:''I will travel across the land,''
:''Search in far and wide.''
:''Is Pokémon to understand''
:''The power that's inside?''
</span>
<span style="display:none;" id="johtoverse" name="johtoverse">
:''My whole life has led to this,''
:''Time to test my skills''
:''I know I just can't miss''
:''Gonna show the world''
</span>
</html>
</code>
|}

Revision as of 15:58, 6 August 2008

An attempt to create a hidden text block, which would lock after being open. If only <a>'s were interpreted as normal hyperlinks, but, sadly, embedding html is not allowed, so <html> won't work...

<html>
<a href="javascript:void()" onclick="this.style.display='none';document.getElementById('songfirstverse').style.display='block'">Sing a song, please!</a>

I wanna be the very best
Like no-one ever was.
To catch them is my real test,
To train them is my cause.
<a href="javascript:void()" id="showkanto" name="showkanto" onclick="this.style.display='none';document.getElementById('showjohto').style.display='none';document.getElementById('kantoverse').style.display='block'">Kanto, please!"</a>
<a href="javascript:void()" id="showjohto" name="showjohto" onclick="this.style.display='none';document.getElementById('showkanto').style.display='none';document.getElementById('johtoverse').style.display='block'">Johto, please!"</a>

I will travel across the land,
Search in far and wide.
Is Pokémon to understand
The power that's inside?

My whole life has led to this,
Time to test my skills
I know I just can't miss
Gonna show the world

</html>