Help with code to Get a Window/Page to Fill Users Monitor

Hi, when a person clicks the image I want a window to open to the full width of the peersons monitor.
Below is the code I am using. i have found if I type in a ridiculous size like 2000 x 2000 the window will only open to the full size of my monitor, but maybe there is a better way. I also tried using “auto” but that didn’t work either.
(onClick="MM_openBrWindow('http://mysite.com/page_1.html’,’title',’width=2000,height=2000')

My advice is to not use a popup. Simply link the thumbnail to a normal page.
The page containing the thumbnail will look like
<!doctype html>
<html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
        img {width: 72px;}
    </style>
    </head>
    <body>
        <a href="demo.html"><img src="images/demo_thumb.jpg"  alt=""></a>
    </body>
</html>
demo.html will look like
<!doctype html>
<html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
        img {width: 100%;}
    </style>
    </head>
    <body>
        <img src="images/demo.jpg"  alt="my image">
    </body>
</html>
The above has been simplified to show how it works. You could use URL variables to call the demo page.
URL variables can be processed using serverside code (like PHP) or using clientside code like JavaScript

Similar Messages

  • Combo box and Check box..help with code please?

    Here is my problem...i have a list of check boxes and according to which one is checked, i need combo boxes to populate different choices.
    as an easy example im only using 2 check boxes and two combo boxes.
    the check boxes are named Choice 1or2 with export values of 1 and 2
    the Combo Boxes are named List A and List B..
    both containing options that say you checked box 1 and you checked box 2
    any help would be greatly appreciated

    Implode wrote:
    "Help with code please."
    In the future, please use a meaningful subject. Given that you're posting here, it's kind of a given that you're looking for help with the code. The whole point of the subject is to give people a high level idea of what KIND of help with what KIND of code you need, so they can decide if they're interested and qualified to help.
    Exception in thread "main" java.lang.NumberFormatException: For input string: "fgg"
         at java.lang.NumberFormatException.forInputString(Unknown Source)
         at java.lang.Integer.parseInt(Unknown Source)
         at java.lang.Integer.parseInt(Unknown Source)
         at assignment1.Game.Start(Game.java:120)
         at assignment1.RunGame.main(RunGame.java:18)This error message is telling you exactly what's wrong. At line 120 of Game.java, in the Start method (which should start with lowercase "s" to follow conventions, by the way), you're calling Integer.parseInt, but "fgg" is not a valid int.

  • I have an itouch, most songs i got off my cd's. i have a new laptop and want to put songs from itouch to laptop.I can only get the songs that i purchased onto the laptop? need help with how to get the rest from itouch to laptop please??

    i have an itouch, most songs i got off my cd's. i have a new laptop and want to put songs from itouch to laptop.I can only get the songs that i purchased onto the laptop? need help with how to get the rest of the songs (from my cd's) from itouch to laptop please??

    See this previous discussion:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • Help with calling a Get URL

    I am having a problem with calling a series of web pages
    within my movie. I have an index.fla that I publish to html. Within
    the index.html, I am calling multiple swf files to load content.
    Home.swf loads when the index page displays. Then the user clicks
    on any button and each button loads another swf replacing the main
    content with perhaps loading it's own swf files of content also.
    Everything is working fine. However, on one called swf file, called
    students.swf, I also have a menu swf file that is called when
    students loads. This menu swf file has text listed with
    actionscripting calling a data file that causes the text to expand
    and rollout and display a label of the url. When the user clicks on
    the list name I have a get url to the url of the label. Everything
    works fine in the swf files when I test the movies for the swf for
    the menu file and for the student file swf. However, when I publish
    and run the index page and start testing out the student swf that
    is called, the menu will not open up a new browser window with the
    link designated in the get url. I can't figure it out! It works
    fine in the swf files, but not when I test it out through the index
    controlling file. Please Help!!!

    if you're using as2, try adding
    this._lockroot=true;
    to the movieclip that contains getURL, the student file
    swf.

  • Mac OS X help with share access on a windows 2003 server

    Hello everyone
    I am not too familiar with Mac OS X (Darwin) and so on and need a little help.
    We recently got a new windows 2003 standard server and I want to move my files to there so they get backed up and so on. I am able to access shares on the pc's on our network but when I try to access the server from finder i just get a box pop up saysing do you want to fix or delete the alias.
    When I try to access it via a terminal, because I am a bit more ok with the cmd line thanks to my linux capabilities, I get the following error:
    mount_smbfs: tree connect phase failed: syserr = Permission denied
    when i try:
    mount_smbfs //dan:[email protected]/General\ Files /BB-SERVER/General\ Files
    Is there anybody that has experienced this before and that can help me resolve this.
    Thank you in advance
    Kobus

    Hi Kobus Bensch,
    I'm sorry I am not able to help with your questions about sharing from your Mac to the server but wanted to suggest that you post back the exact Mac OS version you are using. Your specs below your post suggest 10.0.x which was barely a beta version of Mac OS X. This will surely help those who are seeing your topic and trying to help.
    To find the version you can simply click on the blue Apple in your top menu bar and select About This Mac.
    good luck,
    littleshoulders

  • Need help with repeating Subforms on the next page

    I have created two different flowable repeating subforms, for example - subform1 and subform2 in a document with an action button for each to add another subform on the next page.  After subform2, I have two buttons - one to add subform1 again or add subform2 on the next page. When I click the button, Livecycle adds the new subform as commanded but the subform is added directly after the previous same subform not on the next page as requested.  I have tried to change the pagination settings but nothing seems to work.  Can anyone help me define how to get the repeating subform to add to the next page and not after the same subform?

    OK, so here's what I would do.
    1. Wrap your subform1 and subform2 in a subform. I'll call it sfMaster.
    2. Change your minimum instance for subform1 and 2 to 0 or uncheck the box, and set the initial count to 1. (That way you get at least one of each when we start.)
    3. have the buttons create a new instance of sfMaster, then remove the instance of the subform you didn't want within that most recent instance.
    So, what the user sees is a new subform1 or 2 each time they hit a button. And they'll appear in whatever order they choose it. The user doesn't have to know that what is actually happening is the creation of a new "master" subform that holds both subform1 and 2.
    To help illustrate what I mean, I've added a pink border around sfMaster and colored subform1 and 2.
    Binding options for Subform2 (Subform1 would be similar)
    What it looks like in action
    If you want to guarantee it appears on the next page, you'll need to add the conditional break from earlier. Keep working with it to get the settings just right. You may even want a docReady() event that creates two sfMaster's and sets one to have Subform1 and the other to have Subform2.

  • Help with code errors

    Can somebody help me get rid of the following compile errors:
    coreservlets/OrderPage.java:61: setNumOrdereed(int, int) in coreservlets.ShoppingCart
    cannont be applied to (java.lang.String,int)
    cart.setNumOrdered(recordingid, numItems);
    .\coreservlets\shoppingCart.java:44 cannot resolve symbol
    symbol : variable recordingid
    location: class coreservlets.ShoppingCart
    if (order.getrecordingid() == (recordingid)) {
    .\coreservlets\ShoppingCart.java:49: cannot resolve symbol
    symbol : variable recordingid
    location: class coreservlets.ShoppingCart
    itemOrder new order = new ItemOrder(Catalog.getItem(recordingid));I know that not very helpful with out the code but the code is very big so if anyone wants me to post extracts from the code please tell me.

    Thank you i put that code in but now get the following:
    coreservlets/OrderPage.java:40:  incompatible types
    found : java.lang.strgin
    required: int int recordingid = request.getParameter("recordingid")!=null?request.getParameter("recordingid"):1;
    ^/code]
    coreservlets/OrderPage.java:48: addItem(java.lang.String) in coreservlets.ShoppingCart cannot be applied to (int)
    cart.additem(recordingid);
    .\coreservlets\AhoppingCart.java:44: cannot resolve symbol
    symbol: variable recordingid
    location: class coreservlets.ShoppingCart
    if (order.getrecordingid() == (recordingid)) {
    .\coreservlets\AhoppingCart.java:49: cannot resolve symbol
    symbol: variable recordingid
    location: class coreservlets.ShoppingCart
    ItemOrder newOrder = new ItemOrder(Catalog.getItem(recordingid));
    4 errors.
    Also could you explain what the line you added to the code means:
    !=null?request.getParameter("recordingid"):1;
    !=null?request.getParameter("numItems"):"1";and how come you got rid of if (recordingid != null) {Thanks for any help with these errors
    OK I HAVE GOT RID OF ALL THE ERRORS APART FROM THE TOP ONE:
    code]coreservlets/OrderPage.java:40: incompatible types
    found : java.lang.strgin
    required: int
    int recordingid = request.getParameter("recordingid")!=null?request.getParameter("recordingid"):1;
                                            /code]
    Message was edited by:
            ajrobson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I need help with my new ipod on windows me

    I bought myself an ipod in the states (usa) i was told it was universal & can be used in the uk! i have windows ME & was also told this would be compatible with this computer but once i tried to download my software of the cd & put in my details of the ipod it came up with the following error message:ERROR 1904.MODULEC:\PROGRAM FILES\IPOD\IPOD UPDATER 2005-02-07\IPOD UPDATER EXT.Dll FAIIED TO REGISTER .HRESULT-2147220473 CONTACT YOUR SUPPORT PERSONELL.
    can any one help????
    aslo i was told once downloaded onto my p.c i then cant use my ipod on another p.c this does not make any sense say if you upgrade your p.c does this mean you then cant use your ipod anymore ??? please help me ???

    Hello Andrew,
    Was the reply I gave you in the other post you made of no help?
    I explained that Windows ME is not compatible, but you can get it work with a little messing around, and once again, here's a link on how to do it.
    Guide to iPod and Windows ME.
    As I said previously though, you won't be able to use iTunes.
    See my other answer to you here.
    Jeff Bryan, "Need help with my iPod." #4, 06:13am Aug 8, 2005 CDT

  • Export Results-Not Enough Memory (1).  I need HELP with this please.  Using Windows 7 32-bit.  Intel i5 4690K CPU 16GB RAM 120 SSD and 1 TB harddrive.

    Everytime I go to export a photo, I get an error.
      "Export Results:  Not enough memory (1)
    Using Windows 7 32-bit.  Intel i5 4690K CPU 16GB RAM 120 SSD and 1 TB harddrive.

    Even though you have 16gb of ram installed, 32 bit Windows can only use 4gb of it so 12gb is wasted.  This is the reason you are getting not enough memory errors and is a known problem with Lightroom an 32 bit Windows during export.   You need to change to 64 bit Windows.

  • I NEED HELP WITH THE SIZE OF MY WINDOW ON IPHOTO 08'

    Hi, I have had my mac for a while now and I was wondering if somene could help.
    I know it is alot different then other computers when choosing the size of the appearence of windows on the screen. I have been using iphoto for a while and when I first started using it the application only took up half of the screen (when fully opened) which i was really happy about since it made it easy for my to drag and drop onto my desktop. The other day I clicked the green button in the top left corner to make it bigger, as I thought it would help with what I wanted to do.
    My problem is.. now when I go to click the green button to shrink it down to half the size again it does not work. I am wondering if there is something wrong? or is it just always supposed to be this way? I am hoping not as i really liked having it in a smaller window. please help
    thanks, katie

    Welcome to the Apple Discussions.
    You can resize any window on a Mac simply by grabbing the lower right hand corner and dragging.
    Regards
    TD

  • Urgent-Need help with code for Master data enhancement

    hi Experts,
    I have appended YMFRGR field(Table MARC) to 0MAT_PLANT_ATTR datasource.
    The key fields in the MARC table are MATNR and WERKS.Can anybody help with the user exit to populate this field,as am pretty new to ABAP.
    Thanks in advance

    Hi,
    go through this link which has the similar problem:
    https://forums.sdn.sap.com/click.jspa?searchID=1331543&messageID=2794783
    hope it helps.
    Thanks,
    Amith

  • How to get an empty page to fill content?

    every time we open a new template page, we get this pic, all was filled with words, how to get a n empty page or delete the words auto?

    Thank you all,
    but I intent to have a layout like that without words, so that I can put down the content.

  • How do I open other word documents? I get this Windows cannot find 'C:Users...etc.

    I cannot open a word document. I get this message everytime "Windows cannot find 'C:\Users\Edwina\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5\7U9W11DO\Week 5 Assignment Sheet[1].docx'.  Why can I not open any documents that are saved in Word and sent to me?

    Hi,
    Do you have Microsoft Word installed on your machine ? If NO, you can use Word viewer to view (& print) Word documents.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Borderless Window help with code please!

    I am using Dreamweaver MX 2004.
    I just cannot get my head round this Java code and would really appreciate some help or direction!
    I want to make a nice little window to show a few lines of text, with a close button or X in the corner (not fussed). I have looked at lots of tutorials and produced numerous codes to use.
    OK, fine I get that bit. My problem comes with placing the codes in the right places. I paste the HEAD portion in the head of the doc. The BODY in the body. BUT is this the doc I am going to call up with my few lines of text in, or the doc I am going to call from? Get what I mean? Also I want to call from a link and haven't had much luck with the line of code I put in the link box. I have tried lots ways and have just managed to confuse myself.
    I am not asking for someone to do it for me and believe me I have tried to work this out for myself but it's not happening for me. Please can someone explain this to me in very plain English as I am obviously some sort of delinquent!
    Thank you

    Yes I am using HTML and Javascript. So Java and Javascript are not the same thing? Right ,OK ,well that has taught me something. Don't suppose you can help me with script on this forum then. Sorry!

  • Safari 5.1.5 on PC. Windows 7 64 bit. My favorite browser is not working. Please help. I keep getting a window in the middle of a page saying ''Safari has stopped working'''''

    Hello.
    My favorite browser Safari (5.1.5 ) has stopped working. Yes I know is on a PC. But is been very good to me for a long time, untill about two months ago. I keep getting a pop up message saying "Safari has stopped working" I will close the pop up message and continue working but within a few minute, the message will pop up again. The browser opens up fast as always and runs fine but the message is a pain and annoying. I'm running Firefox now , but I want my Safari back . Please help.
    Jonasfromdc

    Thanks. b noir. For the quick reply post.
    b noir wrote:
    Fingers crossed, your Windows 7 will have been recording some additional information about those.
    First, open your Action Center and expand "Maintenance". Click "View reliability history":
    Once the reliability report has been generated, look for Critical events for Safari generated at the time of the "Safari has stopped working" messages. Doubleclick the name Safari in the critical events. (Don't click View solution.) Here's a screenshot showing what to doubleclick:
    You should see something that looks like the following screenshot:
    Copy and paste the contents of the problem report into a reply here. For example:
    Description
    Faulting Application Path:          C:\Program Files (x86)\Safari\Safari.exe
    Problem signature
    Problem Event Name:          BEX
    Application Name:          Safari.exe
    Application Version:          5.34.55.3
    Application Timestamp:          4f6ba239
    Fault Module Name:          StackHash_7100
    Fault Module Version:          0.0.0.0
    Fault Module Timestamp:          00000000
    Exception Offset:          7d3a1240
    Exception Code:          c0000005
    Exception Data:          00000008
    OS Version:          6.1.7601.2.1.0.256.1
    Locale ID:          2057
    Additional Information 1:          7100
    Additional Information 2:          710027e7a8d30022e5e0ee529f40121f
    Additional Information 3:          5158
    Additional Information 4:          5158ee4164428f7b514a5e7ee9654f7c
    Extra information about the problem
    Bucket ID:          2871481836
    I generated the problem report similar to the above screen shot " by way of IE 9 "  but will not let me copy and paste the contents as a screen shot in reply to your post here . Copy to clipboard did not work either. I might be doing something wrong. Oh well.
    By the way , the only difference is- The Problem Event Name of mine is not BEX. but rather : APPCRASH. Fault Module Name : JavaScriptCore.dll.  Fault Module Version: 7534.55.2.1. The rest are very similar to the above screenshot. If you need more information then I guess I have to do it  all manually. Please let me know. Thanks again.
    Jonasfromdc.

Maybe you are looking for

  • Problem with outer jon

    Hi, some performance issue with the query. in the below query is forming px_from and px_to and finally joins together. If i execute the query seperatly both px_from and px_to comes very fast (within 20 secs). But when finally joining between px_from

  • Animated GIF image gets distorted while playing.

    Hi, I have some animated gif images which I need to show in a jLabel and a jTextPane. But some of these images are getting distorted while playing in the two components, though these images are playing properly in Internet Explorer. I am using the me

  • More than one Table of Contents

    Does anyone know if RoboHelp now offers the ability to create more than one table of contents for a help project?

  • Creating G/L account

    Hi experts, I would like creating G/L account (field SAKNR) as string, for example 0123. After saving I get 123.Zero disappear. Where is problem? Rgds Stenwa

  • Video's. I'm new to palm pre.

    I can't figure out how to transfer videos from ims messaging to video files.