Jump to content

Pop-up window


martemelon

Recommended Posts

If you can't scroll to the side/you can see 100% of your site horizontally without scrolling, then yes you will have to deal with it from what I know.
I see. I think I just remove the scrollbars then, 'cause if they're there, people can just scroll upand they will see the advertise :) And I don't want that. So I just make the text smaller :blink:Anyway. THANK YOU VERY MUCH BOTH, it has been really helpful :) :)
Link to comment
Share on other sites

Well, now I have another problem. 'Cause now I want another link to another pop-up window. I tried the same code on "link 2", and just changed the link (site.html). But the same window that pop-up when you click "link 1" came.Here's the code:

<script type="text/javascript">  function new_window() {    window.open("site.html#scroll", "nwindow", "height=510px, width=450px");  }</script><a href="site.html#scroll" onclick="new_window(); return false;">link text</a>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...