![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|

<script>
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=500,left = 440,top = 262');");
}
// End -->
</script><a href="thepage.html">LINK</a><a href="javascript:popUp('thepage.html')">LINK</a>
<script language="Javascript1.2">
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
message = "Ahem no right clicking please! =)";
function NoRightClick(b) {
if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
||((navigator.appName=="Netscape")&&(b.which > 1))){
alert(message);
return false;
}
}
document.onmousedown = NoRightClick;
// -->
</script>

Z3 wrote:Ah, so i was missing the part in the head. I was wondering why the part in the link I had wasnt working. But wouldnt that code cause all the links that way to be 400x 500? what if you needed different links to be different sizes? Also for the heading code you gave me, is that any specific type of script? javascript? all you have is a </script> at the end
<a href="javascript:popUp('thepage.html')">LINK</a><A HREF="#thissection">section one</a>
<A HREF="#diffsection">section two</a><A NAME="thissection">
<A NAME="diffsection">
Users browsing this forum: No registered users and 6 guests