The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do make html popups?

5 posters

Go down

Solved How do make html popups?

Post by Tekken179 November 12th 2009, 5:50 pm

Ok so i got the games working... but now im wondering on how i can use a link

for example


Toss The turtle

and clicking toss the turtle will open up the game in a popup


Last edited by Tekken179 on November 12th 2009, 7:11 pm; edited 1 time in total
avatar
Tekken179
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do make html popups?

Post by Sanket November 12th 2009, 6:40 pm

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How do make html popups?

Post by abhi789 November 13th 2009, 6:03 am

Sometimes you might want to link to a popup window from your Movable Type weblog. For example you can make your About page a popup instead of a separate page. Although using the target="blank" attribute in a hyperlink can generate a new page, using javascript commands for popups will give you more control over the appearance and location of the popup.

Movable Type already uses popups. You can create a link to an image file that will create a popup of the image when clicked (see Uploading Images and Photos). There is javascript code in the default headers of your index and archive templates for OpenComments and OpenTrackback that can be used to invoke comment and trackback popup windows.
====================================================
Nice try to advertise, Member Banned Links Removed.
avatar
abhi789
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

Solved Re: How do make html popups?

Post by kirk November 13th 2009, 5:16 pm

i would just put it in a text or banner link form that leads to a post or html page where the game is posted.

but if you post the game code i might be able to get it to pop out for you i have to try a few things first.. so post the game code or link and let me have a look at it.

thanx
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do make html popups?

Post by Sanket November 13th 2009, 8:07 pm

I wonder how did you change the complete problem from enabling html to making html popups. Shocked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How do make html popups?

Post by kirk November 14th 2009, 1:59 am

Sanket wrote:I wonder how did you change the complete problem from enabling html to making html popups. Shocked

lol now i am confused.. hehe.

if Tekken179 has the game posted on the forum. provide the link to the post or the embed code and i can see if i can create a pop out thing for it. i am not sure but i think i might be able to. if not.. RONO!!! TO THE RESCUE... HAHAHA Razz
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do make html popups?

Post by Tekken179 November 14th 2009, 3:09 pm

Code:
<iframe src="http://www.ludobox.com/Toss-the-Turtle,game-2358-single.html" name="Ludobox_2358" title="Toss the Turtle" width="830" height="575" frameborder="0"></iframe>

THERES THE CODE ^_^

and heres the link to the post i have it in atm

http://thetechzone.bigforumpro.com/arcade-f11/toss-the-turtle-t14.htm
avatar
Tekken179
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do make html popups?

Post by kirk November 14th 2009, 8:19 pm

haha what a silly game.
well i got it to work... lol

Um this was a code form rono i just alterd it.. so be sure to give him cretit
and i'll pm him too just in case he wants to adjust it which i am sure he will.. lol

but it works good Smile CTOP rono.
Code:
<center><a onclick="window.open('http://www.ludobox.com/Toss-the-Turtle,game-2358-single.html', 'popup1', 'width=1024,height=800,height=800,left=150,top=250'); return false" href="http://www.ludobox.com/Toss-the-Turtle,game-2358-single.html" target="popup1" title="Chatbox & Shouts"><strong><img height="32" border="0" width="147" src="http://i85.photobucket.com/albums/k57/RoNo1/whats_up.gif" alt="Chatbox & Shouts" title="Chatbox & Shouts" /></strong></a><br /><a onclick="window.open('http://www.ludobox.com/Toss-the-Turtle,game-2358-single.html', 'popup1', 'width=1024,height=800,height=800,left=150,top=250'); return false" href="http://www.ludobox.com/Toss-the-Turtle,game-2358-single.html" target="popup1" title="Video  & Games"><strong> Popup Video Game<strong></a><br />
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do make html popups?

Post by RoNo November 14th 2009, 10:10 pm

Hey guys... Wow! Look at all that code!
Good job getting it to work kirk.

Here is all you need for a popup version of the game
Code:
<a href="http://www.ludobox.com/games/23/2358.swf" target="popup01" title="Toss the Turtle" onclick="window.open('http://www.ludobox.com/games/23/2358.swf', 'popup01', 'width=800,height=500,height=200,left=150,top=250,scrollbars=no'); return false">Popup Game: Toss the Turtle</a>
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How do make html popups?

Post by kirk November 14th 2009, 10:29 pm

RoNo wrote:Hey guys... Wow! Look at all that code!
Good job getting it to work kirk.

[/code]

He hehe well it was long shot i was just experimenting to see. lol
but yeah i think i understand it better now I'm looking at yours.. the one i did was actually from a pop out chat code of yours Razz funny

thanx bro Very good
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do make html popups?

Post by Tekken179 November 15th 2009, 12:50 am

thank you so much for all your help this is great :d used to know this when i was younger but forgot it in my later years after never using anything like coding
avatar
Tekken179
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do make html popups?

Post by RoNo November 15th 2009, 3:04 am

How do make html popups? Cool2

This topic is closed! Glad we could help.
How do make html popups? Burger
Locked!How do make html popups? LockRoNo

____________
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum