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)

Link to comment
Share on other sites

 

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')">

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.