Jump to content

internet explorer without menus (popup)


jkkenzie

Recommended Posts

Are you talking about 1) on a webpage popup? Or 2) to be done automatically when viewing your page? Or are you talking about 3) just your browser when navigating the web?

 

 

If it's the first one, use the following code in a link so the popup shows nothing but content

onClick="window.open('viewimage.php?id=64','mywindow','scrollbars=yes,width=WIDTH,height=HEIGHT')">
// ps you need to specify a WIDTH and HEIGHT

 

If it's the second, I don't think you can do it(but maybe).

 

If it's the last one, why on earth post in a php forum? You could google that(or rightclick the area and unselect things. or click the drag the stuff away)

 

I want to put it on a link.

How do put your code in this link below:

<li><u><font color="#EEE"><a href='news1.html'>Investment Advisory Board Launched </a></font></u></li><br>

 

 

Regards,

Joseph

 

 

you'd do

<a href='news1.html' onClick="window.open('viewimage.php?id=64','mywindow','scrollbars=yes,width=WIDTH,height=HEIGHT')">

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.