Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stop Javascript from processing

Status
Not open for further replies.

tyrant1969

Programmer
Dec 13, 2004
68
US
I am using a javascript and html in a "pop-up" window to perform some database queries and the like that need to occur server side as opposed to client side.

One of the things I do is to check the value of an input field on the opening page, if this is an empty (blank) value, I want the system to put up an error message and stop processing - everything.

The Javascript, the HTML, everything.

How do I achieve this?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top