G
Guest
I would like a order form page to open on top of product page in a reduced
size..... say 1/3 original pages size. How do I do this?
size..... say 1/3 original pages size. How do I do this?
Monty said:MD,
I added this Java Script line into my page.
<SCRIPT
LANGUAGE="javascript"><!--window.open('http://mydomain/myweb/OrderForm3.ht...=yes,location=no,directories=no,status=no')--></SCRIPT>
this in all on one line & the only space is between SCRIPT & LANGUAGE
all links off this page are by default "open in same window" except
for the buttons which take you to the order form which are set in
"hyperlink properites" to open in New Window
I still cannot get it to work......... any ideas?
Monty
Trevor L. said:Monty said:MD,
I added this Java Script line into my page.
<SCRIPT
LANGUAGE="javascript"><!--window.open('http://mydomain/myweb/OrderForm3.ht...=yes,location=no,directories=no,status=no')--></SCRIPT>
this in all on one line & the only space is between SCRIPT & LANGUAGE
all links off this page are by default "open in same window" except
for the buttons which take you to the order form which are set in
"hyperlink properites" to open in New Window
I still cannot get it to work......... any ideas?
Monty
I tried this script and it worked. (I used another http:// reference because
clearly yours was an example)
<script type="text/javascript">
window.open('http://mydomain/myweb/OrderForm3.htm','OrderForm3',
'height=200,width=545,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no')</script>The paramaters can be on different lines as can be seen above--Cheers,Trevor L.[ Microsoft MVP - FrontPage ]MVPS Website: http://trevorl.mvps.org/