Heya, just a curiosity question really, I've been playing with Merge and it rocks but I'm wondering if it can be used to solve a common problem. Often in a relational database you want to insert values into 2 tables at once, a simple example is:
DECLARE @Source TABLE(
Person VARCHAR(50)...
Hi
I need to find which version of java a client is running (not just if it is enabled), and if possible wether they are using the microsoft or the sun virtual machine, is this possible from java script?
use a regular expression to remove the empty spaces from a string containing the value of the field and compare the length of this to the length of the original string
var str;
str = document.theFormsName.theFieldsName.value;
if (str.replace(/[ ]/g),"").length != str.length)
{
//the...
a iframe is a 'inline frame' which means it can be placed anywhere in a page and and have its own position and size etc, a bit like a div but its source is a seperate file from the rest of the window.
its visibility can be set to hidden so this can be used to update the contents of the main page...
the only solution i can think of is to create a iframe with its visibility set to hidden, then place the functions to update the html of the main page in the iframe and update this.
it's difficult to develope your own:
you can buy a cheap component here..(50$)
http://www.serverobjects.com/products.htm#aspmx
But if you want to do it yourself then you will need to do an nslookup .. use aspexec from www.serverobjects.com to execute
a shell.. or use the wsh shell object...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.