I am having trouble working on a Javascript for a "Link To Us" link. I almost have it but I can't get it. Here's the code:
<!-- Begin
function popUp(
http://rsd.7.forumer.com) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=800,left = 112,top = -16');");
}
// End -->
</script>
<A HREF="javascript:popUp('linkus_pop.htm')">Open the Popup Window('linkus_pop.htm'</A>
<!-- Script Size: 0.73 KB -->
-------------------------------------------------------------------------------------
If anyone can fix it so that I can make a pop up window with HTML codes for others to link to my website then please fill me in.