Hi folks,
There's a method on the Watir:IE object to maximize the window, however, some of our buttons are still out of view and require the page to be scrolled down to view them.
I'd like to be able to demonstrate all the buttons being click in our application deployment that I'm...
Hi Ties,
Well that is perfect Ties. Thanks a million!!
Would you know of anywhere were I could get a list and a few
samples of similar functions? I was attempting it with a subselect and the ROW_NUMBER() function to no avail.
Thanks again,
Mark.
Hi folks,
Say I have the following table
id | name
---------
1 Michael
2 James
3 John
4 James
5 Michael
6 James
Is there any select function I can perform that
could print out the values of the id, name column and a number representing the ith time this name appears...
Hey PHV,
Thanks a million for that website.
That's exactly what I was looking for. It nailed all the
conceptual problems I had with joins. Thanks again
for taking the time to post it on to me.
Cheers,
Mark.
Hi James,
Thank you very much James.
I find it hard to get my head around joins.
Would you have any easy way for remembering the semantics?
Thanks,
Mark.
Hey folks,
I have two tables that describe a family
First is person
create person (id integer, name varchar(20));
Second is relationship
create relationship (
relName varchar(16),
fromId integer,
toId integer);
Person
id name
-----------------
1 Dad
2 Mom
3...
Hey folks,
A page has a number of forms with a different submit button
for each.
Is there anyway of handling the onSubmit() function so that
we retrieve and send to the next page, the name of the form
which was submitted and the name of the button.
the code might look something along the...
Some application that stands between the Client and the
server. It's like a server itself that intercepts requests and
then forwards them to the server.
If I remember correctly it's port number was around 5050 or
something like it.
I'm looking to intercept the requests and build up a...
Hi folks,
I was learning what I think was apache a couple of years ago. Bundled with the server was a small app that bound itself on a port. It listened for requests and output the requests before forwarding the request to the actual appserver.
It was beginners facility for having a...
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.