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

Posts: 387
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
 
When You Register, These Ads Go Away!
Old 08-06-2004, 08:39 AM
Average Talker

Posts: 19
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.
__________________
-
Best Flash Animation Sites V2.2
gooner is offline
Reply With Quote
View Public Profile
 
Old 02-02-2006, 08:10 PM
Guerrilla's Avatar
Ultra Talker

Posts: 387
thanks
Guerrilla is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Form to open modified window
 

Thread Tools

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

vB 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.13203 seconds with 12 queries