Unable to size a pop-window that redirects to a regular url using dynamic PL/SQL

Hello,
I have an instruction like this in a pluggin:
begin
    htp.p('<font size="3" color="FireBrick">Cannot find? Search on </font>' || '<a href="http://www.google.com" target="_blank"><font size="4" color="FireBrick"><b>Google</b></a>');
end;
It displys the Google page in another window.
How can size the wiindow? For example adding width=200, height=100 to the href tag doesn't  help....
Do I need to use JavaSvript?
If yes, can someone provide me with an example?
Thanks by advance for any tip.
Kind Regards.

use this
begin
    htp.p('<font size="3" color="FireBrick">Cannot find? Search on </font>' || '<a href="http://www.google.com" onclick="window.open(this.href, ''new_win'',
''width=400,height=500''); return false;"><font size="4" color="FireBrick"><b>Google</b></a>');
end;
let me know if this answers your query in the current thread

Similar Messages

  • When i plug my itouch into my computeri get a pop-up that says "this ipod cannot be used because the apple mobile device service is not started." and when i plug it it my itouch name does not come up on my itunes, how do i start it and fix this?

    When I plug my iPod Touch 4g into my computer I get a pop-up that says "This iPod cannot be used because the Apple Mobile Device service is not started." And when I plug in my iTouch the name of the iTouch does not come up on my iTunes. How do I start the Apple Mobile Device? How do I fix this?

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • When i plug in my ipod touch 4th generation i go to itunes and a message pops up that says"this ipod cannot be used because the apple mobile device service is not started". but my ipod came to the connect to itunes screen

    i can not get my ipod to get out of the connect to itunes page , and when i plug it in it says itunes mobile device system is not setup

    From what I know from troubleshooting all sorts of screwed-up PC devices, you should try the following steps (I have assumed you didn't try any of them, so plz don't take offence for some "basics"):
    1) Updating the iTunes on your PC, or if it's already the latest, see if you can find the individual install package of "Apple Mobile Device Support" by using Window's Search (the package should be "AppleMobileDeviceSupport.msi") and reinstall it (Uninstall the existed one first). If you can't find the individual package, I think you may find a downloadable one online, or if you want to simply the process, just reinstall the whole iTunes.
    2) If problem remains, check if there's any "application/service monitoring function" on your anti-virus/spyware program, and find if "Apple Mobile Device Support" is on its "blocked list", remove this entry when you find it.
    3) Check if there's any "Registry" clean-up software/function in a software, or whether you've altered any apple-related or unknown registry entries. If it's a yes, see if you can find the most recent Registry backup before the iPod connection problem occured. In the case you do not have any backup (Make sure! Almost every Registry clean-up software would back-up Registry before any cleaning process. You can find them in this software's directory), simply use the "system restore" program of Windows to restore your computer to the latest point when iPod's connection with PC was still functioning.
    Since we can't find any problems with "Apple Moblie Device Support" from above steps, let's refocus to the hardware part:
    4) Restore the "setting part" to default on you iPod, if you don't want to wipe clean your setting now, try below steps first.
    1) Plug in your iPod to other USB port, if it doesn't work, try plug in other devices to check if there's any problem with your USB ports or USB's drivers on PC. (If there is, try 'roll back' the USB driver's version by entering to its 'property' on right-clicked menu, if still doesn't work, maybe the USB ports are broken-down)
    6) Go over the steps and check if you've tried everything. The latest choice I'd advise is to check if you can find another "USB cable" for iPod and plug-in so you'd know if the original is broken.
    Well, that's about all I can think of. Good luck and post your questions if you need any clear-up.

  • How do I open a duplicate tab or window that points to the same URL as the current tab?

    In earlier versions of browsers, not necessarily Firefox, it used to be possible to launch a new tab or window with the same URL as the current window. I can't find a way to do this in Firefox. It always opens new windows with no URL specified.

    Hold down the control key, then drag the tab that you want to duplicate onto the tab bar.

  • Unable to edit .vsdx visio file that is inside a document library using visio 2010 sp2

    I have Visio 2010 SP2 installed locally inside my machine. The current version can open vsdx files by doing some conversions. I got the following scenario inside my SharePoint server 2013:-
    Currently I have Visio file (with .vsdx extension) uploaded to my SharePoint 2013 document library.
    If I click on the Visio file I got the following dialog.
    I select “Edit”, click on ok.
    Then the visio 2010 application will convert the current file and open it locally inside my machine.
    But the opened file will have it name as “Copy (1) of ….”, as follow:-
    So if I do some changes to the Visio file and I click on save I will not be able to save my changes back to the SharePoint server’s document library. Now if I do the same steps for a .vsd file not .vsdx then I can directly open the Visio file (without any
    conversion process) and I will be able to save my changes back to SharePoint server.
    So can anyone advice how to be able to edit .vsdx files which are uploaded to SharePoint document library using visio 2010 SP2 ?
    Thanks

    Thank you for your ideas.
    After that last posting, but before your response, I asked them to add the local farm to their trusted sites zone. Several blogs I had encountered while searching had listed that as something they had tried.
    As soon as they added the site to their trusted site zone, the problems went away.
    It was definitely not all users - I only had 2 people directly contact me about the issue.
    I never got a chance to ask them about other SharePoint sites - they were working on the sites where they spent most of their time - I don't know if they had other sites.
    The old location and the new location of these 2 sites are in the same site collection - it was moving them from
    http://myfarm/sites/div/dept67/site1
    to
    http://myfarm/sites/div/dept64/site1
    basically (with the actual names changed to protect my job).
    The site collection is /sites/div . So the site collection features are the same.
    I suppose that the site features could have changed between the export and the import - but since things are working now and I didn't change any features, I don't think that it is.
    At this point, things appear to be working. However strange that seems to me.

  • How to close window that pop up other window

    hey , please help me
    How to I close window that produce pop window that produce the login page if the session is expired .How do I close the page produce that direct yo the login page that . below is coding used to validate if the page has expried .
    if (session == null ) {
         response.sendRedirect ("../mr_emplogin.jsp");
        //check whether the password still keep in session object
        HttpSession ses = request.getSession(false);
        ///if password removed
       if (ses.getValue("password") == null) {
            //go back to mr_emplogin.jsp
         session.invalidate();
         System.out.println("Your session has expired! Please login again!");
         response.sendRedirect ("../emplogin2.jsp");
        }How do desctroy the current session and close the window parent window. please help me any idea will do .It is quite emergency.
    Thank you

    I tried window.close() and self.close() both are giving me errors (I am certain the problem is with the script)..What does the error messages say? Is it a server error or a Javascript error?
    <c:redirect url="index.jsp"/>
    <script>
         function didit(){
         window.close()
    </script><c:redirect> sends a temporary redirect response to the client using the specified redirect location URL("index.jsp" in your case). Once you redirect, the response should be considered to be committed and should not be written to. The javascript codes that follow the <c:redirect> tag clearly violates this.
    If your objective is to close the window then why are you redirecting?

  • Sharepoint Integrated SQL Reporting - Unable to connect to the server that is specified......

    This is driving me crazy.  I have Reporting services implemented on several sites in Sharepoint.  For some reason just one site refuses to work.  I see all the features are there.  I can create data sources. 
    When I try to create a report I get :
    "Unable to connect to the server that is specified in the URL,
    http://help.site.  Make sure that the server is running, the URL is correct, and you have permission to use the server"
    I'm using my domain admin account, I know know this works on every other site.  I know I haven't forgotten the general setup of the service. 
    The only difference is this site allows "anonymous" connections.  Has anyone heard of an issue about using anon and reporting services?  Either way I authenticate before I login but that doesn't have an effect.
    David Jenkins

    Thank you forums!!!!
    I found an existing thread. 
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/d815b9fb-3431-490d-bd51-e7e21fcb788e
    1) Opened up IIS
    2) Expanded my intranet folder
    3) Expanded _vti_bin
    4) Highlighted "ReportServer"
    5) Double Clicked on Authentication
    6) Disabled "Anonymous Access" to the reporting folder itself
    7) Opened report builder 3.0 and typed in http://intranet.company.com" BOOM instant connection :D
    David Jenkins

  • Received msg that my MacBook is already in use and name changed to "Judys-MacBook-2.local"  Why would this happen?

    When I opened my Mac I received a pop-up that "Judys MacBook" is already in use and name is now changed to "Judys-MacBook-2.local"
    Can anyone explain why this would happen and if this is serious security issue? 

    Sometimes the warning means that you have two simultaneous connections to the same local network: probably Ethernet and Wi-Fi. If applicable, disconnect the Ethernet cable or turn off Wi-Fi.
    Sometimes a device that gets its network address from the router wakes from sleep, and the address it was using before has been assigned to another device.
    A third-party wireless router that has incompatible settings or firmware may be the cause. In that case, refer to the manufacturer or ISP for support. Restarting the router may help, temporarily.
    Rename the computer in the Sharing preference pane.

  • Isn't there an app that can track what apps are using up your resources?

    There really ought to be!  My battery time stinks, I have to recharge my phone all the time, it's I took it off the charger at 8:15 and it's down to 84% and I barely used my phone today.  I've tried every suggestion I found on here and it hasn't helped.  The one thing that COULD help is if there was some kind of task manager like in windows that showed you what apps are using which resources so at least I could tell if there's something running that is constantly using up all the resources and milking my battery.  This is really frustrating.  I just checked and my battery is now at 83% and it's been locked this whole time.  I'm sorry but that is not normal.

    another symptom--after doing nothing but some light texting, she sent 30 mb of data in an hour.  That strikes me as being way out of line.

  • I want to build a website that can send out email automatically using c#

    I want to build a website that can send out email automatically using c# and sql server when a date has reached. I have googled but nothing works.
    http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/using-quartz.html
    I came across this, but I am still unsure what to do. 

    I came across this, but I am still unsure what to do
    http://forums.asp.net/

  • Can I size a pop-up window called from a link from "_blank" in Target Frame

    I would like to size the window smaller then what the default is set to when calling a pop-up window via a link when setting the Target Frame property to _blank.  Is there a way to do this so I have some control of the size of the window?
    Thanks,
    Chris

    As far as I know it is not possible to resize the window that gets opened when target="_blank". Window can be resized only if it is opened only if it is opened using window.open

  • I can't get my Windows 7 pc to recognise my old LG VN251 phone via USB.   The verison software upgrade assistant runs and my phone is up to date.   I do get a window that pops up that says I can either run the bootstrap or look at the files on the phone,

    I can't get my Windows 7 pc to recognise my old LG VN251 phone via USB.   The verison software upgrade assistant runs and my phone is up to date.   I do get a window that pops up that says I can either run the bootstrap or look at the files on the phone, but I cannot see any photos.   Thoughts?

    We want to make sure we move your pictures to your computer schpee! Do you have a memory card on your phone? If your pictures are not on your http://vz.to/1OvJVey memory card we would want to move them. After you move them than try http://www.verizonwireless.com/support/knowledge-base-45147/ to move them to your computer. Keep us posted.   AmberF_VZW Follow us on Twitter @VZWSupport If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • When I move my curser over certain things I get this Message in a window that pops up and says "We noticed you may have signed in or signed out in another window click ok to reload your page." How do I get this to stop.

    When I move my curser over certain things I get this Message in a window that pops up and says "We noticed you may have signed in or signed out in another window click ok to reload your page." How do I get this to stop.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    You may have to create an Allow cookie exception for that server.
    * Tools > Page Info > Permissions

  • Hi, i am a littl confused as I logged into creative cloud and bough the in design plan for a year but i cant seem to donwload it... there is a window that pops up and it says its downloading but its taking forever? any advice?

    hi, i am a littl confused as I logged into creative cloud and bough the in design plan for a year but i cant seem to donwload it... there is a window that pops up and it says its downloading but its taking forever? any advice?

    Hi Dima,
    Please refer to the help documents below:
    Troubleshoot Creative Cloud download and install issues
    Error downloading, installing, or updating Creative Cloud applications
    Regards,
    Sheena

  • When I launch PH in CC, I get a window that pops up saying, PS has stopped working, this it shuts down. Is there a fix.

    When I launch PH in CC, I get a window that pops up saying, PS has stopped working, this it shuts down. Is there a fix.

    These questions below may be for a different product... but the KIND of information you need to supply is the same, for the products you use
    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

Maybe you are looking for

  • How to handle the jdbc receiver error

    hi,expert:   I have a synchornous scenario:SAP/ECC(Proxy) to JDBC(SQLServer),ECC Send the message and insert data into the  database,when insert sucessfully the receiver returns the count of the sucessfull inserted  record . Not use store    procedur

  • Archiving PO in SRM 5.0

    Dear SRM Guru, i use SRM 5.0 in extended classic scenario, does the archiving PO done manually or automatically? Thanks. Regards, Kim

  • Can N55-M160L3-V2 and N55-DL2 install in the same chassis of 5548UP?

    Don't know why, but I am seeing Hw not supported on M160L3 module, I am running 5.2(1)N1, the OS should be able to support it, and I also have license installed.

  • How to size the server for NWDI

    I've been asked to try to determine the size of the NWDI server for about 20 concurrent users.  Can you help with documentation or estimation on server size?

  • Clash of clans gems not received till now .. what can i do ?

    hello i bought pile of gem(4.99$) on 2014/12/9 but didn't recieve them after 4 days .. i reported the problem 3day ago but didn't helpful to me . my device is ipad mini and unjailbrocken my order id is :MJ*******DK what can i do??please help me .. im