Jump to content

pop up window


queensvilleantiquemall

Recommended Posts

that won't really help him. the above code from paramasivan is javascript (obviouslly) but if you were to place that on your page, it will open the window as you load up the page. the easiest way to have a link open a new window is:

<a target="_blank" href="link_url">link text</a>

if you want to customize the new window (ie. specify the height, width, position, etc.) you will want to use java script: http://www.w3schools.com/js/tryit.asp?file...s_openallwindow

Link to comment
Share on other sites

You should post this in the Javascript forum

that won't really help him. the above code from paramasivan is javascript (obviouslly) but if you were to place that on your page, it will open the window as you load up the page. the easiest way to have a link open a new window is:
<a target="_blank" href="link_url">link text</a>

if you want to customize the new window (ie. specify the height, width, position, etc.) you will want to use java script: http://www.w3schools.com/js/tryit.asp?file...s_openallwindow

The url was: http://www.w3schools.com/js/tryit.asp?file...s_openallwindowWhen I tried to edit the "width" and the "height", I clicked on the popup again and the size didn't change.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...