-
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
-
-
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
-
-
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
-
-
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
-
-
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
-
-
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
-
-
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 =)
-
-
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
-
-
Bigger
Can the pop up get bigger and were do u need to edit to make it bigger ??
Nortion
-
-
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
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks