The Artima Developer Community
Sponsored Link

Java Answers Forum
JavaScript popup screen

1 reply on 1 page. Most recent reply: Jul 8, 2002 1:37 AM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Azrul Azhar

Posts: 9
Nickname: bllizard
Registered: Jun, 2002

JavaScript popup screen Posted: Jul 7, 2002 7:47 PM
Reply to this message Reply
Advertisement
i'm building a simple database search engine. when the user click "find" button the result will go to next page, let say result.

<input type="submit" value="Find" name="action" style ="font-family: Tahoma; font-size: 8pt">

<input type="button" value="Exit" onClick="exitForm();" name="action" style="font-family: Tahoma; font-size: 8pt; "></p>

how to change the program change from hyperlink to popup to new windows instead of changing its type from submit to button.

thanks
azrul


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: JavaScript popup screen Posted: Jul 8, 2002 1:37 AM
Reply to this message Reply
This is a Java forum, not JavaScript. Try this: http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/Languages/JavaScript/

Flat View: This topic has 1 reply on 1 page
Topic: JComboBox problem Previous Topic   Next Topic Topic: pressing keys!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use