Is there a way to email existing URL?

Is there is a way to email URL on a page automatically. I
want to
create a (mailto:[email protected] Existing URL) and have
the URL of
the page go along with the request for information. I will
literary
have thousand of pages/images and when a customer requests
information
on that item, I would like the staff person receiving the
customer email
be able to access the same information as the customer does
so there is
no question as to what they desire. To have the customer cut
and paste
the URL is not acceptable, because of the confusion that
comes of that.
Thanks

Unfortunately, that's the most unreliable method.
mailto: is quite simple, and is also the least reliable. It
depends both
on your visitor having an email client already installed on
their computer -
this eliminates public computers, or home users without email
clients
installed (more and more it seems) - and on the installed
email client
responding to
the mailto call. It is not possible to use this method *and*
send the
visitor to a
thank you page as well.
Notwithstanding this admonition, you can include the pagename
in the
resulting email subject line by making your mailto: link like
this -
mailto:[email protected]?subject=theITEMname
But this would have to be manually added to each instance of
the mailto
link. For the situation you describe it may be intolerably
tedious, or even
impossible, since I don't know the details of your link
arrangements.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"paperclip" <[email protected]> wrote in message
news:g4dq30$4j1$[email protected]..
> Aaron RH wrote:
>> Are you comfortable with using PHP or similar
language? If not, a
>> similar effect can be created with client-side
javascripts. Reply, and
>> we'll get more details for you.
> I am not familiar with PHP, javascripts would be more
palatable for my
> level of experience.
> Thanks

Similar Messages

  • Is there a way to affect the URL used when running a report subscription?

    We are using SQL Server 2008 R2.  I am finding out that when running a report subscription to extract a file in csv format, an extra blank line is created at the bottom (i.e., extra line feed), and the mysterious BOM characters also get inserted at
    the beginning.  Both of these "features" are causing problems with a client's import of these files.  Of course, it affects multiple clients.
    I have done some research and have found information on how to edit the rsconfigserver file to render CSV files using ASCII and to not use Excel formatting.  This removes both "features"/problems stated above.
    However, editing the server config file will affect all csv extractions on that report server.  Is there a way to control the URL of a specific report subscription to include these values (so only the reports that need the fix get it)?  For example,
    someone gave this URL as an example of how to add parameters including encoding in the URL.   http://MyReportServer/ReportServer?%2fReport+Folder%2fReportName&rs:Command=Render&rs:Format=CSV&rc:Encoding=ASCII
    Is there a way to have the report subscription run the report using a URL like this so it extracts it without the BOM characters?  I was thinking a data driven subscription would allow me to set the values like this, but these parameters are only pertinent
    AFTER the report is run and only needed for the final rendering.  Not sure how to do this. Maybe it's not possible. If it's not, that's fine.  I just need to write a proposal to our DBA's to talk them into making a couple edits to the server config
    file.
    Has anyone ever worked around this before in SSRS?
    Thank you!!
    Dana

    Hi DanaSSRS,
    According to your description, you want to have some report exported into CSV file with ASCII encoding when running a subscription. Right?
    In Reporting Services, when we run the subscription, it will call the Render Extension as we configured in rsreportserver.config file, we can't set the Render format with ASCII Encoding on subscription level. As you said, the Render Extension we configured
    in the rsreportserver.config will apply to all reports. In this scenario, you only want that extension apply to specific reports. For your requirement, we suggest you add a custom Render Extension in configure file. You just need to copy the CSV Extension
    and add a <OverrideNames/> to override a new name. Then set the <Encoding> in <Configure>. And you can select this custom Extension when creating the subscription. This might be the most effective workaround.
    Reference:
    Customizing Rendering Extension Parameters in RSReportServer.Config
    CSV Device Information Settings
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Is there some way that emails on the iphone can be automatically be deleted on synching when those emails have been downloaded to my PC?

    Is there some way that emails on the iphone can be automatically be deleted on synching when those emails have been downloaded to my PC?

    Vatlily,
    Try this:
    1. Select Mail>File>New Message.
    2. Select Mail>Window>Address Panel.
    3. Use (command+click) on the desired addressees in the Address Panel to create the list.
    4. Click "To:" on the top left of the Address Panel.
    The group that you selected will be added to the "To" field in your New Message.

  • Hello, is ther any way to email me sending my iPad's lost receipt?

    Hello, is ther any way to email me sending my iPad's lost receipt?

    I'm not sure what you mean. If you mean that you need another copy of the receipt for the purchase of your iPad, contact the store from whom you purchased the iPad. If that's not what you mean, please post back and clarify.
    Regards.

  • BE6K - Is there a way to import Existing CUCM Config into the BE6K CUPM?

    *Partner Question*
    Is there a way to import import Existing CUCM Config into CUPM?
    For example a customer has an existing CUCM deployment but wants to move to BE6K, can the existing config be exported a CSV and imported into the BE6K CUPM?

    page 18 table 22 of BE6000 9.1 ordering guide says that if you have valid ESW contract then you can order upgrade to PCP via PUT tool.
    Access to the Software Image, PAK and License File
    The product numbers ordered for Prime Collaboration are: R-xxx and L-xxx. They result in an email being sent to the ordering ship-to email address providing instructions to access the Cisco eDelivery site to download the software image(s) and license Product Authorization Keys (PAKs) you ordered. The software image is downloaded and installed on the host server. The license PAK ID from the ESD site allows you to access the Cisco Licensing Site to associate the server MAC address to a license key or keys that are then installed on the host server(s). These license keys activate the Prime Collaboration software to be used in a production environment. These license keys also convert a trial installation into a production environment.
    http://www.cisco.com/en/US/partner/docs/net_mgmt/prime/collaboration/9.0/quick/start/guide/Cisco_Prime_Collaboration_9.html#wp113706

  • Is there any way to specify a URL in the servlet-mapping that doesn't need to be in the directory structure?

              I migrated from WebLogic 5.1 to 7.0.2 Something I used to have set-up in 5.1 no
              longer
              works.
              I am using the weblogic.servlet.FileServlet and have the URL "/cxedocs/" mapped
              to this
              servlet. So whenever the URL http://localhost:7001/cxedocs/en_US/index.html
              is used it would use the docHome associated with the /cxedocs/ URL and then append
              the "en_US/index.html" on to it. So let's say d:\temp\en_US\index.html
              But now for WL 7.0.2 it appears that the URL also needs to be in the directory
              structure.
              So it now takes the docHome "d:\temp" adds the URL "/cxedocs/" and then appends
              the
              rest - so d:\temp\cxedocs\en_US\index.html.
              I can't require that the "cxedocs" directory be there. Is there anyway to map
              a certain URL
              without requiring it in the directory structure. I looked at virtual directory
              mapping too but
              it still seemed to require this.
              Any help would be appreciated!
              Thanks!
              -Lori
              

              I opened up a case with support on this. After some research they came back with
              that
              NO there is no way to do this. In 6.0 it was changed to follow the spec which
              restricts this.
              The URL must be part of the directory path.
              -Lori
              "Lori Ronning" <[email protected]> wrote:
              >
              >I migrated from WebLogic 5.1 to 7.0.2 Something I used to have set-up
              >in 5.1 no
              >longer
              >works.
              >
              >I am using the weblogic.servlet.FileServlet and have the URL "/cxedocs/"
              >mapped
              >to this
              >servlet. So whenever the URL http://localhost:7001/cxedocs/en_US/index.html
              >is used it would use the docHome associated with the /cxedocs/ URL and
              >then append
              >the "en_US/index.html" on to it. So let's say d:\temp\en_US\index.html
              >
              >But now for WL 7.0.2 it appears that the URL also needs to be in the
              >directory
              >structure.
              >So it now takes the docHome "d:\temp" adds the URL "/cxedocs/" and then
              >appends
              >the
              >rest - so d:\temp\cxedocs\en_US\index.html.
              >
              >I can't require that the "cxedocs" directory be there. Is there anyway
              >to map
              >a certain URL
              >without requiring it in the directory structure. I looked at virtual
              >directory
              >mapping too but
              >it still seemed to require this.
              >Any help would be appreciated!
              >Thanks!
              >-Lori
              

  • Is there any way to email photos without having to use the themes?  I just want to send them from my email the way you used to be able to without all this "new and improved" nonsense.

    In the old iPhoto, if I wanted to email pictures, I would select the ones I wanted, have them sent as "smaller" to make them easier to process, and iPhoto would open my mail and I could type the names and I wanted and off they'd go.  And, I'd have a copy saved in my "sent" folder.
    Now, you have to deal with these ridiculous themes and in order to get a copy of your sent, you have to blind cc yourself.  This is definitely not an improvement in my mind.
    So I ask, is there any way around this or am I stuck?  I really like iPhoto, but this is enough to send my back to Picasa.

    Never mind gang.  I started seaching through some other support questions, and actually stumbled across the solution to my problem.
    Thanks to "John".

  • Is there a way to paste an URL into the file selection dialog box?

    Hi,
    I would like to share on Friendfeed.com images that I find on websites. On Windows, I click on "Add - photos" and I can paste the URL of the image directly into the dialogue box.
    On my Mac 10.6.6, I can't find a way to do that: the dialog box only allows me to click on a file's name, I can't paste anything. So I have to save the image on my disk, and then upload it on Friendfeed.
    It's not a big deal, but still more cumbersome.
    Is there a way for me to avoid saving the image on my hard drive?
    thanks for any help that will come this way

    Thomas, you really need to relax I just asked a simple technical question: is X technically possible?
    There were only two meaningful answers to that: yes and no.
    But, no, you and others started to imply there were some dark issues of image copyright infringement, which - if I was not very relaxed myself - would be offending. You don't know what images I'm talking about, so why in the world did you start by assuming that I was infringing copyright?
    (read again my previous answers to you, and you'll see I was not condoning infringement. I was simply saying it was not an issue here). Are you going around the web entering any discussion about how guns work, warning that killing people is a crime? What about knifes? Car forums and speed limits? (I could go on, as you can imagine).
    But, since we're talking about copyright, you may want to lower your expectations about how "easily" you could sue me. The world - and its legal systems - is quite a different thing from the USA, you know.
    Finally, about Friendfeed. Read again what I wrote (leaving aside all the copyright concerns that are distracting you ) and you'll see I mentioned that of course there's a "normal" way to enter the Url. It's just two different actions, with two different results. One of these actions is apparently not possible with a Mac. Too bad. As for Friendfeed being a crappy website: I see you're a web developer. I wish you to be as successful a developer as the people who created Friendfeed (http://en.wikipedia.org/wiki/Bret_Taylor). Some of its functionalities were years ahead of the competition, which is why they have been acquired by Facebook, and today - after more than a year with no development whatsoever - they still make for a very good social network. Go and have a look at it, you may learn a thing or two.
    (I wrote finally, but I was wrong). One more thing: I couldn't resist, and I took a look at your webpage and resumé. I'm not going to write here what you did from "August 1997 to August 2007" (although it's public, so it shouldn't be a problem). But let me express my full appreciation for that! (I'm serious).
    cheers!

  • Is there any way to email photos from my 2g without compressing the file?

    My wife's 2g stopped being able to sync to her PC some time ago.  She emails photos to get them on her computer. The photos seem to loose resolution in emailing.  Is there a way to get these photos without the degredation?  All the wifi apps require iOS 4 which a 2g can't use and I can't restore the phone to reestablish sync because I can't back it up to begin with so we'll lose the photos.  Anybody have ideas?  Can I email in such a way that I won't lose quality?

    If they are in an iPod backup, then restore another iPod, iPhone or iPad from that backup

  • DB6CONV/DB6 - Is there a way to reuse existing compression dictionary

    As some of you probably know, DB6CONV handles compression by retaining the Compression flag while performing the table move , but unfortunately not the compression dictionary. This is causing some issues for tables to increase in size because of the way new dictionary gets built based on sample 1000 rows. Please see an example below where the Data Size of a compressed table increased after the tablemove.
    For table SAPR3. /BI0/ACCA_O0900, please see the below statistics.
    Old Table:
    Data Size = 10,423,576 KB
    Index Size =  9,623,776 KB
    New Table (both data and index) with Index Compression (Moved  using DB6CONV, took 1 hr for 100 million row table):
    Data Size = 16,352,352 KB
    Index Size =  4,683,296 KB
    Reorg table with reset dictionary (By DB2 CLP takes 1hr and 32 Min)
    Data Size = 8,823,776 KB
    Index Size =  4,677,792 KB
    We are on DB2 9.5 and will soon be migrating to DB2 9.7. In order to use the reclaimable table space feature that comes with DB2 9.7, We are planning on creating new tablespaces ( especially for objects like PSA/Change logs in BW) and then move the compressed tables after enabling index compression, but the DB6CONV is not going to be the right tool based on our experience.
    Is there a way for DB6CONV or DB2 to reuse an existing compressed dictionary of the source table and reuse it when it performs a table move to a new tablespace.
    Thanks,
    Raja

    hi raja,
    no, DB6CONV cannot reuse the existing compression dictionary - this is in general not possible.
    BUT:  the good news is, that the next version V5 of DB6CONV will (amongst other new features) handle compression in a much better way! like R3load and online_table_move the compression dictionary will then be created based on  (if possible) 20MB of sampled data ensuring optimal compression.
    this new version will become generally available within the next few weeks.
    regards, frank

  • Is there a way to combine existing animated gifs?

    I have several animated gifs that I would like to watch in a sequence (one after another). Is there a way to combine them, and if not, is there an existing program that could accomplish that?
    Thanks

    Absoluety. You'll want to open your gif files in Photoshop by going to File > Import > Video Frames to Layers...
    Then you'll select all of your frames from one gif and copy them over into the video frames of the other gif. You'll do all of this in the Animation menu in Photoshop (Window > Animation, or Window > Timeline for CS6). You can paste the frames to whichever point you want, just make sure to designate the location by clicking on the frame you'd like them to be inserted at.
    Here's a tacky, yet extremely simple video tutorial on this process

  • Is there any way to migrate existing intranet into SharePoint?

    Hi,
    I have currently an intranet sites for hosting data for users to retrieve from. I have a SQL Server and IIS run on the same box. My organisation is planning to use SharePoint soon so I must prepare how to move those intranet sites to SharePoint.
    Is there a way to do that?
    I have also wanted to develop request forms and use sharepoint workflow to route the approval to the require person when save it. Is there any tool that help me to do that?
    Regards
    SAM

    Yes, you can. But I don't think you can use any tool to migrate your existing application to SharePoint. However you can convert your existing Web Application into a Provider-Hosted SharePoint App. Refer to the following article for more information
    http://aymanelhattab.com/2014/01/11/converting-asp-net-web-applications-into-sharepoint-apps-using-visual-studio-2013/
    http://sharepoint.stackexchange.com/questions/122687/asp-net-web-application-into-sharepoint-app
    http://www.codeproject.com/Articles/21465/Converting-an-ASP-NET-site-into-a-SharePoint-site
    Cheers,

  • Is there any way to email a group from your iPhohe4 iOS 5?

    I can create groups in my contacts list, but I have not been able to figure out how to email a specific group.  I am assuming since I can create a group I should be able to email that group by typing in its name in the "to" box of my email.  However, that does not work.  Is there any way to do this? 

    Please check you contact name in the device and verify if the names does not start with none alphabetic characters (e.g. @, &, *, etc).  This characters will actually stop the sync process and will not be able to successfully complete the transfer of data. Do the same thing with the contact data you have online just to be sure..
    If that it still doesn't work, delete your Google account on the device, restart, and then recreate the same account.
    Let me know how it goes... 

  • Is there a way to email all texts made between someone and myself at one time?

    It's a pain to email one text at a time. Is there a way to do all of them at once? Thanks 

    I don't see a way on my ENV3 other than one at a time but I wonder if smart phones are capable of this.  Mary

  • Is there a way to remove existing music and upload new from a new itunes account without loosing previous apps. Itouch 32gb, generation: I don't know, has no camera...

    Ok, so. My Uncle recently gave my family an itouch that he had owned previously. Which meant that it came complete with applications and music and such. But as I found out my uncle has a very different taste in music than us, so I am trying to add my music from My itunes account. But he already has 1620 different songs on there, some of which I would like to keep and others not so much. Is there a way to keep the applications, and some of the music, while removing many of the songs???? Feel free to ask anymore clarifying questions.
    Thanks.
    Han

    You should restore the iPod to factory settings/new iPod and add/purchase your own media. The media did not transfer with the iPod hardware. Using it would be stealing.

Maybe you are looking for

  • Single invoice for multiple deliveries STO PO

    Hi All, Need to create single invoice from multiple deliveries. These deliveries are created from STO PO  and not from sales order... VF04 will not work.. Please let me know if there is any standard t. code for creation of single invoice out of multi

  • Won't Automatically Move Messages from Group

    Hey Folks, Poked around for a bit in the archive and didn't see this issue addressed (most filtering queries seemed to be about Junk, this concerns mail from recognized recipients). After an hour with AppleCare they sent me here to answer this query:

  • Ayuda !!!!!! FRM-99999

    Yo tengo configurado el OAS 4.0 con Windows NT 4 con SP 6. Usando Developer 6.0 ,internet explorer 5 y Base de Datos 8i Cuando ejecuto mi archivo base HTML . (que contiene a forms ,la ruta virtual de archivos Jar, el puerto de coneccion y la ruta vir

  • Bookmarks won't work in Safari

    I'm using Mac OS 10.7.3 on 2.8 Ghz Intel Core 2 Duo. I can't get bookmarks to work in Safari.  I try to bookmark things and nothing is saved in the bookmarks window.  Thanks for your help.

  • Need Help on Ora-00600

    Hello, how are you all. I hope you all will be fine. I am recieving ora-00600 error in alert file. I do not know what the error is and how can i resolve it. Please tell me how can i resole it. Thanks a Lot