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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop up window based on form

Status
Not open for further replies.

1000kisoen

IS-IT--Management
Aug 12, 2004
37
NL
hi
have a search page (1 texbox + 1 button)
I want that the URL should not be shown
tried many times but it says it can't find the record
+ twice the pop up window is opend 1 correct (with record info) and 1 can't
find record

please advise how
gr. kisoen


<form action="listviewresulthome.asp" method="post" name="form1"
target="_blank" onSubmit="YY_checkform('form1','callid','#q','0','* Sorry,
Call number is not valid please try again
*');Lvl_openWin('listviewresulthome.asp','Result','250','500','0','0','0','w
idth=250,height=500');return document.MM_returnValue">
<input name="callid" type="text" id="callid" maxlength="8">
<input type="submit" name="Submit" value="search">
</form>

please advise
kisoen
 
Code:
<form 
action="listviewresulthome.asp" 
method="post" 
name="form1"
target="[red]Result[/red]" 
onSubmit="YY_checkform('form1','callid','#q','0','* Sorry,
Call number is not valid please try again
*');Lvl_openWin('listviewresulthome.asp','Result','250','500','0','0','0','width=250,height=500[red],location=no[/red]');return document.MM_returnValue">
  <input name="callid" type="text" id="callid" maxlength="8">
  <input type="submit" name="Submit" value="search">
</form>

--Chessbot

"See the TURTLE of enormous girth!"
-- Stephen King, The Dark Tower series
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top