tpeck
03-29-2003, 07:42 AM
Hi. I have a form post, the results of which, I'd like displayed in a frame on a page of my choosing:
Can this be accomplished with javascript?
*****************************
<html>
<head>
</head>
<body>
<form method=post action="http://www.coolcart.com/cgi-bin/shop/coolcart.exe/demo/cart">
<input type="submit" Name="View" VALUE="View Cart">
<input type="submit" Name="Check Out" VALUE="Check Out">
</form>
</body>
</html>
*****************************
This form post will only display outside my frames.
Any ideas anyone? I have tried a few things and failed.
Thanks,
Terry
Can this be accomplished with javascript?
*****************************
<html>
<head>
</head>
<body>
<form method=post action="http://www.coolcart.com/cgi-bin/shop/coolcart.exe/demo/cart">
<input type="submit" Name="View" VALUE="View Cart">
<input type="submit" Name="Check Out" VALUE="Check Out">
</form>
</body>
</html>
*****************************
This form post will only display outside my frames.
Any ideas anyone? I have tried a few things and failed.
Thanks,
Terry