SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
May 10, 2001, 12:38 #1
- Join Date
- Oct 2000
- Location
- Location:
- Posts
- 94
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi all,
I have a slight problem with one of my javascripts in Netscape 4x. In I.E 5, the window opens to the size which I have specified, and it has a menu so that users can use the back button which I also specified. When I try the page in Netscape 4x, the page is extremely large and also it does not have a menu bar, the user cannot use the back button. I'm not sure why this is, and I can't see what I have done wrong. Here is a link to the site 'www.strictlybusinessuk.com' , it is a flash site, once your inside just click on the 'contact' link then on the red 'here' link to view the pop-up window: also here is the code. I would greatly appreciate any responses,
Thanks, Koncise
<HTML>
<HEAD>
<TITLE>Strictly Business</TITLE>
<META name="keywords" content="Marketing,Promotions,Ministry,Marketing,Promotions,Ministry,Marketing,Promotions,Ministry,Marketing,Promotions,Ministry,Marketing ">
<META name="description" content="Strictly Business: Turning!Blowing!!Encouraging!!!">
<script language="javascript">
function winOpen() {
window.open("http://www.strictlybusinessuk.com/sbltdform.html","null","height = 400, width = 450, status = no, toolbar = yes, menubar = no, location = no, resizable = no, titlebar = no, scrollbars = yes, fullscreen = no, top = 200, left = 250");
}
</script>
</HEAD>
<BODY bgcolor="#330066">
<object width="700" height="400" vspace="0" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#4,0,2,0" align="top">
<param name="SRC" value="new1.swf">
<param name="TEXTFOCUS" value="never">
<param name="SCALE" value="exactfit">
<EMBED SRC="new1.swf" WIDTH=700
HEIGHT=400 TEXTFOCUS=never vspace="0" scale="exactfit" align="top">
</embed>
</object>
</BODY>
</HTML>
Bookmarks