|
Related Topics:
| Yes/No Popup window - All, I have something a little different here 0 but I'm sure you guys can help me out. I need to open a popup window - and get the response. The window will be something like: - This will delete all items in your "Are you sure..
Netscape and xhtml/css - I tried this one on alt.html earlier today, but without any helpful Maybe I'll be more lucky around here.... I'm in the process of designing a new website, and there seems to be some sort of rendering problem when I opened it in Netscape 7.1;..
netscape 7.1 and Mozilla 4 - Hi, Can comeone please tell me if I have Netscape 7.1, and Mozilla 1.4, if these are in fact the same browser? Thanks
Nasty in Netscape? - Hello, the front page of my site looks hideous in netscape (I know it's not the most beautiful example of modern site design anyway, but I'd like to get this fixed!). I was hoping someone could give me a few pointers as to why this is? Kind..
Netscape 7 slower than IE6 under Win XP ? - Is it possible that under Windows XP Pro IE 6 loads pages faster than Netscape 7 ? That's the I get. Did perhaps Microsoft build some code into XP Pro which purposely slows down Netscape 7 and if so what can one do to speed up Netscape 7 ?..
|
|
|
Next: Macintosh IE 4.5 Trouble
|
| Author |
Message |
External

Since: Feb 07, 2004 Posts: 4
|
(Msg. 1) Posted: Sat Feb 21, 2004 11:08 am
Post subject: popup window will not execute in netscape Archived from groups: alt>www>webmaster (more info?)
|
|
|
it works fine in ie, but not netscape. here's a snip of the code/html,
etc...i only included what is relevant.
thanks folks...
<head>
<script>
function doPopUpBRACHIAL1(){
doPopUpWindow =
window.open("images/brachial2.jpg","Brachial","width=370,height=330");
}
</script>
<style media="screen" type="text/css">
#ht1,#ht2,#ht6 {
position: absolute;
z-index: 100;
top: 0px;
left: 10px;
visibility: hidden }
..hyperText {
color: #333333;
font: 10px/12px "Trebuchet MS", Arial, Helvetica, Geneva,
sans-serif;
background-color: #cccccc;
padding: 5px;
border: solid 2px #ff6666;
width: 250px;
layer-background-color: #CCCCCC
}
</style>
<SPAN ID="ht6" CLASS="hyperText">The Brachial artery feeds
off of the Subclavian artery and leads down the arm towards the elbow.
</SPAN>
<body>
<td rowspan="2"><a href="javascript:doPopUpBRACHIAL1()"
onMouseOut="popUp(event,'ht6')" onMouseOver="popUp(event,'ht6')"><img
name="body1_r8_c2" src="mappings/body1_r8_c2.gif" width="11"
height="14" border="0" alt=""></a></td>
</body>
</head>
--
M60 7.62mm
Combat tested, mother approved.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: popup window will not execute in netscape |
|
| Back to top |
|
 |  |
External

Since: Feb 07, 2004 Posts: 4
|
(Msg. 2) Posted: Sat Feb 21, 2004 11:40 am
Post subject: Re: popup window will not execute in netscape [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sat, 21 Feb 2004 08:08:26 GMT, choke-out.RemoveThis@NoChancecomcast.net
(choke-out) wrote:
>it works fine in ie, but not netscape. here's a snip of the code/html,
>etc...i only included what is relevant.
>
>thanks folks...
>
>
>
><head>
>
><script>
>function doPopUpBRACHIAL1(){
>doPopUpWindow =
>window.open("images/brachial2.jpg","Brachial","width=370,height=330");
>}
></script>
>
><style media="screen" type="text/css">
>#ht1,#ht2,#ht6 {
>position: absolute;
>z-index: 100;
>top: 0px;
>left: 10px;
>visibility: hidden }
>
>.hyperText {
> color: #333333;
> font: 10px/12px "Trebuchet MS", Arial, Helvetica, Geneva,
>sans-serif;
> background-color: #cccccc;
> padding: 5px;
> border: solid 2px #ff6666;
> width: 250px;
> layer-background-color: #CCCCCC
> }
>
></style>
>
><SPAN ID="ht6" CLASS="hyperText">The Brachial artery feeds
>off of the Subclavian artery and leads down the arm towards the elbow.
></SPAN>
>
><body>
>
><td rowspan="2"><a href="javascript:doPopUpBRACHIAL1()"
>onMouseOut="popUp(event,'ht6')" onMouseOver="popUp(event,'ht6')"><img
>name="body1_r8_c2" src="mappings/body1_r8_c2.gif" width="11"
>height="14" border="0" alt=""></a></td>
>
></body>
></head>
>
>--
>M60 7.62mm
>Combat tested, mother approved.
>
>
oh geez....nevermind....it's way past my bed time.
--
M60 7.62mm
Combat tested, mother approved.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: popup window will not execute in netscape |
|
| Back to top |
|
 |  |
|