by: Newbie |
last post by:
Hello all~
I have got some questions about popup window, hope that someone can
help me..
m(_ _)m~thx~
when a popup window appear, can I force users to focus on the popup
window "ONLY"
that...
|
by: webdev |
last post by:
Hi,
I have an application built for the education market in which I open popup
windows containing ASP scripts which when the user clicks the 'Update'
button, the database is updated and the...
|
by: Vijay Kerji |
last post by:
Hi,
Please go through the following scenario.
1)On Button click, Parent window opens a child window using
showModalDialog
2)Button is a server control and showModalDialog script is registered...
|
by: Sergiu Dev |
last post by:
I am working on a win forms application trying to control the DOM of a page
that starts several javascript functions. I can control window.open()
functions with the newwindow2() event of the...
|
by: Berry W |
last post by:
Hi,
I'm trying to capture hidden window's data that is in IE's
AxSHDocVw.AxWebBrowser ActiveX control.
If Control and window are visible, code below works but if Control
and it's window is...
|
by: Ben Schumacher |
last post by:
I keep getting a script error (Expected end of statement) when I try to add
the following attribute to a <asp:Button server control. My vb.net looks as
follows ...
Dim sUrl As String =...
|
by: loga123 |
last post by:
I am using asp .net 2.0. I have a hyperlink asp control on my web page
page1.aspx.
On clicking this hyper;link, I would like to open page2.aspx (which is
in the same web application) in a new IE...
|
by: Stan B |
last post by:
I create a popup window by calling window.showModalDialog
Popup window has Ok button with this code attached:
===
string Script = "<script language=JavaScript>" +
"{" +
"window.close();" +...
|
by: elizayiu |
last post by:
Hi,
I need to write a webpage which does the following:
- open up a window and pass parameters into it (i.e. need to call
showModalDialog() or showModelessDialog())
- contains jscript to...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|