HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

pop up
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> MySpace
View previous topic :: View next topic  
Author Message
mbp024



Joined: 19 Oct 2005
Posts: 10

Posted: Tue Oct 25, 2005 5:18 pm     pop up  

is there any way that i can have a link that displays anothere page but is not in the same window, like a pop up. the only restriction i got with that now is that i can not use javascript,
no <script> tags
gary.newelluk



Joined: 12 May 2005
Posts: 552
Location: Inverurie, Scotland

Posted: Wed Oct 26, 2005 1:42 am      

I am assuming that you have no scripting because your page is on myspace, is that correct?

There is a way of doing it but its a bit of a cheat and requires a small amount of thought.

Your myspace account does not allow scripting but it does allow css and html.

Follow these steps:

1. Go to http://www.tripod.co.uk or http://www.tripod.com and signup for a free account.

2. Edit the index.html file and add the following code:

Code:
<html>
<head>
<title></title>
</head>
<body onload="window.open('http://www.dearfatherchristmas.net')"
</body>
</html>


3. Now go to your myspace account and add the following code:

Code:
<iframe src="http://www.tripod.com/yoursite/index.htmll" style="display:none"></iframe>
</body>
</html>


-----------------------------

What I have done is as follows:

You aren't allowed scripting in myspace but you are on tripod. So I have created an index.html file in tripod that simply creates a pop up window.

(for more information about window settings visit http://easywebpagedesign.com/content/view/46/27/)

Ok so now all you need to do is attach the index.html page to your myspace page.

To do this I've created an iframe that points to the tripod index page but I've also made the iframe invisible so that you don't see the index.html page.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> MySpace
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group