IE BHO: SAP Netweaver portal page doesnt trigger any browser events - c#-4.0

Im trying to create a BHO for a SAP Netweaver portal webgui and I have no idea on how SAP Netweaver works. The user selects an option from a combo box and that opens up another web form.
The user fills up the form and presses "Enter" and that kinda does a post back, validates the data entered by the user and shows an error img next to the fields with invalid data. Also an error message is shown in a status bar kinda div in the bottom of the page.
The BHO is suppose to capture these error text and launch another windows application.
But none of the browser events (BeforeNavigate2, DocumentComplete, NavigateComplete2) gets fired when the user presses the Enter button due to which I couldnt read the DOM of that page.
Any idea on how to trigger the browser events in this scenario?

Related

How to copy all messages from browser developer menu from response code 101?

I have no knowledge of networking and programming. So I will describe what I do and what I want to happen.
I open a browser (for example, Firefox or Google Chrome).
Open the developer menu with the F12 button.
I load a link to a given site in the url bar.
In the developer menu in the Networking tab there is a response with status code 101.
After each click of a certain button on a site, a new row of data appears in the list of web socket messages on response 101.
I can see the raw data for each click of the button and I can copy this data. But I can't copy all data for all button clicks at once.
My question is - how from the response with status code 101 can I copy or extract from a browser the data that the server returns after each click of the button?
[FOR ADMINS]
I don't know if this question is appropriate for this site. If not, please admins move it.
I don't know if the tags I put are correct for my question.
I apologize for my bad English. I use google translate.

Web browser automation loop and stop (+notification) when some phrase is no more displayed on the page

I'd like to take an appointment on a website, but it keeps showing me that "there is no more places for appointments".
So i would like to run some kind of chrome extension as so:
Connect to a web adress
check some boxes, click on a button
On the next page if the phrase "there is no more places..." is not displayed on the page, that would mean some kind of form is displayed for appointment.
The script stops and send me a notification, if nothing changed then restart from (1) after let's say 5mins.
Any solution for that purpose?

Can't complete the Doc sending on Salesforce mobile app/ webseite

I can't finish sending whether i use the URL button or the lightening component button. And there is some issue I have faced:
I can't choose the recipient even that I have a look-up relationship with Contact in my custom Object.
The Doc can't be sent after I click next. It shows up a blank page or a button to ask me install your mobile app. ( Under Object "Contact which has default button)
I click the "lightening component button" on iPad and it will re-direct to the Salesforce classic page. Is there anything way to keep it running under lightning experience?
Thanks !
demo image: https://imgur.com/a/MtMnHgU

Browser back button navigation

Whenever browser back is clicked, it must not navigate to the previous page but to some default page. how is it done using JSF ?
Clicking on browser back button requests the result page from the browser cache.
This is a client side activity. It doesn't send request to your server for fetching some default page(in your case).
Please refer this post for writing a filter indicating the browser not to cache dynamic JSF pages.
And also you can refer this one for more details.
You can try to detect if User has clicked on browser back button by writing client side code.
Refer this post for detecting back button click.
If you are trying to alter the behaviour of browser back button, it indicates some kind of flaw in your application.

facebook login view does not have any option to close it

I'm facing a strange problem here, i have used a sample code of graph api's (reallylongaddress-iPhone-Facebook-Graph-API-59e6399, Created by , https://github.com/reallylongaddress/iPhone-Facebook-Graph-API) which was available on github. And i faced these problems:-
1) I'm having a share button of my own , when i click on it to login to fb a white view (or popup ) apears for almost 5 seconds and it appears evry time when i click on share button to share something on my facebook wall, even if i'm logged in . I reduced this problem to only one time.
2) The second and main problem now i'm facing is that on login it doesn't have any close button on it , and user must have to login ,other wise the application will not continue. Can i place a close button on this fb login web view?
NOTE:I have also used the fbconnect earlier but i dont wanna use publish dialog box ,, which shows user a dialog box and then user can press on "pulish" or "skip" button. instead i want that what ever the user wants to share on wall can be shared on just one tap on a button. That is why i have used this sample code, but it also has these two problems i have specified above.
Please help me with these 2 problems above or suggest me any other alternative option which does not have the "publish.stream" dialog box.
Thanks
In this condition Facebook controller are called by UINavigationController.
Finally i solved the problem and placed a close button on the login view. and on tab of this button i closed the login web view

Resources