|
-
Jun 5th, 2004, 10:29 PM
#1
Thread Starter
Frenzied Member
Close window
none of these work on a .php page
<!-- Text Link -->
<p><a href="javascript:void(window.close())">Close Window</a></p>
<!-- Form Button -->
<p><input type="button" value="Close Window" name="close" onClick="window.close()"></p>
<!-- Graphic Button -->
<p><a href="javascript:void(window.close())"><img border="0" src="images/close_red.gif" width="93" height="23"></a></p>
is that normal?
If I have to make my page .html does anyone know how to display a result from a php query on a html page? maybe some kind of include??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|