Hello
I want to open two of my web pages automatically when my web site loads and initializes. I want my users to transfer data between the pages using tabbed browsing and copy/paste. To do this at least two pages must be open and tabbed when the user enters the site. You may rightly say that all that the user need to do is right click two links and select "load in a new tab", but this is quite beyond many of my customers who are accustomed to "cart shopping". Hence I need to have software do what the mouse normally does and follow these links using software generated Mouse Events. You might like to look at my site,
EverydayElegance.org
I have the following code and I need your help in filling its place-holders. My Index page contains two links PRODUCTS and ORDERS and lets just consider the PRODUCTS link. Its HTML code is
Products
The Mouse Event software I have found is from http://stackoverflow.com. I have added the
I want to open two of my web pages automatically when my web site loads and initializes. I want my users to transfer data between the pages using tabbed browsing and copy/paste. To do this at least two pages must be open and tabbed when the user enters the site. You may rightly say that all that the user need to do is right click two links and select "load in a new tab", but this is quite beyond many of my customers who are accustomed to "cart shopping". Hence I need to have software do what the mouse normally does and follow these links using software generated Mouse Events. You might like to look at my site,
EverydayElegance.org
I have the following code and I need your help in filling its place-holders. My Index page contains two links PRODUCTS and ORDERS and lets just consider the PRODUCTS link. Its HTML code is
Products
The Mouse Event software I have found is from http://stackoverflow.com. I have added the