Results 1 to 2 of 2

Thread: Open browser to FULL SCREEN??

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    55

    Question Open browser to FULL SCREEN??

    My Movies.asp page has an image and this is the code.

    <a href="Cover3.asp?MovieCodeVar=<%=rs(0).Value%>&ImageCodeVar=<%=rs(2).Value%>" target="_blank"><img src="thumbnails3/<%=rs(1).Value%>" width="200" height="140"></a>


    How to make Cover3.asp open to FULL SCREEN when users click on above image?

    My code works perfectly right now except it is not open to FULL SCREEN in IE.

    Please help by providing working code. (eg. onclick javascript??)

    Thank you

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: Open browser to FULL SCREEN??

    Originally posted by benette
    My Movies.asp page has an image and this is the code.

    <a href="Cover3.asp?MovieCodeVar=<%=rs(0).Value%>&ImageCodeVar=<%=rs(2).Value%>" target="_blank"><img src="thumbnails3/<%=rs(1).Value%>" width="200" height="140"></a>


    How to make Cover3.asp open to FULL SCREEN when users click on above image?

    My code works perfectly right now except it is not open to FULL SCREEN in IE.

    Please help by providing working code. (eg. onclick javascript??)

    Thank you
    Use window.open method of Javascript.

    The following works for IE, not sure about other browser,you may have to test it out.

    http://javascript.internet.com/navig...ll-screen.html
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width