popup using html code

S

Scott

I am currently using a combination of front page on my own site, and html
programming on a linked secure web site. On that site you have to enter your
code directly, and it then produces the final page. I often use front page
to create a site and then upload the code.

I'm trying to have a link to my own web site that has a calculator. I'd
like this calculator to appear at a popup (ie defined width and height, no
scroll or address bar, centered, bring to front if clicked again). ie once
you click it, it appears and is useable until you close it.

<a href="http://website" TARGET = _blank">THIS IS THE LINK</A>

I currently use the above code which produces a link to the site, but in a
new window with scroll and address and no defined size.

Thanks. Can I add anything to the above code, or do you have to use have to
use java, and if so can i incorporate it into a html web site? Any
suggestions.
 
R

Ronx

Download Spawn from http://www.jimcosoftware.com and use it to generate
the JavaScript required for the pop-up window. You should avoid Java.
Note that IE7 insists on the address bar being present in a pop-up
window, and browsers that support tabs may open a pop-up in a new tab.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top