Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script type="text/javascript" >
- function trans($alink) {
- window.open( $alink, $alink, 'location,width=600,height=800,top=200,left=400');
- return false;
- }
- </script>
- </head>
- <body>
- <a href="1.html" onClick="trans('1.html');"> Добавить Новость</a>
- </body>
- </html>
Add Comment
Please, Sign In to add comment