Director automatically open all the links of  webpage in the new window

hi
i want to design the application in director .when user enter
the URL of any website then all links of web page open in the new
window....
for example ..if user type "
www.Google.com" then all links(hypertext) of Google webpage
automatically open in the new /separate window ...
reply me how can i do this
regards farhana

Just off the top of my head you could use getNetText(URL) and
netTextResult(netID) to get the HTML source of the web page as a
string, parse the string for <a> tags, extract the href
attribute to create a list of links, then use gotoNetPage using
_new as a target to spawn a bunch of browser windows with those
links. IMHO the result would be like getting spammed with dozens if
not hundreds of popups but there is no reason why it wouldn’t
work.

Similar Messages

  • When I open Safari 5.1.5, it automatically opens all the pages from my previous session. Can I turn off that feature , and how?

    When I open Safari 5.1.5, it automatically opens all the pages from my previous session. Can I turn off that feature , and how?

    Hi...
    Open System Preferences > General
    Deselect:  Restore windows when quitting and re-opening apps
    Restart your Mac.

  • I can't open all the new apps I installed?

    I can't open all the new apps I installed ?

    Try downloading any free app from the store (as that appears to reset something) and then re-try them - the free app can then be deleted.

  • Everytime I open a window in Firefox 4 beta 2 I get a messeage that says TypeError: Components.classes(cid) is undefined, when I click OK it opens up the new window. How can I fix this?

    Everytime I open a window in Firefox 4 beta 2 I get a messeage that says TypeError: Components.classes(cid) is undefined, when I click OK it opens up the new window.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />

  • Firefox opens all the popup windows closed last time

    I open Firefox. Then a window and then tabs. Now some of the sites like bank sites open popups, sometimes more than one, to let users login. Also some of the sites like Opensubtitles.org open Ad popups. So it becomes numerous pop-ups even if the browsing duration is as short as 1 hour.
    I simply click those popup windows by clicking on the X button. There's no File->Exit and neither is there a File->Exit for the parent tab unless I want to exit from the Firefox itslef.
    So, after I close final/last tab of Firefox and eventually exit, then most of the times when I reopen Firefox it opens all the popups I had opened again. Even if the last tab to be closed was entirely unrelated to any of those pop-up windows or parent tabs.

    Make that "Firefox ->Preferences -> General -> When Firefox starts: "Show my windows and tabs from last time" is not selected as this is not the default.
    Basically this setting will make Firefox start with whatever windows and tabs that were last open when a user closes Firefox by way of File ->Quit/Exit as if Firefox was never closed.

  • Whenever I open a new window of firefox a new tab opens with the new window. How do I get it to stop doing that?

    Whenever I open a new window of Firefox, the new window opens at the hope page (like I want it to), but then a tab opens up with the new window. I want Firefox to stop doing this. When I open a new window I just want the window to open. I don't know how to fix this as I have know idea how I made this happen. This first happened when I hit control + N to open a new window, but I didn't hit the "N" cleanly. I pressed one of the other keys around the "N" and this issue started.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Ical automatically opens all the time

    My ical recently crashed and all information was lost, Luckily I have everything backed up. Anyway I have decided not to use ical anymore as it is not syncing with my blackberry either. The problem is that it keeps opening not matter how many times I quit it. Can anyone please help?

    Greetings,
    It sounds like you have alarms set. Before it crashed did you have some alarms set? You might want to look for all the iCal files, and delete them. Or see if you can find why it's not syncing with your blackberry and fix that.

  • Opening an external link using javascript.  Keeping new window in front

    I am displaying a photo from an external link when called upon from my swf.  When the user clicks a button, up pops a corresponding photo in a new browser window.  After the photo window has opened, if the user clicks another button the photo browser will update but its no longer in front.  I know I need to use the focus() command but cannot figure how to incorporate it into my AS3 code.
    var req=new URLRequest();
    function scrollPanePopulate(event:Event){     
         //create the temp variables
         var calledPhoto=pntxml.row[pointindex].PhotoUrl;
         req=pntxml.row[pointindex].PhotoUrl;
         var jscommand:String = "var newwin=window.open('"+req+"','win','height=400,width=600,left=650,top=50,toolbar=no,scrollbars=yes,location=no');";
         var url:URLRequest = new URLRequest("javascript:" + jscommand +"void(0);"); navigateToURL(url, "_self");
    The above code works great but I want to keep the photo window in front when it is refreshed.  Any suggestions?
    thanks in advance...
    -josh

    var req=new URLRequest();
    function scrollPanePopulate(event:Event){    
         //create the temp variables
         var calledPhoto=pntxml.row[pointindex].PhotoUrl;
         req=pntxml.row[pointindex].PhotoUrl;
         var jscommand:String = "var newwin=window.open('"+req+"','win','height=400,width=600,left=650,top=50,toolbar=no,scrollbars=yes,location=no');";
         var url:URLRequest = new URLRequest("javascript:" + jscommand +"void(0);newwin.focus();");
    navigateToURL(url, "_self"); }
    //  p.s.  you should be using externalinterface class.

  • In window.open i am trying to hide the location info in the address bar. However each time i see the URL of target page which gets open in the new window in the location bar.

    FF version is 3.6.8
    JS used is window.open (g_sServerURL + "/constellationheader/conductor_help/!SSL!/WebHelp/conductor_help.htm", 'popUpWindow','width=800,height=600,left=0,top=0,status=no,toolbar=no,location=no,menubar=no,titlebar=no');

    Perhaps it would be helpful for you to view the page source code of this page
    http://www.alanwork.com/
    As you can see, the submenu code links are immediately below the top level code, and are
    wrapped in their own  <UL> </UL> tag pairs.
    Hope that helps

  • Why does a new tab (middle click) in a new window open in the original window?

    In FF 4 Beta 11 I open a new window, middle click a link in the new window, but the new tab opens on the original window.
    Why doesn't it open in the new window?
    Are there settings to alter this behaviour?

    In 4.0 stable this problem still occurs. I have restarted in safe mode and all new tabs (middle click or right click new tab) open in the original window.

  • Open Application in the New Window.

    Hello Techie's,
    I need some clarification with respect to open an application from the INDEX page.
    We are in CRM 2007, And I have created a new component "ZDictionary"and which has the view and the main window.
    I configured  "ZDictionary" component which will opened through the link "Dictionary Maintenance" in Navgation bar pofile config.
    I configured Index page in my IC_AGENT profile which will show me the link "Dictionary Maintenance" onclick on that link, it will open the application with view there in the component "ZDictionary".
    But I want the application to be opened in the new window rather opening in the same window.
    Can anyone help me on this.
    Regards,
    Santosh

    That problem is caused by McAfee Site Advisor
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Even though I have checked "Automatically open all supported TIFF's" in Camera RAw Preferences - My tiff files do not open up in camera RAW What is the problem?

    Even though I have checked "Automatically open all supported TIFF's" in Camera RAw Preferences - My tiff files do not open up in camera RAW. How can I correct the problem?

    What kind of TIFFs?  Are they multi-layered, for instance?  ACR will not open layered files.
    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that because this is boilerplate text, not all points may apply to any given, specific poster.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • The link open in the same window - Label based menu

    Hi All,
    I'm using Xcelsius 2008.  I add a Selector Component "Selector complonenet > Label based menu". I setup 6 Lable and each one link to a URL. When clicking the label on the generated SWF report, the link opened in a new window.
    So i'd like to know if the link can open in the same window (not pop-up a window and open in it)?I tried to setup it in properties, but it seems there is no way to do this.
    Could I get your guide how to do that? Thank you so much.

    Hello
    I would like to know one thing before answring the question how did you link with an url with the label based menu.
    Did you used the opendocument syntax or what did you used.
    Another method is why donf you use the URL button and map according to your requirement. place the url button on the menu item and change the properties to tranperancy to 0%.
    Thanks
    Santhosh V
    Edited by: Santhosh Vudarla on Nov 19, 2010 12:05 PM

  • I recently updated to version 5.0, however, when I open up a link in a new window, there is no address in the new window's address bar, just a blank box.

    I recently updated to version 5.0, however, when I open up a link in a new window, there is no address in the new window's address bar, just a blank box.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • The weblogic.security.Security.runAs() and JAAS Subject

    Let say that I have Java client with some JAAS code that authenticates the user. The LoginContext generates a Subject containing the Principal name of the authenticated user, but also some private credentials that makes the Subject secure. Now I want

  • TS1741 I upgrade ios 6 and now i can see videos from youtube on my apple tv what i have to do ?

    Cant play videos on ios 6 on apple tv  what can i do ?

  • Use of Time in UCCX scripting

    Hi,     We are working on UCCX7.0(1) and have a scripting question. The requirement I have is to play a prompt for a defined set of time, say 5 minutes, in a loop. On the expiry of the time, the call should end. Following is the steps that I need to

  • Itunes download does not start automatically

    I have done a search of these forums (fora???) and many seem to have had this problem - has it ever been resolved to anyone's satisfaction??? When I click the 'download' button to download the latest itunes it says the download will start automatical

  • VERY weird iTunes syncing issue

    Here's my issue...I need to give a bit of background but I'll be brief. About 4 months ago a friend gave me an album on a USB drive. Loaded into my iTunes and synced to my iPhone. No issues. About 3 weeks ago, I noticed that on my phone I now had 2 c