|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
You need to use a PHP or ASP form. It might prove difficult to use a pop-up window, though. It would be better to use a separate data entry page, with a Submit button. There are lots of websites available that can teach you PHP or ASP. An example can be found at W3Schools Online Web Tutorials. Have fun!
Oh, and you could JavaScript as well, to pop up messages and check the user entered the correct details. Tutorials available on the same website.
__________________
Xav, the power of youth Worship the Creator... not his creations Web Site | Beta Site Last edited by John; 04-14-2008 at 12:03 PM. |
|
|||||
|
To load a window, do something like this in the (X)HTML Code:
Code:
<input type="button" value="Enter Details" onclick="javascript:window.open('myform.html')" />
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change the style of the form ? | kresh7 | Visual Basic Programming | 17 | 02-26-2008 08:25 AM |
| Coding a change password form | InternetGeek | Visual Basic Programming | 11 | 02-16-2008 01:53 PM |
| Windows form question (select a value from childform and populate in parent form) | yasinirshad | Visual Basic Programming | 1 | 11-19-2007 11:42 AM |
| Calling a form from another form | Void | Managed C++ | 1 | 07-01-2006 09:44 AM |