Questions tagged [navigatetourl]
48 questions
-1
votes
2 answers
navigateToURL dont works
I used this code for a long time. It works perfectly. Now, I make php 5.4. It saves the picture but it doesn't go to the site daten.php. When I click at save only save the picture nothing else.
var header:URLRequestHeader = new URLRequestHeader…

reni
- 1
-1
votes
1 answer
Save file opened with navigateToURL
I'm using navigateToURL to open a PDF file generated by Jasper and it's working well. Now I was asked to send an email with the PDF file as an attachment. We are using Velocity to send emails in our application but, to send attachments, we have to…

user3682705
- 31
- 5
-1
votes
2 answers
Windows Phone 7 Navigate To URL
I have a folder named Views and inside it I have pages I want to navigate to. There is a page inside this folder named "Y.XAML" so I'm trying to use:
NavigationService.Navigate(new Uri("Viev//Y.xaml", UriKind.Relative));
Why is this not working?

albatross
- 455
- 2
- 8
- 27