Filename reverting to different file on subsequent clicks

I set up a simple link to a Contact Us page. On first click,
goes to page (contactus.html). Subsequent clicks refer to
feedback.html. Can anybody explain why this is happening?

You'll have to post a link to the webpage or post the code
here.
On the first click, the viewer gets sent to the
contactus.html page. What
exactly do you mean by subsequent clicks since the viewer is
already at the
contactus.html page.
You cannot lose until you give up !!!
"bobbyflowers" <[email protected]> wrote in
message
news:fr14hi$ijn$[email protected]..
>I set up a simple link to a Contact Us page. On first
click, goes to page
>(contactus.html). Subsequent clicks refer to
feedback.html. Can anybody
>explain why this is happening?

Similar Messages

  • Opening different files within the same loop

    Hi folks,
    I am currently trying to automate a testing procedure using LabVIEW
    that requires the user to select the test from a drop down menu (Ring)
    and then clicks a button to start the test. When the button is pressed
    an 'open file' window appears asking for a name to save the file as.
    This all works fine the first time it is run, but i need to be able to
    stop the current test, select a new one, and then choose a different
    filename to save it as, without having to restart the program.
    I am currently using a timed loop (as the test is time specific) and
    case statements for each individual test routine. I can only think of 2
    ways to implement this, the first works only once (asking for a
    fliename when the program is first run), the second repeatedly asks for
    the filename each time the loop frame executes.
    So the process is: select test - click button - chose filename - stop
    test - select new test - click button - choose new filename -
    etc.......
    Thanks in advance,
    Darren.

    There can be many ways to do this
    One way would be, to keep the file read operation inside a seperate case stucture ( inside the while loop itself)
    and use a boolean switch ( mechanical action>> Latch) and read a new file at each click of this button
    look at attached VI, probably you can build on its logic
    Attachments:
    file read.vi ‏86 KB

  • Using a Variable to Substitute the path\filename of a Batch file in the Start_Process Command

    I am trying to write a script that will execute a batch file on a remote Windows server.
    This line below is basically what I'm trying to do and it works without error, however I would like to use a variable for the path\filename of the batch file.
    invoke-command -computername QSC-A-ICE01 -scriptblock {Start-Process "\\qsc-a-ice01\D$\Test\RunThis.bat" }
    If I try to use a variable as in this example below I receive the error below. The error seems to indicate it's it expecting a "FilePath" parameter. Is this true? How would I change this script to make it work when substituting a variable.
    $MyProcess =  "\\qsc-a-ice01\D$\Test\RunThis.bat"
    Write-Host $MyProcess
    invoke-command -computername QSC-A-ICE01 -scriptblock {Start-Process "$MyProcess"}
    This is the error text I receive when using a variable:
     PS C:\Windows\system32> D:\Test\ThisWorks.ps1
    \\qsc-a-ice01\D$\Test\RunThis.bat
    Cannot validate argument on parameter 'FilePath'. The argument is null or empty. Supply an argument that is not null or
    empty and then try the command again.
        + CategoryInfo          : InvalidData: (:) [Start-Process], ParameterBindingValidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Commands.StartProcessCommand
        + PSComputerName        : QSC-A-ICE01
    PS C:\Windows\system32>

    Mike,
    Thanks for providing the link, it was very informative. The link described how to use the args in a ScriptBlock and provided me with an explaination as to why it works the way it does on a remote server. This is my 1st post to the forum and I don't know
    how the points system works yet.
    I would like to split the points , but I don't see that this is possible.
    You're very welcome, I'm glad that the information was helpful.
    You can mark as many posts as answers as you'd like, there's not a restriction on only having a single answer per thread. You certainly don't have to though, David's answer is more than sufficient to help any future people who find this thread.
    Also, on a side note, you may want to post in the thread below. Posting there will get your account verified so you'll be able to post links and images.
    http://social.technet.microsoft.com/Forums/en-US/200c33c9-abe9-494a-953a-bf53fccb3c76/verify-your-account-11?forum=reportabug
    (Future people - don't use that link.
    Click here and look for the current thread as a sticky.)
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • 2 different files in the same location?

    When we upload files they go all in one folder.
    The first editor calls his graphic "Picture 1.png" (wonder where that came from..)
    Sure sometimes before the item gets deleted another one will upload an completly different picture with the same filename.
    The thing that it different between the 2 would be the Asset ID. So I was wondering if there is a way to make folders with asset IDs in the location where everybody uploads there stuff to.
    To tidy up on the long run I guess we just would need to delete the empty folders (as the content has been archived).
    How would I do this? How do other people deal with the same filenames for different files? It even happens within the same production so the solution to create an subfolder for each production (read this a while ago) does not work for us.
    I know that for future projects we will tell people to use more describing filenames (but even there: there might be two different kitchens called the same..) but I also talk about a huge, messy archive to migrate..
    thanks
    tobi

    Let me rephrase things a bit as I used the term Excel chart  to literally. We create charts in SSRS. We then use a query string that includes "rs:command=render&rs:format=Excel" to get the chart into Excel. The "chart" in Excel is really just an
    image and the associated data table is the cells filled in with the data. We then "select" the area that encompasses all of these objects and paste that into the PowerPoint slide.
    Our source folder structure is as follows (note that I while I am being generic, the Ecel file names are the same between folders:
    Folder A: File1.xls, File2.xls, File3.xls ..... File40.xls
    Folder B: File1.xls, File2.xls, File3.xls .....File40.xls
    This goes on for 8 folders but can be as many as 30
    The routine we use to create the xls file from the SSRS chart names the xls file and puts it in the correct folder.
    The idea was we would create a template chart set in PPT for folder A and then create copies of the PPT and change the links to point to Folder B, etc.
    We have ensured that all Excel Documents are closed when we try to do an update.
    We are also getting the following error and I'm paraphrasing: Cannot open multiple instances of a file of the same name even if it is in a different location. This occurs when doing an update links when we don't get the initial error message I listed first.
    If we change the names of the files in each folder: i.e. FolderAFile1.xls, FolderAFile2.xls, etc then we can do the update links. This is time consuming as the SSRS exports are done by the end users and we are the developers trying to create a reusable solution.
    One other issue we are seeing which I hope you can address is that when we are getting the update links to work, the process opens up each Excel file THREE times. It takes almost 15 minutes to update a PPT with 18 linked xls files.

  • How to create links to different files on the same page?

    Good day to all again,
    can someone please guide me through creating several links to different files on the same page. In other words, I am creating a photo page where my links are called Gallery 1, Gallery 2, etc... I would like to create links so when the User clicks on Gallery 1, they see Gallery 1 slide show in the frame; when the user then clicks Gallery 2, then they see Gallery 2 slide show in the window.
    My slide show files are done and I am using GoLive CS2. I have no knowledge of JavaScript or ActionScript/Flash.
    Any suggestions are highly appreciated.
    Thank you
    Alek

    Hi Diana,
    I'm a professional photographer and in the process of getting
    my finished site published. I used Coffeecup Photo Gallery. You can
    create multiple albums on the same page. Do a Google search for the
    address. It's easy, inexpensive, and it works. I tried to do this
    with the Photo Gallery in DW and FireWorks--but couldn't get it
    right. CC uses Flash and Javascript.
    Good Luck

  • I am unable to install itunes. I get the pop-up asking if I want to save or cancel the iTunes64 file. I click save... and then nothing happens. Help!

    I am unable to install itunes. I get the pop-up asking if I want to save or cancel the iTunes64 file. I click save... and then nothing happens. Help!

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/quicktime/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • How to save a form in a different file name?

    Hello All,
    I have a form which has 7 pages. I have 3 buttons which are for submitting PDF,XML and print button. I do not want to keep SaveAs button.
    What I need : When the user completes all the required fields and clicks on SubmitAsPDF or SubmitAsXML then it will prompt the user to save the form in a different file name. After the user has saved the form in a different file name then it should submit the form to the required mail ID. How to best accomplish it ?
    Thanks.
    Bibhu.

    Hello Niall,
    Thanks for the help. I used a hidden field whose name is "CurrentFileName" then in the docReady event of this hidden field I used the following script.
    this.rawValue = event.target.documentFileName;
    Then in the mouseUp event of the submit button I used the follwing script.
    if(form1.Page1.CurrentFileName.rawValue == event.target.documentFileName)
                             app.alert("Please save this form in a different file name before submitting !");
                             app.execMenuItem("SaveAs");
    But problem is : As the file is saved in a different name the script fires again and again if we click the submit button prompting the user to save the form in a different file name , but the user has already saved it in different file name .How to get rid of it ?
    Thanks.
    Bibhu.

  • Extract the uri filename of an attached file

    Hi,
    I am attaching a file by the click of a button. It is required to retrieve the filename of the attachment as a Text/ label.
    can anybody help me out on these lines.
    Prash

    As documented in Converting Acrobat® JavaScript for Use in LiveCycle Designer Forms:
    "All Acrobat Annot properties and methods can be used in LiveCycle Designer forms.
    "Note: Only Static forms support the annotation layer; Dynamic forms do not."
    You will need to know the number of the annotation on the page and then you can use the "contents" property to obtain the name of the file.

  • TS4108 how do I transfer photos in photo stream to a different file in iPhoto to clear up space in iCloud?

    Hw do I transfer photos from photo stream to a different file in iphoto so I can clear up space in icloud?

    Photo stream photos don't use your personal iCloud account storage so deleting or moving them will not free up any space in your account.
    That said, if you still want to move them from photo stream in iPhoto, import them to your library by control-clicking on the photo and choosing Import.  You can set iPhoto to automatically import photo stream photos to your library by going to iPhoto>Preferneces>iCloud and checking Automatic Import:

  • Undo/redo generate 'Save Changes to filename' pop up after 3 or 4 clicks.  Is there a way to turn this off?

    Running into issue with undo/redo(ctrl-z,ctrl-y) generating 'Save Changes to filename' pop up after 3 or 4 clicks.  Is there a way to turn this off?

    Sounds like some strange shortcut key conflict.
    The first thing to try is Deleting Corrupted Cache in DW.  Be sure hidden files & folders are enabled in Windows Explorer.
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    Nancy O.

  • Tif files will not import with the same filenames as the .nef files

    When I work on a .nef file, say x.nef, Lightroom 1.0 will allow me to export the x.nef as x.tif to the same folder as the x.nef file resides, but obviously I need to import the x.tif file into the folder for it to show up in LR When I try to import the x.tif file into LR it shows up the the file list OK. When select it and try to import it I get a message telling me that I can't import it as the file x.nef already exists. I didn't select x.nef but x.tif. It will allow me to import it into a different folder, but that is not what I want to do. i need the keep the relevant net and tif files with the same name in the same folder.
    Adobe tech. support suggested; reinstalling, trashing the LR preferences folder, making new databases. None of these solved the problem. In LR beta 4 I could save import tif files with the same file name the .nef with no problem, but not in LR1.0.
    Using Win XP Pro SP2. Pentium P4 3.0 with 2gig ram.
    Has anyone else had this problem. Any assistance appreciated.

    I agree (Adobe) that first the concept that michael.nef and michael.tif and michael.jpg are different files needs to be changed.
    A duplicate is a file that has the same filename and extension and the same content measurements.
    Under the above concept or any concept, ignore duplicates should bring in any file to LR with the same name (contents and measurements) and different extensions.
    I do edit in NEF (more now if I use LR instead of PSE5), do save to PSD, and do save to L/F JPG. If I had to layer in PSD, then I use that for printing, otherwise LR. I always have to make large jpgs to upload to web printing sites, and even small jpgs (now we have the same name and extension (but the measurements would be different) to email. Yes, we do keep copies of an image. I can see where I might want to have the edited .NEF and the PSD in the lib to view, cuz they may have different edits on them.
    MichaelM

  • How to create different files on an mp3 disc (itunes)

    hello! I'm trying to make an mp3 disc from iTunes, i managed to make the mp3 and it works fine, but when i put it in my car all the songs are under one file called "home" (not sure why). How can i divide up the music into different files/more than one file other than just "home"? Essentially i want an mp3 disc divided into categories/files.
    Thanks!

    I was searching for an answer to how to delete docs from the "Pages" app on an ipad. I don't know if this is your exact question... My answer for me was to go into itunes, click my ipad under "devices" in the left tabs column, then click "apps" in the top row, scroll down to "Pages" and click. You see your docs listed, select the doc you want to delete and hit the delete key on the keyboard. It'll ask if you want to delete. (I'm not sure if you need to delete it on the ipad also, but that's what I did).
    I just added a new doc in itunes, but when I synced the new didn't show up. So I closed "Pages" and iTunes and still no show with added doc, but what I deleted was not there. I then on the ipad I clicked "Copy from iTunes" and added the new doc that way. Not sure why it didn't automatically bring in the added doc this time.
    The link I got the "delete" docs info from: http://www.macworld.com/article/151185/2010/05/ipadfiles.html
    Hope something helps.

  • Opening different file types

    Forms [32 Bit] Version 10.1.2.3.0 (Production)
    Hi
    How can you open different file types saved in the database as BLOBs using Webutil? I am capturing the filename and extension as well.
    The file types are: Excel Spreadsheets, MS Word, PDF, Mail Attachments (outlook)
    I am aware of web.show_document but using that, don't the files need to be on a server?
    I don't want to use javabeans, if that helps.
    thanks

    Hello,
    Webutil is enough ;-)
    <p>Replace the OLE Container C/S functionality with the Webutil library</p>
    Francois

  • Opening files with double-click and FileVault

    I'm experiencing an issue with 10.7.2 and something is telling me it's related to FileVault. When opening a .txt or .numbers file the associated application (TextEdit or Numbers) will open and display the document. But the pointer turns to the spinning disk and the application won't accept any clicks or keyboard shortcuts. If I alt+tab away from the application I cannot alt+tab or click the Dock icon to return to the application. After a few moments I have to Force Quit the application from the dock. I can also use kill-9 <PID> in Terminal to stop the process.
    This *never* happened before 10.7.2. TextEdit will, about 20% of the time, recover after 1.5 - 2.0 minutes of me just leaving it alone.
    This happens on *every* file I double-click for these applications. If I open the file from within the application (File | Open) it's fine, so I don't think this is a corrupt file problem.
    I open most applications by selecting the desired document from Spotlight (command+space <filename>) - this has the same effect as double-clicking the file with the mouse.
    Can this be related to FileVault? I'm open to coincidences, but because I've used 10.7 the same way (double-click or, more often, Spotlight) when opening files and haven't seen this until I started using FileVault I'm leaning towards that.
    I've not made any modifications to the OS - there are no auto-load programs and I've installed ony about five applications that didn't ship with OS X 10.7.
    Anyone else seen this issue?

    This was getting so frustrating I turned off FileVault and the problem went away. That's too bad, but there it is.

  • I have had a file disappear from creative cloud and then the name get reassigned to a different file.

    I have had a file disappear from creative cloud and then the name get reassigned to a different file.  How do I retrieve the missing file?

    If a file with the same name is saved again then a version is created. You can see versions from the Files page at https://creative.adobe.com/files. From the Files page click on the file to go to its page. Switch from the Details tab to the Activity tab if needed. You will see the Current Version and any past versions.

Maybe you are looking for

  • I am unable to generate a Dunning Proposal for Promise to Pay items

    Please advise how or if its even possible to generate a dunning proposal for overdue Promise to Pay items. Currently after debugging I find that the Dunning Proposal filters out any items that are from open promises. Is there a way to generate the du

  • Changing quantity using bapi_salesorder_change function

    hi , i am changing quantity using 'bapi_salesorder_change' function.what are the minimum parameteres that needs to be passsed to the function.i am not able to change the quantity for some items.also for some sales orders i am not getting any error me

  • My tool bar disappeared and I can't get it back!

    I followed the instructions to go to customize and click on tool bar at the bottom of the page, but there IS NO toolbar at the bottom of the page. What now?

  • IPod Nano 6th Gen detected but not recognized

    Since recently, my IPod is not being recognized by iTunes (11.1.4.62 ). The error says that it is detected but not be identified properly. I went through all the troubleshooting steps including resetting my ipod, re-starting the driver, re-installing

  • MSJVM detection

    I am currently on a project in which we are developing java 1.1 applets. It is to be deployed live to about 100'000 users. With all the problems with Windows XP users not having Java installed, I have begun work on a solution that will allow IE users