jay donald

Greenhorn
+ Follow
since Feb 09, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by jay donald

Hello,

The title says it all. I would like to create a link for a button which is a part of a form so that if you click on it it takes you to a new url (for example: www.google.com) without having to use Javascript pop window. It works with a simple text like:

but if i try to achieve the same with a button, it doesn't work.

There are other buttons in this form as well, so i can't make this "submit" button because i don't want to submit the form.
I know how to do it in Javascript but was wondering if i can achieve the same thing with pure HTML. Thanks for your time .

Jay

[ November 13, 2006: Message edited by: jay donald ]
[ November 13, 2006: Message edited by: jay donald ]

Originally posted by Mani Ram:


I think the credit goes to the characterization of Castor Troy. Both Nicolas Cage & John Travolta did a pretty good job as Troy than as Archer.



I disagree. John Travolta excels in negative shade roles(broken arrow) while Nic Cage is good at playing down on his luck sobby character(leaving los vegas). Travolta played that part better than Cage.
17 years ago
Face off was one of the best movies of John Travolta, IMHO.
17 years ago
The movie SUCKED! (no pun intended). It was slow and the story just kept dragging on and on.
17 years ago
Level 5 is really hard. It's dark and only front lights of the car work.
[ April 28, 2006: Message edited by: jay donald ]
17 years ago

Originally posted by Raghavendra nandavar:


I agree, that the matches are fixed and may be pre planned, but the other day, was watching one of the matches in WrestleMania. was wondering how the injured wrestlers (with their head, leg bleeding ) entertain the spectators, or may be some other art/method involved in it... :roll:


Wrestlers blade themselves to make themselves bleed (blade is either hidden in the wrist band or the referee provides it). It's all scripted but some wrestlers like Austin, Ric flair prefer to call the the spots as they go along depending on the crowds reaction. It's described as "sports entertainment" also known as "soap opera for males"!. The injuries are real (Most of the wrestlers including Austin have undergone neck surgery)and the schedule is hectic (imagine being on the road for more than 45 weeks in a year).
17 years ago
I didn't want to edit the post again! I have checked and it's running on thread mode processing. Could this be it?
HI,
Our main internal application has been dying for last month at the same day on the same day. Looking at everything, We noticed SQl Server Agent was restarting at that time for no apparent reason. This is what we get:


Does anyone know why it's restarting automatically or point me to the link where i can learn more. I would appreciate any help i get. Thanks for your time.

Note: i read somehwere to check if SQl Server is running on "light weight pooling mode". Could someone please tell me how to check that.

Jay
[ April 21, 2006: Message edited by: jay donald ]
Hi,

Could someone please tell me the correct way to return a connection to a connection pool. I have seen these two so far:
1. conn.close() // releases the connection object's database
2. conn.commit()// makes database changes permanent and releases the lock

The reason i'm asking is that i always use the first option but i saw second option used in some other application. Could someone tell me which is better and why? Thanks.

Jay
[ April 20, 2006: Message edited by: jay donald ]
17 years ago
Yes, that's exactly what i mean Bear. I don't want the parent window to be active till the user clicks on one of the buttons in the pop window. I don't know if it could be done or not.
Hi,

Can i keep the pop up window active until the user clicks on one of the buttons inside it. I don't want them to deactivate it by clicking on the parent window. Could some one please help me out by pointing me to the right direction. THanks.

Jay
I finally figured it out. The String i was getting back from the method is a column in a table with a char datatype. So, it was adding a "blank" to the string since the length of that column is defined as 3. So, trim() did the trick. Thanks for your help.
18 years ago
Hey Ernest,
yes, it's a String (that's why im using equals()). THis class is part of a web application and i'm using test enviornment of WSAD 5.1.
[ March 15, 2006: Message edited by: jay donald ]
18 years ago
Hi,
Thanks for your response. Yeah It's IC. Ok, this is what i did:

and guess what ..it's printing false when it should be printing true. Man, i'm going nuts over here.
18 years ago
Hi,
I'm going crazy with this statement. I am getting a String returned from a method and then checking if it isn't certain value. If it's not, then print something. Here's the code:

To my understanding, the above if statement checks to see if cclass is not equal to II or IC and then, prints the statement. But, it's printing the statement even if cclass is IC. I'm really confused. Could someone please tell me what i'm doing wrong. Thanks.
[ March 15, 2006: Message edited by: jay donald ]
18 years ago