HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 9th, 2000, 11:31 AM
dave1904 dave1904 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 23 dave1904 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Is it possible to open a new window with the <a href"whatever.html">link </a> command but the new window should open without toolbar, scrollbar etc.
Any idea's?

Dave

Reply With Quote
  #2  
Old April 10th, 2000, 12:54 AM
Spookster Spookster is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 1999
Posts: 84 Spookster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Yes its possible but you will use Javascript to do it. Here is a script I wrote that enables you to use the same function over and over.

<html>
<head>
<title>Opening Multiple Popup Windows</title>

<script language="javascript">
<!--//
function myPopup(url,windowname,w,h,x,y){
window.open(url,windowname,"resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,width="+w+",height="+h+",left="+x+",top="+y+"");
}
//-->
</script>
</head>
<body>
<!-- Inside the parenthesis the order goes URL, window name, width, height, position from left, position from top-->
<!-- Note that by giving each popup window a different name each page will open in a seperate popup window-->
<a href="javascript:myPopup('http://www.cnn.com', 'CNN','300','300','10','300')">Open popup 1</a>
<br>
<a href="javascript:myPopup('http://www.abc.com', 'ABC','300','300','100','300')">Open popup 2</a>
<br>
<a href="javascript:myPopup('http://www.nbc.com', 'NBC','300','300','200','500')">Open popup 3</a>
</body>
</html>

Spookster


Reply With Quote
  #3  
Old April 10th, 2000, 03:21 AM
dave1904 dave1904 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 23 dave1904 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thnx, it works!!!

Dave

Reply With Quote
  #4  
Old July 29th, 2000, 11:58 PM
spaceman spaceman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 1999
Location: Perth, Western Australia
Posts: 53 spaceman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 sec
Reputation Power: 9
Since you're talking about scroll bars, I wonder if you could help me.

I've built a web page with a very wide table (it has to be due to amount of data I want to display). The only problem is, IE 5 fails to make available a horizontal scroll bar, thereby rendering most of the data unavailable for viewing. In contrast, Netscape 4.7 happily displays a horizontal scroll bar. Strange, because it's normally Netscape which 'errors' long before IE does.

Here's an example:
http://www.squashleagues.com/squashwa/test.htm

This page (above) has been generated using PHP, but that shouldn't make a difference so long as the HTML output is valid (which I believe it is).

I presume this is an error with IE. So my question is this: Is there a way to FORCE a horizontal scroll bar? Or maybe someone can see what I'm doing wrong?

Thanks,

Ross.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > opening new window without toolbar, scrollbar etc.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway