Opening new page

Ive made a really basic button, that has this code
attached...
on (press) {
getURL("gallery.html", _self);
This should replace the current page with the gallery page,
but it doesnt. In Firefox it makes a new tab and in explorer it
opens a new page.
What is the code for making it open in the same page?
Thanks,
Morgn.

quote:
Originally posted by:
roozbeh_fir
It's got something to do with HTML and SWF file positioning
over the server. is your swf files uploaded in root or in a
spesific folder?
wrong. if the SWF file wasn't in the same directory then the
page wouldn't open in the first place, since the poster has given a
relative link. the poster need to put quotes around _self for it to
be correct syntax.. Also, in this day and age, more and more
browsers give an option to open all links in a new tab or window..
but this is missing quotes, so start there.

Similar Messages

  • Most of the time when i click my magic mouse on an item it gives me options like back, open new page, etc.

    When I try to use my magic mouse, most of the time it won't open an item but instead will give me options like: back, open new page, open link in new window, and I am actually on top of for instance, the comment field in facebook...It takes several attempts of clicking off the entire page to get it to just open the link or respond appropriately...

    the mouse performs a right click instead of a left click. Check your mouse preferences in the system settings.

  • Won't open new page when I click bookmark, instead changes pages EVEN THO PREFERENCES SET TO OPEN NEW PAGES

    Firefox keeps on changing pages, even yanking minimized pages back onto the screen and changing them, even though I have Firefox preferences set to always open new pages to accommodate links on a page or bookmarks.
    I don't want Firefox to tamper with any pages, period. If I have a pages minimized, no way should Firefox be yanking that page up back onto the screen because it's "too lazy" to open up a new page to accommodate a bookmark or link clicked on.
    It's extremely aggravating to click a link on a page, get a new page then, when I click the page to close it I find no page underneath, indicating that Firefox had changed the original page rather than open up a new page automatically to accommodate the link, etc.
    What's the point of me in Firefox preferences setting it up for Firefox to open up new pages automatically when afterwards it doesn't?

    Perhaps try the add-on Tab Mix Plus. It has a feature that you can force every link to open in a new tab if you like:
    * http://tmp.garyr.net/help/#Links (description of options - see "Force to open in new tab")
    * https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/ (install page)
    I don't know whether it has any effect on bookmarks. You can open those in a new window by holding Shift or in a new tab by holding Ctrl when clicking.

  • When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    My own problem not a system one

  • Firefox not opening new pages in new tabs

    Just updated to FF 5.0 on OS 10.6.6. Got my pref set to open new pages/bookmarks in a new tab, but it just loads them into the current window.
    I disabled all of my extensions (Download helper, web dev tools, Firebug, TinyURL generator, Yahoo mail notifier) and no dice.
    Arg! What happened?
    I appreciate any suggestions.

    If you left-click a link then that link is always opened in a the current tab.<br />
    You need to middle-click a link or use command+Left-click to open the link in a new tab.<br />
    The setting in Firefox > Preferences > Tabs only makes it possible to divert links that specify a target window to open in a new tab instead.
    You can look at these extensions:
    *Open Bookmarks in New Tab: https://addons.mozilla.org/firefox/addon/open-bookmarks-in-new-tab/
    *Open Link in New Tab: https://addons.mozilla.org/firefox/addon/open-link-in-new-tab/

  • OK! I am unable to type into any pages documents ... just started doing this. Tried opening new page ... no luck ... thries to edit a current paper... no luck!!! Help, anyone have an idea what I have done?

    OK! I am unable to type into any pages documents ... just started doing this. Tried opening new page ... no luck ... thries to edit a current paper... no luck!!! Help, anyone have an idea what I have done?

    Try a new post in the Pages forum. They would know better then us.
    DALE

  • Taking forever to open new pages, if at all

    I've used Firefox for years, and it was always THE best browser. However, the last couple of versions have shared a problem, and it's driven me away from Firefox. First of all, regardless of settings, Firefox insists on opening the last page that was displayed, rather than the Google News page that I've told it open...the preference page *shows* the correct Google News page, but, Firefox continues to go back to whatever was last opened. This is annoying, but, not a game-breaker.
    What is, however, is that Firefox has become incredibly slow in opening *any* page, if it opens the page at all. When I attempt to go to a web-page, it appears that it's trying to open that page, but, nothing happens. I get the "loading page", and the url shows up, but, that's it. Sometimes, after several minutes, the page will slowly load; most often, Firefox simply sits there, with no error messages, no "Firefox is not responding" or anything else. I have the latest version of Firefox, along with the latest versions of Internet Explorer, Chrome and Opera; all three of *those* browsers open new pages instantly and go to the proper homepage, by the way.
    I have completely uninstalled Firefox several times, and deleted every trace of it I could find on my computer, to no avail. I would *love* coming back to Firefox, as I still consider it the best browser, but, with the way it's working, that's not an option.
    I have tried every single suggested "fix" in Mozilla support pages, and none have done a bit of good. Any other suggestions?

    On the slowness issue, could you try these two diagnostic steps:
    (1) Run Firefox in its Safe Mode.
    Firefox Safe Mode is a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    ''If Firefox is not running:'' Hold down the Shift key while launching Firefox.
    ''If Firefox is running:'' Either --
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    -- then OK the action.
    In both scenarios, a small dialog should appear. Click "Start in Safe Mode" (''not'' Refresh).
    Any difference?
    (2) Disable the Flash plugin
    Since Flash is used so pervasively on the web in the background or for menus, it can be difficult to disentangle Flash issues from other issues. So... here's one way.
    Open the Add-ons page using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Plugins. Then on the right find "Shockwave Flash" and set the permission selector to "Never Activate".
    Notice any difference?

  • BSP code to open new page in new window after button click

    Hi expert,
    I have a requirement to write a BSP code to open new page in new window after button click. I have done the same for opening in same window but not for opening in new window.
    Can you please help me out with the code in which the page opens in new window and the menubar & Addressbar is displayed in hide mode.

    Hi,
    To add more with Anubhav...
                              onClientClick = "javascript:window.open( 'pop.htm' ) "
    You can create a pop.htm page, and call the same in another page using the above code.
    Refer standard BSP examples, SBSPEXT_HTMLB, SBSPEXT_PHTMLB, SBSPEXT_XHTMLB. You can run the default.htm pages and see what way you want to design your BSP.
    Thanks,
    Sreekanth

  • Why does Firefox get hung up, when opening new pages? I've tried disabling plugins and extensions to no avail.

    Initially, when I open Firefox everything opens very quickly. However, after several minutes it gets hung up when opening new pages. I have close the browser and reopen it to start over. But each time it does the same thing. Works well at first then poops out. The trouble started yesterday. Before then, I never had any problems.
    I've tried disabling all the plugins and extensions, but it doesn't make any difference.

    Try to repair the disk permissions:
    * http://thexlab.com/faqs/repairprocess.html
    * http://support.apple.com/kb/HT2963 Troubleshooting permissions issues in Mac OS X

  • Safari won't open new pages from Google links

    I'm a bit confused - I'm using Safari on my iMac and MacBook, both with OS 10.4.10, and want to open google links in new pages. This works fine on the MacBook, but not the iMac, even though I've checked the box "Open links from applications in a new window".
    Do you think I need to reset Safari in some way?
    Many thanks
    Chris

    ...want to open google links in new pages. This works fine on the MacBook, but not the iMac, even though I've checked the box "Open links from applications in a new window".
    That preference setting refers to opening links from other applications in a new window. For example, if you click on a link in a Word file displayed by Microsoft Word, or in an email displayed in the program Mail, the link will open in a new window in Safari.
    To see the shortcuts for opening a link from a web page (e.g. Google) in a new window, go to Safari > Preferences, click on the Tabs section, and read the Command-key shortcuts listed at the bottom of the window. Exactly what those shortcuts are depends on your settings in the checkboxes above. (To see the difference, change some of the settings in the checkboxes and watch the shortcuts below change.)
    I'm not sure what the difference is between the settings on your two Macs. I'd go over the preference settings to get an idea of why they're behaving differently.

  • Can't open NEW Pages 5, Keynote 6 or Numbers 3 documents

    Some time after updating to the newest version of Pages, Numbers and Keynote my Mac stopped being able to open new, blank documents or templates in these apps. The apps all just hang. I have to force quit them. Existing documents open. I just can't start new documents. I threw all 3 apps in the trash and emptied, then re-installed from the App Store; same thing. I re-installed iWork '09 and everything works as expected. I then updated the iWork '09 apps from the App Store to the current versions. Back to the problem. On a separate but possibly related topic, Preview will not open any files. It hangs similarly and must be force quit. Fixed disk permissions in Disk Utility. No change. What could possibly be preventing the apps from opening new documents?

    No replies.  Am I the only one with this problem?  Tried again.  Started a new document in Keynote on my Mac with just 5 slides, saved it to iCloud Drive.  The document opens fine on my iPhone and iPad but when I try to open it on the Mac, I get the message that it cannot be opened.  Indeed, I cannot open any of my Keynote documents that are stored in iCloud Drive.  I am using the latest Keynote and Yosemite on my Retina MBP.

  • Preview not opening new pages documents after Yosemite upgrade

    Just upgraded to Yosemite and also upgraded Pages to 5.5.  Created a new Pages document and now, in Finder, the preview does not work.  If I control click on the pages file and select open with Preview I get an error "The file “XXXXX.pages” could not be opened. It may be damaged or use a file format that Preview doesn’t recognize."  Existing (previous version) Pages documents do open in Finder.  Does anyone else have this problem?

    Yes this has been reported by others.
    No solution, so far.
    Peter

  • Safari opens new page in previous tab

    Hello!
    I am a new macbook user (i got one just 2 months ago :)), but I was using safari for about 2 years now.
    It all started with opening the links in new tab. I didn't know, that one could use command button to open a new tab, so i always went through "right click -> open in new tab"
    then one day i didn't get that option anymore (just "open in new window") so i started to use command button to open a link in a new tab
    but now the problem is the following: let's suppose i have 3 tabs open, and i want to open a new clean tab (tab 4) (its gonna be a direct transfer to the "top site" page). no prob here, i open it, but whenever i want to open in this new clean tab (tab 4) a new page (eg, google) it will automatically open in the previous tab (tab 3), tab 4 stays clean!!
    how can i manage this problem?
    i already tried to reinstall the latest version of safari, but it didnt help.
    the problem is, its not always that i have this error, but it really drives me crazy when i do have it.
    I am open to your every suggestion, thank you very much for your help!
    Aesone

    Hi and welcome....
    First, go to your Safari menu bar, click Safari / Empty Cache. Restart Safari. If that didn't make a difference, reset Safari from the menu bar, select the top 7 buttons, click Reset.
    If that didn't help either, try troubleshooting the Safari .plist file. Quit Safari (Command + Q)
    Open a Finder window. Select your Home Folder in the Sidebar on the left. It has a small house icon. Then open the Library folder then the Preferences folder.
    Move the com.apple.Safari.plist file from the Preferences folder to the Desktop. Now launch Safari. If Tabs work, move that .plist file to the Trash. If not, move the .plist file back to the Preferences folder.
    Carolyn

  • When opening new page on latest version, I get two Java Script error messages.

    Mac Snow Leopard
    Error Messages are:
    [JavaScript Application]
    Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileInputStream.init]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://1clickweather/content/js/utils/filemanager.js :: <TOP_LEVEL> :: line 233" data: no]
    I hit OK then:
    [JavaScript Application]
    [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileInputStream.init]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://1clickweather/content/js/utils/filemanager.js :: <TOP_LEVEL> :: line 133" data: no]

    A new tab opens by default as a blank tab.<br />
    You need an extension if you want to open a page in that tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • Link in Column Header to open new page

    I have a tabular form based on a table and I want one of the column headers to be a link to open up a new page. How can I do this?

    The simplest thing would be to put some text outside the href tag in your column heading first and then create the link next to it:
    Text 1 < a href="your_url" target="_blank">Text 2< /a >
    Ensure you have ticked the "Sort" box next to the column in the report attributes for that column, and then you should find that if a user clicks on Text 2 they get the link opening in a new window, but if they click on Text 1 it will sort the column. If you wanted to be extra fancy, you could make Text 1 a small image file (i.e. an icon) so that clicking on the icon would sort the column but clicking on the text link would open the new window. Try out some combinations and see what you think.
    BEWARE: The "Text 1" non-hyperlink must come first - if you try reversing the heading like this:
    < a href="your_url" target="_blank">Text 2< /a > Text 1
    ...it won't work! And as previous posters have said, remove the spaces between the < and > signs.
    Colin

Maybe you are looking for

  • Error in Using the RPC WSDL based Business service

    Hi, I am using OSB 11g. I have created a business service with one of the WSDL which supports rpc/literal style. I am trying to call this business service using the service callout. For the service callout if i use Configure SOAP Body option, i am ge

  • Why won't this slide show run it compiles

    import java.awt.*; import java.applet.*; import java.net.*; public class SlideShow extends Applet {   private Image[] images;   private String[] text;   private Label captions;   private volatile int curFrame;   private Thread timerThread;   private

  • How to define the margins of a leaf in numbers 3.2

    how to define the margins of a leaf in numbers 3.2 leaves appear without margin and not when moving from one sheet to another

  • IPhone 3G will not sync after recent update to software

    I began a sync for my phone and new software was available and I allowed the update. Now my iPhone 3GS will not sync. continues to give an Unknown Error -39. What do I do?

  • Reg Authorisation presence in a role

    I have an authorisation called S_RS_HIER to be given to a person. Is there any  SAP created roles which contains this authorisation so that i can assign it to him Where can i see the SAP created roles and authorisation(any document) .Please let me kn