473,395 Members | 1,595 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Tabstriip Multipage Control Question

Yog
Any help on how to set the focus in the Tabstrip, Multipage (Microsoft IE Web
control )

The focus works good if the tab is selected.

When a different tab is selected, then it says the element cannot be focused
since the controls may not be visible.

Any workaround for this?

<script language="javascript">

function UEP_focus(id)
{
var o = document.getElementById(id);
if (o != null)
o.focus();
o.select();
}

</script>

Jul 21 '05 #1
1 1110
Yog
Looks like it has a selectedIndex property, thanks.
<script language="javascript">
function UEP_focus(pageid,fieldid)
{
var f = document.getElementById('tsVert');
f.selectedIndex = pageid;
var o = document.getElementById(fieldid);
if (o != null)
o.focus();
o.select();
}
</script>

"Yog" wrote:
Any help on how to set the focus in the Tabstrip, Multipage (Microsoft IE Web
control )

The focus works good if the tab is selected.

When a different tab is selected, then it says the element cannot be focused
since the controls may not be visible.

Any workaround for this?

<script language="javascript">

function UEP_focus(id)
{
var o = document.getElementById(id);
if (o != null)
o.focus();
o.select();
}

</script>

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: vikaskuk | last post by:
hi all, i am using tabstrip with multipage control in asp.net. i have put some textboxes on the first tab. my requirement is that whenever user makes some changes in any of textbox and moves...
1
by: Dan | last post by:
IE WebControls Tab/MultiPage state problem I have a IE tab/multipage on a WebForm (aspx) like this: <code> <iewc:TabStrip id="tabs" runat="server" TargetID="MultiPage1"> <iewc:Tab...
2
by: Child | last post by:
I have a page which has a tabbstrip and a multipage. The tab strip works great, and navigates the multipage no problem. However, I have a situation where I would like to have a "hidden"...
0
by: venky | last post by:
I have a tab control associated with a Multipage control which as a PageView object and each pageview has controls. How can add an event handler for a specific control inside the pageview. For...
9
by: Phin | last post by:
Hi, I have spent some time trying to get the tabstrip and multipage to work (from the IE web controls). I read the article from:...
1
by: Yog | last post by:
Any help on how to set the focus in the Tabstrip, Multipage (Microsoft IE Web control ) The focus works good if the tab is selected. When a different tab is selected, then it says the element...
0
by: Kamen | last post by:
Hello there, I'm looking for an alternative control of the MultiPage from IE Web Controls, because these controls are not any more supported by Microsoft. I find this control very useful,...
4
by: shaiful | last post by:
Hi. I have a simple problem with multipage. I placed Multipage control on my form, but there are only 2 pages in multipage control by default. I would like to increase more pages with multipage...
5
by: charli | last post by:
I have a userform in Access/Excel with a Multipage control on. At the bottom of each multipage is a command button that sends you to the next page. When you click these command buttons, it changes...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.