Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Pop Up with image ?

  1. #1
    Join Date
    Oct 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pop Up with image ?

    Hi...
    Can it be possible to make a pop up with image in ?

    And can i make a screen before my hompage starts and then fade it in ?

    Nortion

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You can have a screen fade in using FrontPage Page Transition Effects.

    To make a popup, you can use the createpopup(parameters) line of javascript, please refer to http://msdn.microsoft.com/workshop/a...reatepopup.asp for more information. You would need the image to be placed in an HTML file with the <img src="image location"> tabs.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Oct 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can u send HTML-code ??

    I cant find out of the page u gave me -.-
    U think u can send me the HTML-Code with the image ??

    Nortion

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Just make an html file containing this:

    <html>
    <head></head>
    <body>
    <img src="image location.jpg">
    </body>
    </html>

    Save that as a file, then make the popup open that file.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Oct 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Make pop up open -.-

    Hi again...

    Can u make me a html code for the pop up....
    Then make it open the image...
    I cant find how and were to make the Pop up open the HTML i have maked with the picture in ....

    Thx anyway Nortion

  6. #6
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Its all in the link in my first reply, you can customize it from there.
    If I get round to it later I may post an example.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  7. #7
    Join Date
    Oct 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Post plz

    Now i have tried SO many times to make it work out of that link....
    But i will not work -.-
    Plz post an Example =)

  8. #8
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Use this then, I made it earlier.

    <SCRIPT LANGUAGE="JavaScript">
    <!--
    var oPopup = window.createPopup();
    var oPopupBody = oPopup.document.body;
    oPopupBody.style.backgroundColor = "white";
    oPopupBody.style.border = "solid navy 1px";
    oPopupBody.innerHTML = "<img src='your picture.jpg'><br><br><font face='verdana' size='1'>Click outside popup to close.</font>";

    // Values are (px from left, px from top, px width, px height)
    oPopup.show(300, 80, 200, 50, document.body);
    // -->
    </SCRIPT>

    Anything else, just ask
    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  9. #9
    Join Date
    Oct 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bigger

    Can the pop up get bigger and were do u need to edit to make it bigger ??


    Nortion

  10. #10
    Join Date
    Oct 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Link

    I did found out of the problem to make it bigger it was pretty easy :P
    But Can i make the Picture to a link in the pop up ??



    Nortion

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •