Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Form to open modified window
Old 08-06-2004, 07:12 AM Form to open modified window
Guerrilla's Avatar
Ultra Talker

Posts: 424
Trades: -1
Hello There,

I am trying to make my logon window pop-up with the nav bar and status bar hidden. I know how to do this in dreamweaver (simple add open window behaviour) but i want to do this on the submission of the logon form

My site is below, the logon is on every page in the top left.

http://comptia.itskills.co.uk

Does anyone know how to do this? I can set the tartget to _blank and it open in new window but i cant work out how to remove the nav and status bar.

Please help! Thanks
Guerrilla is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-06-2004, 08:39 AM
Average Talker

Posts: 19
Trades: 0
Try this,

Code:
<script language="JavaScript">
<!--
function openWindow(theURL,windowName,windowFeatures) {
  	window.open(theURL,windowName,windowFeatures);
}
-->
</script>
</head>
<body>
<a href="pageToOpen.html" onclick="openWindow(this.href,'newWindow','width=400,height=300,location=no,status=no');return false;" target="_blank">Link text</a>
For anyone with Javascript turned off they still get a new window but without the size / feature settings.
__________________
-

Please login or register to view this content. Registration is FREE
gooner is offline
Reply With Quote
View Public Profile
 
Old 02-02-2006, 08:10 PM
Guerrilla's Avatar
Ultra Talker

Posts: 424
Trades: -1
thanks
Guerrilla is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Form to open modified window
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29748 seconds with 12 queries