Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show pop up menu?

Status
Not open for further replies.

phototaker

Technical User
Mar 6, 2001
126
US
I am not able to get the show pop up menu option available in the behavior window. I have been able to do this before with the browser compability set to IE 4 but none of the settings seem to allow this option now. What Could Be the Problem? Thanks in Advance - Richard [lickface]
 
when clicked on the link go to Behvaiors click on + and at the bottom "Show Events For" (IE4+)
then u will have the option for the behvior of the pop

> need more info?
:: don't click HERE ::
 
You know I have done the setting of IE4 and every other setting. Is there a preference somewhere that may be causing a problem? Thanks Richard [censored]
 
the only other thing that can be is some JS at your page that conflicts with MM_structure.....or u have no links to trigger the behavior.
Post your code if u like!
it should resemle this:
Code:
<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
<script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body>
<a href=&quot;#&quot; onClick=&quot;MM_openBrWindow('MY_PAGE.html','myPAGE','width=200,height=200')&quot;>link</a> 
</body>
</html
All the best!

> need more info?
:: don't click HERE ::
 
ops pop up menu not window....my bad

> need more info?
:: don't click HERE ::
 
I want to &quot;show pop up menu&quot; not open new browser window. Thanks anyway, I'll check for any conflicts. Richard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top