Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lilpurvis75

    window.open problem

    How come if I add the scrollbars=yes and the resizable=yes in the script at the top... var newwin = window.open(url,"imagewindow","top=0,left=0,location=no,menubar=no,status=no,directories=no,scrollbars=yes,resizable=yes,toolbar=no"); I can't get it to work but if I add it in the window.open...
  2. lilpurvis75

    window.open problem

    Thanks, I found that one and there are a few others that have the same issue. Ms. Sherry would like me to allow for scrollbars so that people who view in 800X600 can see these better. I will have to have srollbars=yes and resizeable=yes in the script at the top, right??
  3. lilpurvis75

    window.open problem

    I still have a few minor issues to work out but this is the site that I have been working on. Will you let me know if you see some major problems? http://www.sherryferguson.com
  4. lilpurvis75

    window.open problem

    Works great!!
  5. lilpurvis75

    window.open problem

    ME TOO!! I have one more question and hopefully this is the last. Here is my link with my image... <a href="water.html" onclick="window.open('warmsurf.html', 'WarmSurf', 'width=475, height=480');"><img src="images/water/warmsurf2.jpg" width="204" height="150" alt="" border="0"></a> Now the...
  6. lilpurvis75

    window.open problem

    EXCELLENT!!! I really appreciate that!!!!
  7. lilpurvis75

    window.open problem

    Do I put that code in my script instead or add it to the script that I already have here? <script type="text/javascript"> <!-- function openWindow(url, caption) { var newwin =...
  8. lilpurvis75

    window.open problem

    First let me tell you "Thank you" for all the help you have given me so far....but I have some more questions. This popup window thing is a problem with all the blockers that are out there. I have noticed that some websites use createpopup() instead of window.open(). Does this allow the popups...
  9. lilpurvis75

    window.open problem

    I am using IE also.
  10. lilpurvis75

    window.open problem

    Here is my script for opening my new window. It opens but is not opening in the top left corner. How come?? <script type="text/javascript"> <!-- function openWindow(url, caption) { var newwin =...
  11. lilpurvis75

    window.open problem

    Here is my code for one row of my table. <tr> <td width="10%">&nbsp;</td> <td width="40%" align="center"><font size="2" face="Lucida Calligraphy" color="#ffffff"><b><a href="water.html" onclick="window.open('warmsurf.html', 'Warm Surf', 'width=475, height=590');"><img...
  12. lilpurvis75

    window.open problem

    Is this correct way to set the width and height of the window I am opening since I have several images on the page that will open several different sized windows? This is just for one of the images. openWindow('illuminated.html', 'Illuminated', 'width=450, height=550');
  13. lilpurvis75

    window.open problem

    How come I am getting this message at the top of my screen when I am trying to test this code??? "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for option" That is where I have to click to...
  14. lilpurvis75

    window.open problem

    I added the code and it doesn't seem to be opening in a new window. This is what I have in the code. This is my heading..... <head> <title>Sherry Lea Ferguson, Artist</title> <meta http-equiv="Page-Enter" content="revealTrans(Duration=1,Transition=3)"> <script type="text/javascript"> <!--...
  15. lilpurvis75

    window.open problem

    I am displaying several images on a page and I would like to be able to click on the image and open a new window with no toolbar, no browser, no scrollbar, etc. I am not using a style sheet and it seems that all of the example code I find calls for that. Can someone please help me with this? I...

Part and Inventory Search

Back
Top