Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > Javascript / Java Applets

Javascript / Java Applets Are you a JavaScript guy? Do you need help with JavaScript? This is the place to talk about anything related to Java.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-05-2009, 04:07 PM
S.T.A.L. S.T.A.L. is offline
Junior Member
 
Join Date: Mar 2009
Posts: 4
Default pop-up management code for website from my hosting account

Hi, I open pop-up window in my website using the following script:
HTML Code:
<SCRIPT TYPE="text/javascript">
<!--
function form(myform, windowname)
{
if (! window.focus)return false;
window.open('', windowname, 'height=200,width=450,left=100,top=100 scrollbars=no');
myform.target=windowname;
return true;
}
//-->
</SCRIPT>
My question is how do I make a link for closing on this pop-up window, when someone clicks on it - close the window?
Reply With Quote
  #2  
Old 07-05-2009, 05:48 PM
hood's Avatar
hood hood is offline
Member
 
Join Date: Jan 2009
Posts: 95
Default Re: pop-up management code for website from my hosting account

Add this line in your source code. When someone visitor of your website clicks on the "close" link then a pop-up box will close.
HTML Code:
<a href="javascript:window.close()">Close</a>
Reply With Quote
  #3  
Old 07-06-2009, 04:53 AM
alexson115 alexson115 is offline
Junior Member
 
Join Date: Jul 2009
Posts: 1
Default Re: pop-up management code for website from my hosting account

Hi there, Would a new one like me be welcome here?
Thanks so much in deed.

pret personnel
Reply With Quote
Reply

Tags
account, code, hosting, management, popup, website

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:38 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.