Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > HTML Programming

HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-08-2008, 05:20 AM
ecv ecv is offline
Newbie
 
Join Date: Apr 2008
Posts: 1
Rep Power: 0
ecv is on a distinguished road
Default form

the user clicks a link and a small window pops up ? they fill it in and it sends to my email address? whats the code for that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 04-08-2008, 07:17 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,021
Last Blog:
I thought about progra...
Rep Power: 26
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-08-2008, 04:28 PM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,276
Rep Power: 11
chili5 will become famous soon enoughchili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: form

I would use PHP to do this, you could use ASP but I find PHP is easier. w3schools is a very decent site and will get you on a head start with what your looking for.

I don't know about the popup window though, you could probably just javascript but I'm not suire.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-10-2008, 02:30 PM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,021
Last Blog:
I thought about progra...
Rep Power: 26
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: form

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')" />
The line javascript:window.open() will open a new window, at the press of the button. You pass in the name of the form file. There are extra parameters the open() method can take, which can be looked up on W3Schools Online Web Tutorials.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -5. The time now is 10:39 AM.

Contest Stats

dargueta ........ 93.00000
John ........ 87.50000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads