Questions tagged [navigateurl]

Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document.

The WebBrowser control maintains a history list of all the Web pages visited during a browsing session. When you call this overload, the WebBrowser control navigates to the specified URI and adds it to the end of the history list. Use the GoBack method to return the control to a previous page in the navigation history. Use the GoForward method to return to a later page in the navigation history after navigating backward.

128 questions
0
votes
3 answers

Why doesn't the webpage appear? What is missing in my code?

I'm trying to make my own webbrowser with C#, my wpf application seems to be correct. but it's still missing something. the webpage doesn't appear. :s Does someone have an idea? Here's my code in C# : public partial class Window1 : Window { …
Oz
-1
votes
1 answer

Angular: Navigation to the requested Id

I have a form for adding a name I want to add the user and navigate to the next page with his id. for example: And on the page I get navigation to another page with Url: http://localhost:4200/contact?id=5b07d5ec-627b-45f6-8361-becb9a742d40 I have…
Tommy Udi
  • 91
  • 6
-1
votes
2 answers

I want to navigate when i click button but i got this error

onMenuSelect(event:any){ if(event.actionName == 'VD'){ this.rout.navigateByUrl('/scientific-departments'); } } ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'scientific-departments' Error: Cannot match any…
-1
votes
1 answer

Navigate Website with PHP

How can I navigate on a website, using php ? (I want with a local program to access a website and parse html pages, fill forms, click buttons and being redirected, etc.; as if PHP was a real guy). Yet, I use Ruby Mechanise but it's not…
-1
votes
1 answer

How can I navigate a site after logging in

I have used mechanize and successfully logged into a user login page. Now I want to navigate the site to a specific page in the submenus. When I try this by opening the URL of the specific page after logging in, another login page comes up which I…
-1
votes
2 answers

Asp.net - Remove Folder Structure From My URL

Appologise if this has already been asked but I have an asp.net website and all my footer pages are stored in Visual Studio under Views > Footer > [Page Names] When i click on a footer link, my URL is displaying…
murday1983
  • 3,806
  • 14
  • 54
  • 105
-1
votes
1 answer

NavigateURL string format

I have looked to all the similar questions but is still not able to get it to work:
Salim
  • 495
  • 3
  • 20
-2
votes
1 answer

Ole object - opening a Web page in PowerBuilder

I open the URL in this way: ole_1.Object.navigate (ls_url) Unfortunately not work for me navigate the mouse on the drop-down lists. How do I fix this? I started example webbrowser8 from a web…
user3064885
  • 1
  • 2
  • 3
1 2 3
8
9