# In-between flash form and html

**URL:** https://forum.kirupa.com/t/in-between-flash-form-and-html/28899
**Category:** Uncategorized
**Created:** [August 19, 2003, 11:16pm UTC](https://forum.kirupa.com/t/in-between-flash-form-and-html/28899 "2003-08-19T23:16:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![trevorsaint](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/trevorsaint/32/268_2.png) [@trevorsaint](https://forum.kirupa.com/u/trevorsaint)
#### Post date: [August 19, 2003, 11:16pm UTC](https://forum.kirupa.com/t/in-between-flash-form-and-html/28899/1 "2003-08-19T23:16:27Z")

</div>

I have set up a form in html using cgi-bin. The form itself is executed via flashmx, where a pop up is displayed via executing my html document. All works perfectly. Except I now require a close button, but bear in mind this is not a flash element as such. I have tried placing such a line of code on the button in the html document but all it does is execute a blank page not found window.

window.close();

I understand this is not flash, but it is kind of linked with my flash development, So if anyone does have an idea for what I am asking please advise, as it is becoming a stress and a half.

yours

Trev 👁

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 19, 2003, 11:31pm UTC](https://forum.kirupa.com/t/in-between-flash-form-and-html/28899/2 "2003-08-19T23:31:22Z")

</div>

[http://javascript.internet.com/page-details/close-window.html](http://javascript.internet.com/page-details/close-window.html)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 19, 2003, 11:37pm UTC](https://forum.kirupa.com/t/in-between-flash-form-and-html/28899/3 "2003-08-19T23:37:05Z")

</div>

Thank you, but when you close you are displayed with a warning message, people can get it to work around this do you have the solution. The warning message sux

T

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 20, 2003, 10:54pm UTC](https://forum.kirupa.com/t/in-between-flash-form-and-html/28899/4 "2003-08-20T22:54:23Z")

</div>

Well, to my knowledge - it doesn’t ask show that alert box if the window is a popup window. For instance, you open up a window using javascript that has no address bar or toolbar and apply that script and it doesn’t ask if you want it closed. Other than that, that’s the only way I know how to do it.
