Pop up IExplorer Window.

liunx

Guest
Ok, guys, i have another question for you: In a webpage, How can i set a specific size for a pop up window, (eg: width 500px, height 400px) when i click on a link ? I hope thats an easy one :) Thanks.<!--content-->Ok, a few more :) : The new pop up window, i want no menus , no toolbars, no resize option. And a last one: How can i set a link to this pop up window, so if someone clicks on it, the pop up window will close. ( Like pressing the X button in the upper right corner ). That's all :) Thanks.<!--content-->this (<!-- m --><a class="postlink" href="http://www.dynamicdrive.com/dynamicindex8/popwin.htm">http://www.dynamicdrive.com/dynamicindex8/popwin.htm</a><!-- m -->) should suit your needs :D<!--content-->Very nice link :) Thanks :) Only one detail remained: How can i close a pop up window by clicking on a link located inside the popup window ? ( Like "killing" the popup itself ). Thanks again.<!--content--><a href=http://www.htmlforums.com/archive/index.php/"javascript:window.close();">Close Window</a><br />
:D<!--content-->or, if you want it to be a submit-button:<br />
<br />
<input type="submit" value="Close" onclick="javascript:window.close();"><br />
:)<!--content-->Thanks dude.<!--content-->Originally posted by God Zilla <br />
or, if you want it to be a submit-button:<br />
<br />
<input type="submit" value="Close" onclick="javascript:window.close();"><br />
:) <br />
<br />
Ok , done, but what if i dont want windows to display the confirmation message "Close window ? YES / NO" ?<!--content-->hehe... kinda got me there.. :) <br />
<br />
Ok, instead of the script you got at Dynamicdrive, try this instead: (it纾
 
Back
Top