webguy61
12-26-2003, 05:22 AM
On a site that I am creating, I wish to have a user click a button to obtain a window showing a coupon that they can print. I'm not concerned with the print button or code to print. But I am having problems creating a popup that will displaying the coupon information. I always receive a message within the popup stating that the page cannot be found.
Here's a snipit of the html i'm using to call a page named 'coupon.html'.
<form>
Input type="button" value="Click Here for Coupon" onclick="window.open('coupon.html')">
</form>
Would appreciate any answers you may have.
Here's a snipit of the html i'm using to call a page named 'coupon.html'.
<form>
Input type="button" value="Click Here for Coupon" onclick="window.open('coupon.html')">
</form>
Would appreciate any answers you may have.