Scyth
08-25-2009, 01:38 AM
<a href="javascript:open_wins()">click here</a>
<script>
function open_wins(){
window.open("http://www.dodian.com");
window.open("http://runescape.com");
}
</script>that opens 2 tabs one to dodian.com and one to runescape.com
to make more tabs, OBVIOUSLY C&P the
window.open("http://runescape.com");Obviously lol?
anyway I was bored so I told u dis. I know alot of u be dummies at html, even though it be easyyyyyyyyyyyyyyy
I will post a example in 1 second.
<script>
function open_wins(){
window.open("http://www.dodian.com");
window.open("http://runescape.com");
}
</script>that opens 2 tabs one to dodian.com and one to runescape.com
to make more tabs, OBVIOUSLY C&P the
window.open("http://runescape.com");Obviously lol?
anyway I was bored so I told u dis. I know alot of u be dummies at html, even though it be easyyyyyyyyyyyyyyy
I will post a example in 1 second.