by: Matt |
last post by:
My problem is when the user click the submit button, it will launch another
new window for the request page. I want to confirm we cannot use JavaScript
open window functions to open a request page?...
|
by: Tony Clarke |
last post by:
This is brobably a newbie question but is there anyway to actually stop a
windows close event and stop a user from exiting a page the wrong way.
I know you can use the onbeforeUnload to display a...
|
by: Eric Li |
last post by:
Hi, Group,
I am using C# program to launch a Word document in Word 2003. My C# program
will be sitting on "top most" while document opened. I would like to hook up
an event when Word document...
|
by: DraguVaso |
last post by:
Hi,
I want a Login-form that, once the username and password are validated,
opens a new Form (of the 'main'-application), and closes itself.
I tryed it like this: putting the following code in...
|
by: Vam$y |
last post by:
In asp.net how to catch window close event when a user closes the window
explicitly by clicking on “x” button which is on the right top corner of the
browser.
My requirement is When a user...
|
by: jimmy |
last post by:
Hi all,
I want to capture the event when the browser's close button is
clicked
in an html page.
I tried using the event.ClientX and event.ClientY property in the
body unload event, and this...
|
by: Mike Scirocco |
last post by:
I have an iframe that includes a button:
<input type="button" value="close this window" onclick="window.close();" >
I would like to detect the iframe close event from the parent window, I
was...
|
by: bsm |
last post by:
Hi,
I have googled for my issue in this group. This question was asked
many times and many solution was given. But I want clear cut solution
for the issue.
The issue is:
I tried to capture...
|
by: heminfotech |
last post by:
Hi
I would like to update the status of users of my site. I am not getting any clue as to how execute a script on close event of the browser.
I have tried one thing that is I have used to...
|
by: =?Utf-8?B?TWFuag==?= |
last post by:
Hi,
I am looking for a Page close event equivelent to IsOK() in a dialogbox
that closes a page and save some data.
I have a wizard type application in c# where each page is derived from Page...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
|
by: jack2019x |
last post by:
hello, Is there code or static lib for hook swapchain present?
I wanna hook dxgi swapchain present for dx11 and dx9.
|