Umm, pop-up script help

Blazer9131

New Member
Messages
411
Reaction score
0
Points
0
Hey guys,

I need to find a script like the little slide down pop-up on this site : http://ancient-ms.net/index2.html I have NO idea what it's called, so If I know the name, I could find it somewhere, even better if someone could link me to a source or something

Thanks a ton guys =D

~Blaze
 

chappill

New Member
Messages
74
Reaction score
0
Points
0
Right click>View Page Source> Find:
// Drop-in content box- By Dynamic Drive
// For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
// This credit MUST stay intact for use
Down to:
if(infocus=='back'){registerWindow.blur();registerWindow.location=mypage;registerWindow.blur();}
}
</script>
</head>


There's your code to display the pop-up and:


<div align="right"><a href="http://forums.x10hosting.com/programming-help/#" onClick="dismissbox();return false">[Close Box] </a></div>
Please remember to vote for AncientMS daily! Voting will help us increase, and will gain more players for you to interact with.<br>
Also, rewards such as free mesos and exp events will be given while we stride to the top!<br>
<a href="http://www.xtremetop100.com/in.php?site=1132249797"><img src="http://ancient-ms.net/v1ral/vote.gif" border="dotted"></img></a>
</div>

Is the pop-up content.

http://ancient-ms.net/styles.css

Theres the link for the style of the box, good luck. I had a similar thing on my currently down site, it can be made un-closable aswell.
 

Blazer9131

New Member
Messages
411
Reaction score
0
Points
0
LOl yah, I sorta felt stupid like 5 seconds after posting the 1st post, I did that like 2 seconds later and found the link from DD LOL.. Looked at their inventory and found something I like =D

thanks thou

~Blaze
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
btw. it's called an inline popup, if I'm not wrong.
 

Trusten

New Member
Messages
40
Reaction score
0
Points
0
actually, if you want the HTML code from certain websites, all you have to do is to click on "Page" from below your address bar, then click on "View Source", then all the HTML encoding will appear. However, if you use this method, please remember to credit to whichever website you got the code from. Otherwise, it would be somewhat immoral and you could be breaking copyright laws. After all, people spent their time encoding their website, if you take directly it would be stealing.
 
Top