Ok, I give up

D

Darlene

How do I code a close button for a page in FP 2002?
I'm assuming I have to use a javascript, but how do I hyperlink it
to close the window on the page using a CLOSE WINDOW?
My old 56 yr. old brain is about fried trying to figure this simple
procedure out. sheesh !!!
Darlene
 
M

Mark Fitzpatrick

Try <input type=button value="Close Window"
onClick="javascript:window.close();">
 
D

Darlene

Thanks sooooooooooo much, Mark :))
I really appreciate your input and time :))))))))



Try <input type=button value="Close Window"
onClick="javascript:window.close();">
 

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