HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Popup problem
Post new topic   Reply to topic    HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
mjpliv



Joined: 11 May 2004
Posts: 402
Location: Nova Scotia

PostPosted: Sat Jul 17, 2004 2:57 pm     Popup problem Reply with quote

From my email -

Quote:
Hi,
I am a small business owner. Recently I made business website by myshelf. Here is one little issue that I need to figure out.

I want to open a small window when index page is first loading.
how can I do that?

Thank you so much,
mjpliv



Joined: 11 May 2004
Posts: 402
Location: Nova Scotia

PostPosted: Sat Jul 17, 2004 2:59 pm     Reply with quote

This would be a good place to start -

http://www.htmlcodetutorial.com/linking/linking_famsupp_70.html

Read through this and if you need help with any of it. please let us know.
pesty



Joined: 22 Jul 2004
Posts: 28

PostPosted: Thu Jul 22, 2004 7:52 pm     Reply with quote

Hello the small business owner,

The tutorial site is a good site and worthy of reading. But I thought you might like a shoter version of the code. Less typing!

Use the javascript onLoad event handler. This event handler wil always go in the <body> tag

This will produce a pop-up window when the page opens.

<body onLoad="window.open('text.html','new','width=200,height=220')">


This tag opens with the index page, it creates the dialog or display box, all you do is add your photo or text.

You can adjust the windows size with the width and height attrributes. If you have trouble, check your syntax. Make sure all the commas, dots, and do-dads are right where they should be.

Pesty
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial