Is there a way to auto undock everything and then auto close the sources.
I just want one "floating window" for everything and eliminate the full page.
Moderator: Pjirc Support Groupie
<a href="javascript:void();" onclick="pjirc=window.open('URL', 'pjirc', 'width=640,height=400,toolbar=0,status=0,top=0,left=0');">Popup Link Text</a>
Jobe1986 wrote:Id have to agree. If you want everything to be floating in one window then it's best if you achieve it using a javascript popup.
- Code: Select all
<a href="javascript:void();" onclick="pjirc=window.open('URL', 'pjirc', 'width=640,height=400,toolbar=0,status=0,top=0,left=0');">Popup Link Text</a>
Hope that helps.

Jobe1986 wrote:NormalApplet.html is a page that you for example put as the URL that that code opens. So you would for example put that code in your index.html file or whatever you main page is.
For example: You have 2 pages, Your main page and the chat page. Youd put the link in your main page and change the URL that the popup code opens to be the url or your chat page.
Thema wrote:This is a generic link with image.
Obviously if the image & page is on the same server as your calling page you can leave off the http://my.website.tld bits.
<a href=http://my.website.tld/page.html><img src=http://my.website.tld/button.gif></a>
Jobe1986 wrote:Id have to agree. If you want everything to be floating in one window then it's best if you achieve it using a javascript popup.
- Code: Select all
<a href="javascript:void();" onclick="pjirc=window.open('URL', 'pjirc', 'width=640,height=400,toolbar=0,status=0,top=0,left=0');">Popup Link Text</a>
Hope that helps.
dotagious wrote:Jobe, is there a way to make this code execute automatically simply by visiting the specified URL without having to manually click on the hyperlink? The reason for this is because the website I need to put this code on does not allow java script.
<body onload=""><meta http-equiv="refresh" content="0; URL=http://my.website.tld/chat.html"><a href=http://my.website.tld/page.html target="_new"><img src=http://my.website.tld/button.gif></a>Users browsing this forum: No registered users and 1 guest