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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I open a whole new Occurance

Status
Not open for further replies.

DougP

MIS
Dec 13, 1999
5,985
US
I want to open a new window to show the Secure lock icon in the lower part of the Browser. Since they are in fact on a secure site.
It doe display the at the top but I would like it to also show the padlock in the bottom too.
This code opens a window but there is no border at the bottom.
<a href=&quot;#&quot; onclick=&quot;window.open('
At the bottom of this window is a button to check out and go to the secure merchant site.
Can some one tell me what I need to do?

TIA DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
status=yes

is what you're looking for.

Also,

scrollbars,location,resizable'

is not complete. It should read:

scrollbars=yes,location=yes,resizable=yes,status=yes'

Here's a good FAQ from the javascript forum on window properties. faq216-329 Strangely enough, it doesn't have status, but I tested it, and it works.

Just out of curiosity, did you ever find out how to extract that hidden variable out of the ups page?

paul
penny.gif
penny.gif
 
thanks for the status &quot;YES&quot;
Thanks a Million in fact

E-mail me direct about the UPS extraction thing I have code for you
I don't want to clog up this post with un related stuff

dposton@universal1.com
or
dposton@barcodeone.com DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top