i want a code that:
when you click an image a pop-up window comes up with 200x200
AND
i want the linked image NOT to have that annyoing blue/purple square around it.
lozzo2

i want a code that:
when you click an image a pop-up window comes up with 200x200
AND
i want the linked image NOT to have that annyoing blue/purple square around it.
lozzo2
Try this![]()
Insert this inbetween the <head> tags.
<HEAD>
<!-- 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,men ubar=0,resizable=0,width=200,height=200,left = 300,top = 200');");
}
// End -->
</script>
</head>
and then for your link use:
<A HREF="javascript:popUp('<!--PageURL-->')"><img src="IMG URL" border="0"></A>
NOTE: Where the :p is use : p without space![]()
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
Its this:
[HTML=This!] <HEAD>
<!-- 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,men ubar=0,resizable=0,width=200,height=200,left = 300,top = 200');");
}
// End -->
</script>
</head> [/HTML]
Link:
[HTML=2] <A HREF="javascriptopUp('<!--PageURL-->')"><img src="IMG URL" border="0"></A> [/HTML]
what is fetch gretchen?
Yep, both of them are RIGHT~
only difference is hers had a Popup and mine was popup![]()
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
there not working
lozzo2
whats your sites URL?
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
don't bother i deleted the code
Originally Posted by Conflictuous
Its this:
[HTML=This!] <HEAD>
<!-- 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,men ubar=0,resizable=0,width=200,height=200,left = 300,top = 200');");
}
// End -->
</script>
</head> [/HTML]
Link:
[HTML=2] <A HREF="javascriptopUp('<!--PageURL-->')"><img src="IMG URL" border="0"></A> [/HTML]
<script type="text/javascript">
<!-- 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,men ubar=0,resizable=0,width=200,height=200,left = 300,top = 200');");
}
// End -->
</script>
You forgot the <script type="text/javascript">
Want to hide these adverts? Register an account for free!