We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[code] pop up clickable; By The_Gunner
Topic Started: Jan 25 2010, 08:37 AM (54 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: The_Gunner
[code
 
pop up clickable]EDIT WHAT IS IN RED


preview: here?



Quote:
 


<SCRIPT LANGUAGE="JavaScript">

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=99,height=99,left = 462.5,top = 334.5');");
}
// End -->
</script>


<form>
<input type=button value="Open the Other Window" onClick="javascript:popUp('http://www.something.com/')">
</form>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply