Sunday, December 20, 2009

Blusher For Olive Skin

How to open a popup window from the blog

How to open a popup window from the blog

http://iolecal.blogspot.com/ 2009/04/come-aprire-una-finestra-popup-dal-blog.html

E 'can open a popup window by Blogger and display it in an image or text by clicking on a button or a link in blog.

For example, clicking on this link opens a popup with the content of the post within the area enclosed by the board:


Let's see the javascript code to insert into the template of the blog and the syntax to display the popup.

First line you must enter this code:



where

id is the id of the div whose content must be displayed in the popup while the two numeric values \u200b\u200b
400 and 300
represent the size of the popup window. If the two dimensions are not specified the default is 800x600.
What is the id of a div and what is it?? In my post, the html of the div with the border is as follows:

id = "popup"
style = "border: 3px double rgb (247, 155, 173); margin: 0pt auto ; padding: 15px; width: 260px; height: 200px; text-align: center; ">

Photo by:
Amsis
link to see the popup with the content div. openPopup function may be associated with the event onclick

a link in an image but also
. In this case, the syntax is:

Own Marriage Invitation Mail

How to open link in new page or in a popup window


How to open link in new page or in a popup window

http://iolecal.blogspot.com/2009 / 10/come-aprire-i-link-in-una-nuova-pagina.html

: how you can open a link in a new window or in a popup window ?

Already long ago, I wrote the post How to open a popup window from

blog: the script I made to display the pop-up a portion of the post by clicking on a link. Now let's see how to open a link in a new window or a popup, it is useful if you have a bog on Blogger or on other platforms.

First, the syntax of a link is as follows:

address "> Name




where address can be the url of a blog, a website, an image or your post while Name is the name displayed on the page. For example if I write:

http://www.flickr.com/photos/ioleblog/ "> header My Flickr!

page displays the string" My header on Flickr! "I see the link and clicking on the Flickr page with my header. failing to set any property of the website, the address will open the same page where we are. To open a link instead of just add in a new window property target
this:




target = "_blank" > Name

When the target attribute is omitted, the default link will open the same page. Instead of a name, you can also insert an image, the syntax then becomes:

target = "_blank"
>


And here's the result: my header on Flickr!
(in a new window)
To open the link in a popup, but the syntax is as follows: address ',' name
window ','');">
features window
;
Name
where Name and address signifivato the same as before, while
window name used to identify the window we are going to open (it's optional, so we can write
''). Regarding window here are some features:

width and height
: width and height of the window in pixels
    (eg
  • width = 500, height = 400 )
    left and top : distance from the left and from the top of the monitor
  • (eg
  • left = 200, top = 300 )
    resizable: the window can be resized (
  • resizable = yes or

  • resizable = no ) fullscreen : the window opens full screen (
  • fullscreen = yes or

  • fullscreen = no ) menubar : the window has the menu bar
  • (
  • menubar = yes or
    menubar = no ) toolbar : the window has a toolbar of the browser
  • (
  • toolbar = yes or
    toolbar = no ) location: the window has the address bar of your browser (
  • location = yes or

  • location = no ) scrollbars: the window has scroll bars, side (
  • scrollbars = yes or

  • scrollbars = no ) status: the window has a status bar
  • (
  • status = yes or
    status = no ) features must be separated by a comma. Let's see an example: a pop-size 800x600px fixed (ie non-resizable ), located in the upper left
monitor, without any
bar. My header on Flickr
and behold the result:
My header on Flickr!
(in a popup)

Coin Pusher Free Game

Create a pop-up blogger

Create a pop-up blogger


Create a pop-up
is to open a new browser window containing a page or specific content.

In short, are defined

all pop-up advertising windows that suddenly appear while we're browsing certain web sites or windows that open when you click on the appropriate link.
The programming language used to create these special windows is the famous JavaScript
.
After this brief introduction, we turn to what is the body of quet'articolo, the creation of a pop-up bloggers.
What we are going to create is something quite different from the various advertisements that suddenly appear. Our
fact, it will open only when one of our members have decided to click on a particular link.





Try clicking on this link

to understand what we're really talking about. Should open a small window size 300x300 containing the logo of the chamber of the blog. This is the well known appearance of a pop-up

The creation of a pop-up is not particularly difficult. Just follow some simple precautions. First, let us go in Layout / Edit HTML and execute, as a precaution, the backup
of our model.

Without the backup, we look for the string
and insert this code just before:
function openPopup (dividends, W, H) {if (W == undefined




finished making changes save the template. creazione pop-up We will then invoke the code that will allow us to integrate the pop-up on our blog.
Then we will see how to put one of these windows into the post or widget blogger.
Do not worry, it's a simple procedure. Just make use of this line of code:



link



To define the content of this pop-up, simply create a
id = pop-up as in the example reported:



background: # 000000;
text-align: center; ">

values \u200b\u200b200 and 300 indicate the size of our window. They can then be modified at will, and if left blank, will assume the values \u200b\u200b1024x768.